From c290e093913b5a7274819dbececefc46dac2af77 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 12 May 2012 17:32:33 +0530 Subject: [PATCH] ... --- recipes/stars_and_stripes.recipe | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/recipes/stars_and_stripes.recipe b/recipes/stars_and_stripes.recipe index 83cb3f6213..d1d203dc70 100644 --- a/recipes/stars_and_stripes.recipe +++ b/recipes/stars_and_stripes.recipe @@ -30,4 +30,10 @@ class AdvancedUserRecipe1308791026(BasicNewsRecipe): } keep_only_tags = [dict(name='div', attrs={'class':['element article']})] remove_tags_after = [dict(name='ul', attrs={'class':'inline-bookmarks'})] - feeds = [(u'News', u'http://feeds.stripes.com/starsandstripes/news'), (u'Sports', u'http://feeds.stripes.com/starsandstripes/sports'), (u'Military Life', u'http://feeds.stripes.com/starsandstripes/militarylife'), (u'Opinion', u'http://feeds.stripes.com/starsandstripes/opinion'), (u'Travel', u'http://feeds.stripes.com/starsandstripes/travel')] + feeds = [ + (u'News', u'http://feeds.stripes.com/starsandstripes/news'), + (u'Sports', u'http://feeds.stripes.com/starsandstripes/sports'), + (u'Military Life', u'http://feeds.stripes.com/starsandstripes/militarylife'), + (u'Opinion', u'http://feeds.stripes.com/starsandstripes/opinion'), + (u'Travel', u'http://feeds.stripes.com/starsandstripes/travel') + ]