mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'alistair/conversation' of https://github.com/alistair23/calibre
This commit is contained in:
commit
699178f904
@ -1,7 +1,7 @@
|
|||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class Politics(BasicNewsRecipe):
|
class TheConversation(BasicNewsRecipe):
|
||||||
title = u'The Conversation'
|
title = u'The Conversation'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
__author__ = 'Krittika Goyal'
|
__author__ = 'Krittika Goyal'
|
||||||
@ -13,16 +13,25 @@ class Politics(BasicNewsRecipe):
|
|||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('All Articles',
|
('All Articles', 'https://theconversation.com/au/articles.atom'),
|
||||||
'http://theconversation.com/articles.atom'),
|
('Arts + Culture', 'https://theconversation.com/au/arts/articles.atom'),
|
||||||
('Arts + Culture',
|
(
|
||||||
'http://theconversation.com/us/arts/articles.atom'),
|
'Business + Economy',
|
||||||
('Business + Economy',
|
'https://theconversation.com/au/business/articles.atom'
|
||||||
'http://theconversation.com/us/business/articles.atom'),
|
),
|
||||||
('Health + Medicine',
|
('Cities', 'https://theconversation.com/au/cities/articles.atom'),
|
||||||
'http://theconversation.com/us/health/articles.atom'),
|
('Education', 'https://theconversation.com/au/education/articles.atom'),
|
||||||
('Politics + Society',
|
(
|
||||||
'http://theconversation.com/us/politics/articles.atom'),
|
'Enviroment + Energy',
|
||||||
('Science + Technology',
|
'https://theconversation.com/au/environment/articles.atom'
|
||||||
'http://theconversation.com/us/technology/articles.atom'),
|
),
|
||||||
|
('Health + Medicine', 'https://theconversation.com/au/health/articles.atom'),
|
||||||
|
(
|
||||||
|
'Politics + Society',
|
||||||
|
'https://theconversation.com/au/politics/articles.atom'
|
||||||
|
),
|
||||||
|
(
|
||||||
|
'Science + Technology',
|
||||||
|
'https://theconversation.com/au/technology/articles.atom'
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user