mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
...
This commit is contained in:
parent
9c0a24799c
commit
5443edf24d
@ -19,7 +19,7 @@ class SeattleTimes(BasicNewsRecipe):
|
|||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
encoding = 'cp1252'
|
encoding = 'utf-8'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
auto_cleanup_keep = '//div[@id="PhotoContainer"]'
|
auto_cleanup_keep = '//div[@id="PhotoContainer"]'
|
||||||
@ -28,7 +28,7 @@ class SeattleTimes(BasicNewsRecipe):
|
|||||||
feeds = [
|
feeds = [
|
||||||
(u'Top Stories',
|
(u'Top Stories',
|
||||||
u'http://seattletimes.nwsource.com/rss/home.xml'),
|
u'http://seattletimes.nwsource.com/rss/home.xml'),
|
||||||
#(u'Articles', u'http://seattletimes.nwsource.com/rss/seattletimes.xml')
|
# (u'Articles', u'http://seattletimes.nwsource.com/rss/seattletimes.xml')
|
||||||
(u'Business & Technology',
|
(u'Business & Technology',
|
||||||
u'http://seattletimes.nwsource.com/rss/businesstechnology.xml'),
|
u'http://seattletimes.nwsource.com/rss/businesstechnology.xml'),
|
||||||
(u'Personal Technology',
|
(u'Personal Technology',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user