mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Update Richmond Times DIspatch
This commit is contained in:
parent
beb3c260dc
commit
0c45f14f9e
@ -9,13 +9,14 @@ class RichmondTimesDispatch(BasicNewsRecipe):
|
|||||||
and is also a default paper for rural regions of the state. \
|
and is also a default paper for rural regions of the state. \
|
||||||
The RTD has published in some form for more than 150 years."
|
The RTD has published in some form for more than 150 years."
|
||||||
__author__ = '_reader'
|
__author__ = '_reader'
|
||||||
__date__ = '05 July 2012'
|
__date__ = '17 October 2012'
|
||||||
__version__ = '1.4'
|
__version__ = '1.6'
|
||||||
cover_url = 'http://static2.dukecms.com/va_tn/timesdispatch_com/site-media/img/icons/logo252x97.png'
|
cover_url = 'http://static2.dukecms.com/va_tn/timesdispatch_com/site-media/img/icons/logo252x97.png'
|
||||||
masthead_url = 'http://static2.dukecms.com/va_tn/timesdispatch_com/site-media/img/icons/logo252x97.png'
|
masthead_url = 'http://static2.dukecms.com/va_tn/timesdispatch_com/site-media/img/icons/logo252x97.png'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
oldest_article = 1.5 #days
|
oldest_article = 1.5 #days
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
|
ignore_duplicate_articles = { 'title', 'url' }
|
||||||
needs_subscription = False
|
needs_subscription = False
|
||||||
publisher = 'timesdispatch.com'
|
publisher = 'timesdispatch.com'
|
||||||
category = 'news, commentary'
|
category = 'news, commentary'
|
||||||
@ -70,6 +71,7 @@ class RichmondTimesDispatch(BasicNewsRecipe):
|
|||||||
('Local Business', 'http://www2.timesdispatch.com/list/feed/rss/local-business'),
|
('Local Business', 'http://www2.timesdispatch.com/list/feed/rss/local-business'),
|
||||||
('Politics', 'http://www2.timesdispatch.com/list/feed/rss/politics'),
|
('Politics', 'http://www2.timesdispatch.com/list/feed/rss/politics'),
|
||||||
('Virginia Politics', 'http://www2.timesdispatch.com/list/feed/rss/virginia-politics'),
|
('Virginia Politics', 'http://www2.timesdispatch.com/list/feed/rss/virginia-politics'),
|
||||||
|
('History', 'http://www2.timesdispatch.com/feed/rss/special_section/news/history'),
|
||||||
('Sports', 'http://www2.timesdispatch.com/list/feed/rss/sports2'),
|
('Sports', 'http://www2.timesdispatch.com/list/feed/rss/sports2'),
|
||||||
('Health', 'http://www2.timesdispatch.com/feed/rss/lifestyles/health_med_fit/'),
|
('Health', 'http://www2.timesdispatch.com/feed/rss/lifestyles/health_med_fit/'),
|
||||||
('Entertainment/Life', 'http://www2.timesdispatch.com/list/feed/rss/entertainment'),
|
('Entertainment/Life', 'http://www2.timesdispatch.com/list/feed/rss/entertainment'),
|
||||||
@ -78,13 +80,15 @@ class RichmondTimesDispatch(BasicNewsRecipe):
|
|||||||
('Music', 'http://www2.timesdispatch.com/list/feed/rss/music'),
|
('Music', 'http://www2.timesdispatch.com/list/feed/rss/music'),
|
||||||
('Dining & Food', 'http://www2.timesdispatch.com/list/feed/rss/dining'),
|
('Dining & Food', 'http://www2.timesdispatch.com/list/feed/rss/dining'),
|
||||||
('Home & Garden', 'http://www2.timesdispatch.com/list/feed/rss/home-and-garden/'),
|
('Home & Garden', 'http://www2.timesdispatch.com/list/feed/rss/home-and-garden/'),
|
||||||
#inactive('Travel', 'http://www2.timesdispatch.com/feed/rss/travel/'),
|
('Travel', 'http://www2.timesdispatch.com/feed/rss/travel/'),
|
||||||
('Opinion', 'http://www2.timesdispatch.com/feed/rss/news/opinion/'),
|
('Opinion', 'http://www2.timesdispatch.com/feed/rss/news/opinion/'),
|
||||||
('Editorials', 'http://www2.timesdispatch.com/list/feed/rss/editorial-desk'),
|
('Editorials', 'http://www2.timesdispatch.com/list/feed/rss/editorial-desk'),
|
||||||
('Columnists and Blogs', 'http://www2.timesdispatch.com/list/feed/rss/news-columnists-blogs'),
|
('Columnists and Blogs', 'http://www2.timesdispatch.com/list/feed/rss/news-columnists-blogs'),
|
||||||
('Opinion Columnists', 'http://www2.timesdispatch.com/list/feed/rss/opinion-editorial-columnists'),
|
('Opinion Columnists', 'http://www2.timesdispatch.com/list/feed/rss/opinion-editorial-columnists'),
|
||||||
('Letters to the Editor', 'http://www2.timesdispatch.com/list/feed/rss/opinion-letters'),
|
('Letters to the Editor', 'http://www2.timesdispatch.com/list/feed/rss/opinion-letters'),
|
||||||
('Traffic', 'http://www2.timesdispatch.com/list/feed/rss/traffic'),
|
('Traffic', 'http://www2.timesdispatch.com/list/feed/rss/traffic'),
|
||||||
|
('Drives', 'http://www2.timesdispatch.com/feed/rss/classifieds/transportation/'),
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def print_version(self,url):
|
def print_version(self,url):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user