diff --git a/resources/recipes/npr.recipe b/resources/recipes/npr.recipe index 167c2125c7..8a4d2f9873 100644 --- a/resources/recipes/npr.recipe +++ b/resources/recipes/npr.recipe @@ -6,6 +6,7 @@ class AdvancedUserRecipe1257302745(BasicNewsRecipe): language = 'en' __author__ = 'onyxrev' max_articles_per_feed = 100 + no_stylesheets = True remove_tags_before = {'class':'storytitle'} remove_tags_after = dict(name='div', attrs={'id':'storytext' })