mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Seattle Times
This commit is contained in:
parent
ba362375ae
commit
cf5baaf449
@ -10,10 +10,10 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
|||||||
|
|
||||||
|
|
||||||
class SeattleTimes(BasicNewsRecipe):
|
class SeattleTimes(BasicNewsRecipe):
|
||||||
|
|
||||||
title = 'The Seattle Times'
|
title = 'The Seattle Times'
|
||||||
__author__ = 'Darko Miletic'
|
__author__ = 'Darko Miletic'
|
||||||
description = 'News from Seattle and USA'
|
description = 'News from Seattle and USA'
|
||||||
cover_url = 'http://webmedia.newseum.org/newseum-multimedia/dfp/jpg12/lg/WA_ST.jpg'
|
|
||||||
publisher = 'The Seattle Times'
|
publisher = 'The Seattle Times'
|
||||||
category = 'news, politics, USA'
|
category = 'news, politics, USA'
|
||||||
oldest_article = 2
|
oldest_article = 2
|
||||||
@ -24,52 +24,22 @@ class SeattleTimes(BasicNewsRecipe):
|
|||||||
language = 'en'
|
language = 'en'
|
||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
auto_cleanup_keep = '//div[@id="PhotoContainer"]'
|
auto_cleanup_keep = '//div[@id="PhotoContainer"]'
|
||||||
cover_url = 'http://seattletimes.com/PDF/frontpage.pdf'
|
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
(u'Top Stories',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/home.xml'),
|
|
||||||
# (u'Articles', u'http://seattletimes.nwsource.com/rss/seattletimes.xml')
|
|
||||||
(u'Business & Technology',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/businesstechnology.xml'),
|
|
||||||
(u'Personal Technology',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/personaltechnology.xml'),
|
|
||||||
(u'Entertainment & the Arts',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/artsentertainment.xml'),
|
|
||||||
(u'Health',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/health.xml'),
|
|
||||||
(u'Living',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/living.xml'),
|
|
||||||
(u'Local News',
|
(u'Local News',
|
||||||
u'http://seattletimes.nwsource.com/rss/localnews.xml'),
|
u'https://www.seattletimes.com/seattle-news/feed/'),
|
||||||
(u'Nation & World',
|
(u'Nation & World',
|
||||||
u'http://seattletimes.nwsource.com/rss/nationworld.xml'),
|
u'https://www.seattletimes.com/nation-world/feed/'),
|
||||||
(u'Opinion',
|
(u'Business',
|
||||||
u'http://seattletimes.nwsource.com/rss/opinion.xml'),
|
u'https://www.seattletimes.com/business/feed/'),
|
||||||
(u'Politics',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/politics.xml'),
|
|
||||||
(u'Sports',
|
(u'Sports',
|
||||||
u'http://seattletimes.nwsource.com/rss/sports.xml'),
|
u'https://www.seattletimes.com/sports/feed/'),
|
||||||
(u'Nicole Brodeur',
|
(u'Entertainment',
|
||||||
u'http://seattletimes.nwsource.com/rss/nicolebrodeur.xml'),
|
u'https://www.seattletimes.com/entertainment/feed/'),
|
||||||
(u'Danny Westneat',
|
(u'Life',
|
||||||
u'http://seattletimes.nwsource.com/rss/dannywestneat.xml'),
|
u'https://www.seattletimes.com/life/feed/'),
|
||||||
(u'Jerry Large',
|
(u'Opinion',
|
||||||
u'http://seattletimes.nwsource.com/rss/jerrylarge.xml'),
|
u'https://www.seattletimes.com/opinion/feed/'),
|
||||||
(u'Ron Judd',
|
(u'Photo and Video',
|
||||||
u'http://seattletimes.nwsource.com/rss/ronjudd.xml'),
|
u'https://www.seattletimes.com/photo-video/feed/'),
|
||||||
(u'Education',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/education.xml'),
|
|
||||||
(u'Letters to the Editor',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/northwestvoices.xml'),
|
|
||||||
(u'Travel',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/travel.xml'),
|
|
||||||
(u'Outdoors',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/outdoors.xml'),
|
|
||||||
(u'Steve Kelley',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/stevekelley.xml'),
|
|
||||||
(u'Jerry Brewer',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/jerrybrewer.xml'),
|
|
||||||
(u'Most Read Articles',
|
|
||||||
u'http://seattletimes.nwsource.com/rss/mostreadarticles.xml'),
|
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user