This commit is contained in:
Kovid Goyal 2018-06-29 05:44:08 +05:30
commit 1511eadfe2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -87,6 +87,7 @@ class TimesOnline(BasicNewsRecipe):
return br
remove_tags = [
{'attrs': {'class': lambda x: x and 'is-hidden' in x}},
{'attrs': {'class': lambda x: x and 'Toolbar' in x}},
{'attrs': {'class': lambda x: x and 'Tooltip' in x}},
{'attrs': {'class': lambda x: x and 'Topics' in x}},