diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index ce75d8b437..3388db77de 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -80,6 +80,8 @@ class Economist(BasicNewsRecipe): ] } ), + dict(attrs={ + 'class': lambda x: x and 'blog-post__siblings-list-aside' in x.split()}), classes('share-links-header teaser--wrapped latest-updates-panel__container latest-updates-panel__article-link blog-post__section'), ] keep_only_tags = [dict(name='article', id=lambda x: not x)]