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