remove related links section

This commit is contained in:
bobbysteel 2017-01-19 23:46:37 +00:00 committed by GitHub
parent d85f985e9c
commit 1c4b5107ce

View File

@ -57,7 +57,7 @@ class TimesOnline(BasicNewsRecipe):
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}}
]