This commit is contained in:
Kovid Goyal 2021-10-19 12:41:53 +05:30
parent db074fd8f3
commit 5afde7a808
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -32,6 +32,7 @@ class TheWashingtonPost(BasicNewsRecipe):
keep_only_tags = [ keep_only_tags = [
dict(name=['h1', 'figure']), dict(name=['h1', 'figure']),
dict(attrs={'data-qa': 'lede-art'}),
classes('byline article-body'), classes('byline article-body'),
] ]
remove_tags = [ remove_tags = [