From aacc39099c5c921b3c667c2d71f708ed019a2ff8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 25 Apr 2021 09:57:36 +0530 Subject: [PATCH] Update Barrons --- recipes/barrons.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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):