From 09ca243596a8a0494dfcdcc3ad9c8c572939e427 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 6 Sep 2014 18:34:56 +0530 Subject: [PATCH] Update Anchorage Daily News --- recipes/anchorage_daily.recipe | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/recipes/anchorage_daily.recipe b/recipes/anchorage_daily.recipe index 7bda0f5bcd..530bd5528c 100644 --- a/recipes/anchorage_daily.recipe +++ b/recipes/anchorage_daily.recipe @@ -8,12 +8,8 @@ class AdvancedUserRecipe1278347258(BasicNewsRecipe): auto_cleanup = True - feeds = [(u'Alaska News', u'http://www.adn.com/news/alaska/index.xml'), - (u'Business', u'http://www.adn.com/money/index.xml'), - (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') + feeds = [(u'Alaska News', u'http://www.adn.com/rss-feeds/feed/all'), + (u'Politics', u'http://www.adn.com/rss-feeds/feed/politics'), ] description = ''''Alaska's Newspaper''' publisher = 'http://www.adn.com' @@ -26,7 +22,7 @@ class AdvancedUserRecipe1278347258(BasicNewsRecipe): use_embedded_content = False no_stylesheets = True language = 'en' - encoding = 'latin-1' + encoding = 'utf-8' conversion_options = {'linearize_tables':True} masthead_url = 'http://media.adn.com/includes/assets/images/adn_logo.2.gif'