From 2b149227f8cb4df9f9e65504f783a47624cdf470 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Wed, 21 Jun 2023 12:53:16 +0530 Subject: [PATCH] ... --- recipes/hindu.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/hindu.recipe b/recipes/hindu.recipe index 83771873b7..ed8ade80e5 100644 --- a/recipes/hindu.recipe +++ b/recipes/hindu.recipe @@ -98,6 +98,7 @@ class TheHindu(BasicNewsRecipe): ans2 = self.hindu_parse_index(soup) if ans2: return ans + ans2 + return ans return ans def hindu_parse_index(self, soup):