diff --git a/recipes/barrons.recipe b/recipes/barrons.recipe index cdfc6cf3fa..5aefdc9e66 100644 --- a/recipes/barrons.recipe +++ b/recipes/barrons.recipe @@ -19,8 +19,7 @@ class BarronsMagazine(BasicNewsRecipe): language = 'en' keep_only_tags = [ - dict(name='h1'), - dict(id='js-article__body'), + classes('article__headline article__body'), ] def parse_index(self):