diff --git a/recipes/wash_post.recipe b/recipes/wash_post.recipe index 49a629b6b8..09e06c1177 100644 --- a/recipes/wash_post.recipe +++ b/recipes/wash_post.recipe @@ -93,7 +93,11 @@ class TheWashingtonPost(BasicNewsRecipe): ('Commanders', 'http://feeds.washingtonpost.com/rss/sports/redskins'), ] - def preprocess_raw_html(self, raw, *a): + def preprocess_raw_html(self, raw, url): + if '/interactive/' in url: + return ('
{text}
' if text else '' - if data.get('headlines'): - title = '' + data['description'].get('basic', '') + '' promo_img = ''