From ae429999cdb8d51555a59255b1a0f834e88181da Mon Sep 17 00:00:00 2001 From: maneeshbhunwal Date: Fri, 14 Oct 2016 16:19:51 +0530 Subject: [PATCH 1/2] updating is_accepted_entry the hindu has added some new tags on http://www.thehindu.com/todays-paper/ adding these will remove state specific news. Please include these changes for improving performance. Thanks --- recipes/hindu.recipe | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes/hindu.recipe b/recipes/hindu.recipe index adbd459964..45ca50e259 100644 --- a/recipes/hindu.recipe +++ b/recipes/hindu.recipe @@ -66,12 +66,17 @@ class TheHindu(BasicNewsRecipe): 'tp-karnataka', 'tp-kerala', 'tp-andhrapradesh', + 'tp-telangana' 'tp-newdelhi', + 'tp-mumbai' 'tp-otherstates', - 'tp-miscellaneous', 'tp-in-school', 'tp-metroplus', - 'tp-bookreview'] + 'tp-youngworld', + 'tp-fridayreview', + 'tp-downtown', + 'tp-bookreview', + 'tp-others'] is_accepted = True for omit_entry in omit_list: From ef54e16597e212d0cce6f5f0e43af2191e5d989d Mon Sep 17 00:00:00 2001 From: maneeshbhunwal Date: Fri, 14 Oct 2016 16:36:35 +0530 Subject: [PATCH 2/2] Update hindu.recipe --- recipes/hindu.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/hindu.recipe b/recipes/hindu.recipe index 45ca50e259..cae850e38c 100644 --- a/recipes/hindu.recipe +++ b/recipes/hindu.recipe @@ -66,9 +66,9 @@ class TheHindu(BasicNewsRecipe): 'tp-karnataka', 'tp-kerala', 'tp-andhrapradesh', - 'tp-telangana' + 'tp-telangana', 'tp-newdelhi', - 'tp-mumbai' + 'tp-mumbai', 'tp-otherstates', 'tp-in-school', 'tp-metroplus',