diff --git a/recipes/economist.recipe b/recipes/economist.recipe index 5bb53535af..ded781b314 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.recipe @@ -26,7 +26,8 @@ class Economist(BasicNewsRecipe): #cover_url = 'http://www.economist.com/images/covers/currentcoverus_large.jpg' remove_tags = [ dict(name=['script', 'noscript', 'title', 'iframe', 'cf_floatingcontent']), - dict(attrs={'class':['dblClkTrk', 'ec-article-info', 'share_inline_header']}), + dict(attrs={'class':['dblClkTrk', 'ec-article-info', + 'share_inline_header', 'related-items']}), {'class': lambda x: x and 'share-links-header' in x}, ] keep_only_tags = [dict(id='ec-article-body')] diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index 1d4dd8ba7d..71c323d6a3 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -21,7 +21,7 @@ class Economist(BasicNewsRecipe): remove_tags = [ dict(name=['script', 'noscript', 'title', 'iframe', 'cf_floatingcontent']), dict(attrs={'class':['dblClkTrk', 'ec-article-info', - 'share_inline_header']}), + 'share_inline_header', 'related-items']}), {'class': lambda x: x and 'share-links-header' in x}, ] keep_only_tags = [dict(id='ec-article-body')]