Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance feed URL detection and add test for RSS feed subscription #11

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

ssig33
Copy link
Member

@ssig33 ssig33 commented Jul 9, 2024

  • Updated fetch method in fetcher.rb to use the fully qualified class name FeedSearcher::Page.
  • Enhanced feed_urls method in page.rb to include URLs with RSS elements.
  • Added has_rss_element? method in page.rb to check for the presence of RSS elements.
  • Introduced a new test case in feed_searcher_spec.rb to verify the ability to subscribe to a specific RSS feed.

- Updated `fetch` method in `fetcher.rb` to use the fully qualified class name `FeedSearcher::Page`.
- Enhanced `feed_urls` method in `page.rb` to include URLs with RSS elements.
- Added `has_rss_element?` method in `page.rb` to check for the presence of RSS elements.
- Introduced a new test case in `feed_searcher_spec.rb` to verify the ability to subscribe to a specific RSS feed.
@ssig33 ssig33 merged commit 9a85831 into master Jul 9, 2024
1 check passed
@ssig33 ssig33 deleted the bokuyaba branch September 23, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant