From 1c4b5107ce58d4ac966b9b8141ceb03f51ede162 Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Thu, 19 Jan 2017 23:46:37 +0000 Subject: [PATCH] remove related links section --- recipes/times_online.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} ]