Skip to content

feat(fetchers): add RSSFeedFetcher for structured feed parsing#70

Merged
chaliy merged 1 commit intomainfrom
fix/issue-59-rss-feed-fetcher
Mar 26, 2026
Merged

feat(fetchers): add RSSFeedFetcher for structured feed parsing#70
chaliy merged 1 commit intomainfrom
fix/issue-59-rss-feed-fetcher

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Mar 26, 2026

What\nAdds an RSSFeedFetcher for RSS/Atom feed URLs, returning structured entries.\n\nCloses #59\n\n## How\n- Matches common feed URL patterns (/feed, /rss, /atom.xml, etc.)\n- Parses RSS 2.0 and Atom 1.0 with simple string extraction (no XML dependency)\n- Returns feed title, description, and up to 20 entries with titles, links, dates, summaries\n- CDATA and HTML entity handling\n- Format: \"rss_feed\"\n\n## Risk\n- Low\n\n### Checklist\n- [x] Unit tests passed\n- [x] Clippy clean\n- [x] Formatting applied

Closes #59 — Adds a fetcher for RSS/Atom feed URLs, returning structured
feed entries optimized for LLM consumption.

Matches common feed URL patterns (/feed, /rss, /atom.xml, etc.). Parses
both RSS 2.0 and Atom 1.0 formats using simple string extraction (no XML
dependency). Returns feed title, description, and entries with titles,
links, dates, and summaries. Format: "rss_feed".
@chaliy chaliy merged commit b9d7c42 into main Mar 26, 2026
10 checks passed
@chaliy chaliy deleted the fix/issue-59-rss-feed-fetcher branch March 26, 2026 23:55
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