Update The Times

Merge branch 'patch-5' of https://github.com/bobbysteel/calibre
This commit is contained in:
Kovid Goyal 2017-01-20 08:00:49 +05:30
commit d90b324c68

View File

@ -57,7 +57,7 @@ class TimesOnline(BasicNewsRecipe):
remove_tags = [ remove_tags = [
{'name': ['object', 'link', 'iframe', 'base', 'meta', 'script']}, {'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']}}, 'Comments Article-container','ArticlePager','Media-caption']}},
{'attrs': {'class': lambda x: x and 'Toolbar' in x}} {'attrs': {'class': lambda x: x and 'Toolbar' in x}}
] ]