Update CBC Canada

Fixes #2057992 [CBC News Correct RSS Recipe](https://bugs.launchpad.net/calibre/+bug/2057992)
This commit is contained in:
Kovid Goyal 2024-03-15 10:50:23 +05:30
parent 80cf6f447a
commit 6725d5f443
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -9,11 +9,12 @@ class AdvancedUserRecipe1384137533(BasicNewsRecipe):
max_articles_per_feed = 50
auto_cleanup = True
feeds = [(u'Top Stories', u'http://rss.cbc.ca/lineup/topstories.xml'),
(u'World', u'http://rss.cbc.ca/lineup/world.xml'),
(u'National', u'http://rss.cbc.ca/lineup/canada.xml'),
(u'Toronto', u'http://rss.cbc.ca/lineup/canada-toronto.xml'),
(u'Business', u'http://rss.cbc.ca/lineup/business.xml'),
(u'Politics', u'http://rss.cbc.ca/lineup/politics.xml'),
(u'Sci & Tech', u'http://rss.cbc.ca/lineup/technology.xml'),
(u'Offbeat', u'http://rss.cbc.ca/lineup/offbeat.xml')]
feeds = [(u'Top Stories', u'https://www.cbc.ca/webfeed/rss/rss-topstories'),
(u'World', u'https://www.cbc.ca/webfeed/rss/rss-world'),
(u'Canada', u'https://www.cbc.ca/webfeed/rss/rss-canada'),
(u'Politics', u'https://www.cbc.ca/webfeed/rss/rss-politics'),
(u'Business', u'https://www.cbc.ca/webfeed/rss/rss-business'),
(u'Arts', u'https://www.cbc.ca/webfeed/rss/rss-arts'),
(u'Health', u'https://www.cbc.ca/webfeed/rss/rss-health'),
(u'Technology', u'https://www.cbc.ca/webfeed/rss/rss-technology'),
(u'Indigenous', u'https://www.cbc.ca/webfeed/rss/rss-Indigenous'),]