diff --git a/recipes/wsj.recipe b/recipes/wsj.recipe index b1e527b036..ea998e0dd1 100644 --- a/recipes/wsj.recipe +++ b/recipes/wsj.recipe @@ -69,16 +69,7 @@ class WSJ(BasicNewsRecipe): dict(id='right-rail'), dict(id='narrator-nav'), dict(name='div', id='ad_and_popular'), - dict(attrs={'class': [ - 'comments-count-container', - 'insetButton', - 'insettipBox', - 'author-info', - 'media-object-video', - 'article_tools', - 'nc-exp-artmeta', - 'category' - ]}), + classes('right-rail', 'comments-count-container', 'insetButton insettipBox author-info media-object-video article_tools nc-exp-artmeta category'), dict(name='span', attrs={ 'data-country-code': True, 'data-ticker-code': True}), dict(name='meta link'.split()),