From a0edf08944793db72ea5fbdd4e7507574f38033a Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sun, 6 Apr 2025 18:15:14 +0530 Subject: [PATCH] ... --- recipes/hindu.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/hindu.recipe b/recipes/hindu.recipe index a103ab5633..88a0067a0c 100644 --- a/recipes/hindu.recipe +++ b/recipes/hindu.recipe @@ -15,7 +15,7 @@ def absurl(url): class TheHindu(BasicNewsRecipe): - title = 'The Hindu ' + title = 'The Hindu Print Edition' __author__ = 'unkn0wn' description = "Articles from The Hindu, Today\'s Paper. This recipe now works only for yesterday\'s edition." language = 'en_IN' @@ -68,6 +68,7 @@ class TheHindu(BasicNewsRecipe): return soup def parse_index(self): + self.title = 'The Hindu' local_edition = 'th_chennai' d = self.recipe_specific_options.get('location') if d and isinstance(d, str):