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']}) ]