diff --git a/recipes/independent.recipe b/recipes/independent.recipe index e24a17831a..6194f05891 100644 --- a/recipes/independent.recipe +++ b/recipes/independent.recipe @@ -30,6 +30,7 @@ class TheIndependentNew(BasicNewsRecipe): ] remove_tags = [ dict(attrs={'class': lambda x: x and 'show-all' in x.split()}), + dict(attrs={'class': lambda x: x and 'context-sdl_editor_representation' in x.split()}), dict(attrs={'data-scald-gallery': True}), ]