mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Anchorage Daily News
This commit is contained in:
parent
d2e1dc3bc6
commit
09ca243596
@ -8,12 +8,8 @@ class AdvancedUserRecipe1278347258(BasicNewsRecipe):
|
|||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
|
|
||||||
|
|
||||||
feeds = [(u'Alaska News', u'http://www.adn.com/news/alaska/index.xml'),
|
feeds = [(u'Alaska News', u'http://www.adn.com/rss-feeds/feed/all'),
|
||||||
(u'Business', u'http://www.adn.com/money/index.xml'),
|
(u'Politics', u'http://www.adn.com/rss-feeds/feed/politics'),
|
||||||
(u'Sports', u'http://www.adn.com/sports/index.xml'),
|
|
||||||
(u'Politics', u'http://www.adn.com/politics/index.xml'),
|
|
||||||
(u'Lifestyles', u'http://www.adn.com/life/index.xml'),
|
|
||||||
(u'Iditarod', u'http://www.adn.com/iditarod/index.xml')
|
|
||||||
]
|
]
|
||||||
description = ''''Alaska's Newspaper'''
|
description = ''''Alaska's Newspaper'''
|
||||||
publisher = 'http://www.adn.com'
|
publisher = 'http://www.adn.com'
|
||||||
@ -26,7 +22,7 @@ class AdvancedUserRecipe1278347258(BasicNewsRecipe):
|
|||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
language = 'en'
|
language = 'en'
|
||||||
encoding = 'latin-1'
|
encoding = 'utf-8'
|
||||||
conversion_options = {'linearize_tables':True}
|
conversion_options = {'linearize_tables':True}
|
||||||
masthead_url = 'http://media.adn.com/includes/assets/images/adn_logo.2.gif'
|
masthead_url = 'http://media.adn.com/includes/assets/images/adn_logo.2.gif'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user