From f4ed1869fadd12c1f3dbba388337574e1d1ad148 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sat, 2 Aug 2025 19:46:14 +0530 Subject: [PATCH] ... --- recipes/indian_express.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/indian_express.recipe b/recipes/indian_express.recipe index cea9d8a5e5..85697b32cf 100644 --- a/recipes/indian_express.recipe +++ b/recipes/indian_express.recipe @@ -173,7 +173,7 @@ class IndianExpress(BasicNewsRecipe): w = self.recipe_specific_options.get('res') if w and isinstance(w, str): width = w - if h2 := (soup.find(attrs={'itemprop': 'description'}) or soup.find(**classes('synopsis'))): + if h2 := (soup.find(attrs={'itemprop': 'description'}) or soup.find(**classes('synopsis top-description'))): h2.name = 'p' h2['id'] = 'sub-d' for span in soup.findAll(