Convert Belga to real RSS feed parsing #78
Labels
No labels
bug
devops
duplicate
enhancement
good first issue
next major release
next minor release
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/fedi-feed-router#78
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Belga News Agency offers an RSS feed at
https://www.belganewsagency.eu/feed. Currently Belga is configured astype: 'website'(fixed in #37) and uses HTML scraping. Convert it to use the RSS parsing infrastructure built in #37.Tasks
type: 'rss'with RSS feed URLDependencies
Implemented in
0bb1072.Changes:
belga.type→rss, URL →https://www.belganewsagency.eu/feed, removedhomepageparserBelgaHomepageParser,BelgaHomepageParserAdapterFeedFactory::belga()state, test expectations inCreateFeedActionTestandFeedsControllerTestArticleFetcherRssTestNote:
BelgaArticleParserandBelgaArticlePageParserwere kept — they're still needed byArticleFetcher::fetchArticleData()to extract content from individual article pages. Only the homepage discovery parsers were removed.