mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Merge branch 'patch-2' of https://github.com/bobbysteel/calibre
This commit is contained in:
commit
1511eadfe2
@ -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}},
|
||||
|
Loading…
x
Reference in New Issue
Block a user