mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 20:14:44 +01:00
Merge branch 'patch-2' of https://github.com/bobbysteel/calibre
This commit is contained in:
commit
1511eadfe2
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ def get_browser(self):
|
|||
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…
Reference in a new issue