From d353c5afe6463ee061fce2a49b7b8495f665b3e0 Mon Sep 17 00:00:00 2001 From: unkn0wn <51942695+unkn0w7n@users.noreply.github.com> Date: Thu, 24 Jul 2025 11:38:54 +0530 Subject: [PATCH] ... --- recipes/wash_post.recipe | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 = ''