From f1e3d2b03d89f2ee290302168fccb1e4f817e978 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 14 Jul 2012 22:02:53 +0530 Subject: [PATCH] Fix American Prospect --- recipes/aprospect.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/aprospect.recipe b/recipes/aprospect.recipe index 1e07ce5f52..d0680f75c6 100644 --- a/recipes/aprospect.recipe +++ b/recipes/aprospect.recipe @@ -12,7 +12,11 @@ class AmericanProspect(BasicNewsRecipe): no_stylesheets = True remove_javascript = True - keep_only_tags = [dict(name='div', attrs={'class':'pad_10L10R'})] - remove_tags = [dict(name='form'), dict(name='div', attrs={'class':['bkt_caption','sharebox noprint','badgebox']})] + #keep_only_tags = [dict(name='div', attrs={'class':'pad_10L10R'})] + #remove_tags = [dict(name='form'), dict(name='div', attrs={'class':['bkt_caption','sharebox noprint','badgebox']})] + use_embedded_content = False + no_stylesheets = True + auto_cleanup = True feeds = [(u'Articles', u'feed://www.prospect.org/articles_rss.jsp')] +