From 20dedaac5c079cbb8b21992b245d86b1e4c236fd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 2 Oct 2010 12:16:31 -0600 Subject: [PATCH] Fix #6999 (Washington Post Enhancement Request) --- resources/recipes/wash_post.recipe | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/resources/recipes/wash_post.recipe b/resources/recipes/wash_post.recipe index a917371cec..ae56172674 100644 --- a/resources/recipes/wash_post.recipe +++ b/resources/recipes/wash_post.recipe @@ -21,16 +21,20 @@ class WashingtonPost(BasicNewsRecipe): body{font-family:arial,helvetica,sans-serif} ''' - feeds = [ ('Today\'s Highlights', 'http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400102.xml'), - ('Politics', 'http://www.washingtonpost.com/wp-dyn/rss/politics/index.xml'), - ('Nation', 'http://www.washingtonpost.com/wp-dyn/rss/nation/index.xml'), - ('World', 'http://www.washingtonpost.com/wp-dyn/rss/world/index.xml'), - ('Business', 'http://www.washingtonpost.com/wp-dyn/rss/business/index.xml'), - ('Technology', 'http://www.washingtonpost.com/wp-dyn/rss/technology/index.xml'), - ('Health', 'http://www.washingtonpost.com/wp-dyn/rss/health/index.xml'), - ('Education', 'http://www.washingtonpost.com/wp-dyn/rss/education/index.xml'), - ('Editorials', 'http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/05/30/LI2005053000331.xml'), - ] + feeds = [ ('Today\'s Highlights', 'http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/03/24/LI2005032400102.xml'), + ('Politics', 'http://www.washingtonpost.com/wp-dyn/rss/politics/index.xml'), + ('Nation', 'http://www.washingtonpost.com/wp-dyn/rss/nation/index.xml'), + ('World', 'http://www.washingtonpost.com/wp-dyn/rss/world/index.xml'), + ('Business', 'http://www.washingtonpost.com/wp-dyn/rss/business/index.xml'), + ('Technology', 'http://www.washingtonpost.com/wp-dyn/rss/technology/index.xml'), + ('Health', 'http://www.washingtonpost.com/wp-dyn/rss/health/index.xml'), + ('Education', 'http://www.washingtonpost.com/wp-dyn/rss/education/index.xml'), + ('Style', + 'http://www.washingtonpost.com/wp-dyn/rss/print/style/index.xml'), + ('Sports', + 'http://feeds.washingtonpost.com/wp-dyn/rss/linkset/2010/08/19/LI2010081904067_xml'), + ('Editorials', 'http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/05/30/LI2005053000331.xml'), + ] remove_tags = [{'id':['pfmnav', 'ArticleCommentsWrapper']}]