Update Barrons

This commit is contained in:
Kovid Goyal 2021-04-25 09:57:36 +05:30
parent 349edaf2c0
commit aacc39099c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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):