mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove non-subscriber hidden warning
This commit is contained in:
parent
08ab604ea8
commit
aec0af6f54
@ -87,6 +87,7 @@ class TimesOnline(BasicNewsRecipe):
|
|||||||
return br
|
return br
|
||||||
|
|
||||||
remove_tags = [
|
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 'Toolbar' in x}},
|
||||||
{'attrs': {'class': lambda x: x and 'Tooltip' in x}},
|
{'attrs': {'class': lambda x: x and 'Tooltip' in x}},
|
||||||
{'attrs': {'class': lambda x: x and 'Topics' in x}},
|
{'attrs': {'class': lambda x: x and 'Topics' in x}},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user