diff --git a/recipes/times_online.recipe b/recipes/times_online.recipe index 6c4b83ec32..32d1101db6 100644 --- a/recipes/times_online.recipe +++ b/recipes/times_online.recipe @@ -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}} ]