From aec0af6f54a3222aee627b33baba09ecdcce7793 Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Thu, 28 Jun 2018 09:45:22 +0100 Subject: [PATCH] Remove non-subscriber hidden warning --- recipes/times_online.recipe | 1 + 1 file changed, 1 insertion(+) 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}},