From 6990da058157ca34c9852a67bccd2513c17e3173 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Apr 2023 08:38:27 +0530 Subject: [PATCH] pep8 --- recipes/irish_independent.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/irish_independent.recipe b/recipes/irish_independent.recipe index a7425e6a29..681e62646b 100644 --- a/recipes/irish_independent.recipe +++ b/recipes/irish_independent.recipe @@ -4,7 +4,7 @@ __copyright__ = '2009 Neil Grogan' # Irish Independent Recipe # -from calibre.web.feeds.news import BasicNewsRecipe, classes +from calibre.web.feeds.news import BasicNewsRecipe class IrishIndependent(BasicNewsRecipe): @@ -19,7 +19,7 @@ class IrishIndependent(BasicNewsRecipe): keep_only_tags = [ dict(name='div', attrs={'class':lambda x: x and '_contentwrapper' in x}) ] - + remove_tags = [ dict(name='div', attrs={'data-testid':['article-share', 'embed-video']}) ]