From c2a80c1e7bc4409bc118c72e1146ec5c07481dd0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 13 Nov 2010 10:24:58 -0700 Subject: [PATCH] Improved sports feeds for the washington post recipe --- resources/recipes/wash_post.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/recipes/wash_post.recipe b/resources/recipes/wash_post.recipe index ae56172674..fb6d5bc598 100644 --- a/resources/recipes/wash_post.recipe +++ b/resources/recipes/wash_post.recipe @@ -31,8 +31,9 @@ class WashingtonPost(BasicNewsRecipe): ('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'), + ('NFL Sports', + 'http://www.washingtonpost.com/wp-dyn/rss/sports/index/nfl/index.xml'), + ('Redskins', 'http://www.washingtonpost.com/wp-dyn/rss/sports/redskins/index.xml'), ('Editorials', 'http://www.washingtonpost.com/wp-dyn/rss/linkset/2005/05/30/LI2005053000331.xml'), ]