Remove non-subscriber hidden warning

This commit is contained in:
bobbysteel 2018-06-28 09:45:22 +01:00 committed by GitHub
parent 08ab604ea8
commit aec0af6f54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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}},