diff --git a/recipes/wsj.recipe b/recipes/wsj.recipe index b72be2b1fa..2b3110b059 100644 --- a/recipes/wsj.recipe +++ b/recipes/wsj.recipe @@ -70,7 +70,8 @@ class WSJ(BasicNewsRecipe): dict(id='right-rail'), dict(id='narrator-nav'), dict(name='div', id='ad_and_popular'), - classes('right-rail comments-count-container insetButton insettipBox author-info media-object-video article_tools nc-exp-artmeta category'), + classes('strap-container right-rail comments-count-container insetButton insettipBox author-info' + ' media-object-video article_tools nc-exp-artmeta category type-InsetArticlesRelatedByType media-object-rich-text'), dict(name='span', attrs={ 'data-country-code': True, 'data-ticker-code': True}), dict(name='meta link'.split()), diff --git a/recipes/wsj_free.recipe b/recipes/wsj_free.recipe index 65d9c062a4..0c4429c3c6 100644 --- a/recipes/wsj_free.recipe +++ b/recipes/wsj_free.recipe @@ -63,8 +63,8 @@ class WSJ(BasicNewsRecipe): ] remove_tags = [ - classes( - 'insetButton insettipBox author-info media-object-video article_tools nc-exp-artmeta category'), + classes('strap-container right-rail comments-count-container insetButton insettipBox author-info' + ' media-object-video article_tools nc-exp-artmeta category type-InsetArticlesRelatedByType media-object-rich-text'), dict(name='span', attrs={ 'data-country-code': True, 'data-ticker-code': True}), dict(name='meta link'.split()),