From 72f2cf8d216b392b3d8df9d16bc90aedd73f3b76 Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Fri, 9 Jun 2017 17:51:02 +0100 Subject: [PATCH] Fix blog content inside Economist --- recipes/economist_free.recipe | 2 ++ 1 file changed, 2 insertions(+) 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)]