mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
recipes: Update the conversation addresses
Update to support more categories, correct the addresses and also use HTTPS. Signed-off-by: Alistair Francis <alistair@alistair23.me>
This commit is contained in:
parent
508200f8e9
commit
4a468153e8
@ -14,15 +14,21 @@ class Politics(BasicNewsRecipe):
|
|||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('All Articles',
|
('All Articles',
|
||||||
'http://theconversation.com/articles.atom'),
|
'https://theconversation.com/au/articles.atom'),
|
||||||
('Arts + Culture',
|
('Arts + Culture',
|
||||||
'http://theconversation.com/us/arts/articles.atom'),
|
'https://theconversation.com/au/arts/articles.atom'),
|
||||||
('Business + Economy',
|
('Business + Economy',
|
||||||
'http://theconversation.com/us/business/articles.atom'),
|
'https://theconversation.com/au/business/articles.atom'),
|
||||||
('Health + Medicine',
|
('Cities',
|
||||||
'http://theconversation.com/us/health/articles.atom'),
|
'https://theconversation.com/au/cities/articles.atom'),
|
||||||
|
('Education',
|
||||||
|
'https://theconversation.com/au/education/articles.atom'),
|
||||||
|
('Enviroment + Energy',
|
||||||
|
'https://theconversation.com/au/environment/articles.atom'),
|
||||||
|
('Health + Medicine',
|
||||||
|
'https://theconversation.com/au/health/articles.atom'),
|
||||||
('Politics + Society',
|
('Politics + Society',
|
||||||
'http://theconversation.com/us/politics/articles.atom'),
|
'https://theconversation.com/au/politics/articles.atom'),
|
||||||
('Science + Technology',
|
('Science + Technology',
|
||||||
'http://theconversation.com/us/technology/articles.atom'),
|
'https://theconversation.com/au/technology/articles.atom'),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user