mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 22:15:22 +01:00
Update The Times
Merge branch 'patch-5' of https://github.com/bobbysteel/calibre
This commit is contained in:
commit
d90b324c68
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def get_browser(self):
|
|||
|
||||
remove_tags = [
|
||||
{'name': ['object', 'link', 'iframe', 'base', 'meta', 'script']},
|
||||
{'attrs': {'class': ['tools comments-parent','u-hide','Tooltip','Toolbar Toolbar--bottom',
|
||||
{'attrs': {'class': ['tools comments-parent','u-hide','RelatedLinks','Tooltip','Toolbar Toolbar--bottom',
|
||||
'Comments Article-container','ArticlePager','Media-caption']}},
|
||||
{'attrs': {'class': lambda x: x and 'Toolbar' in x}}
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue