diff --git a/recipes/times_online.recipe b/recipes/times_online.recipe index 9b20bf8c15..b12ed7defb 100644 --- a/recipes/times_online.recipe +++ b/recipes/times_online.recipe @@ -87,6 +87,7 @@ class TimesOnline(BasicNewsRecipe): return br remove_tags = [ + {'attrs': {'class': lambda x: x and 'is-hidden' in x}}, {'attrs': {'class': lambda x: x and 'Toolbar' in x}}, {'attrs': {'class': lambda x: x and 'Tooltip' in x}}, {'attrs': {'class': lambda x: x and 'Topics' in x}},