From a836836359eeef87bdddfe584f226b827a147626 Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Fri, 9 Jun 2017 23:36:39 +0100 Subject: [PATCH] Remove video from articles --- recipes/nytimes.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/nytimes.recipe b/recipes/nytimes.recipe index 72af801de9..ebe4b09379 100644 --- a/recipes/nytimes.recipe +++ b/recipes/nytimes.recipe @@ -240,6 +240,7 @@ class NYTimes(BasicNewsRecipe): dict(attrs={'class': lambda x: x and 'skip-to-text-link' in x.split()}), dict(attrs={'class': lambda x: x and 'sharetools' in x.split()}), dict(attrs={'class': lambda x: x and 'ad' in x.split()}), + dict(attrs={'class': lambda x: x and 'video' in x.split()}), dict(attrs={'class': lambda x: x and 'visually-hidden' in x.split()}), dict(name='div', attrs={'class': re.compile('toolsList')}), # bits dict(name='div', attrs={