From 3cafbb9c0ce0e5b54fb2247498228b8a49ce48bb Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sun, 24 Mar 2024 10:50:47 +0530 Subject: [PATCH] the week --- recipes/andhrajyothy_tel.recipe | 2 +- recipes/the_week_magazine_free.recipe | 2 +- recipes/the_week_uk.recipe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/andhrajyothy_tel.recipe b/recipes/andhrajyothy_tel.recipe index 7dc6449854..f3e9543a26 100644 --- a/recipes/andhrajyothy_tel.recipe +++ b/recipes/andhrajyothy_tel.recipe @@ -4,7 +4,7 @@ from datetime import date from collections import defaultdict # figure out your local edition id from the log of this recipe -edi_id = 225 # TELANGANA MAIN II - 225 +edi_id = 34 # HYDERABAD MAIN I - 34 today = date.today().strftime('%d/%m/%Y') diff --git a/recipes/the_week_magazine_free.recipe b/recipes/the_week_magazine_free.recipe index db4a44acaa..3869e68777 100644 --- a/recipes/the_week_magazine_free.recipe +++ b/recipes/the_week_magazine_free.recipe @@ -82,7 +82,7 @@ class TheWeek(BasicNewsRecipe): 'culture-life', 'business', 'travel', 'arts-life', 'history' ] for sec in sections: - a = 'https://news.google.com/rss/search?q=when:{}h+allinurl:{}&hl=en-IN&gl=US&ceid=US:en' + a = 'https://news.google.com/rss/search?q=when:{}h+allinurl:{}&hl=en-US&gl=US&ceid=US:en' feeds.append((sec.capitalize(), a.format(when, quote(index + sec, safe='')))) feeds.append(('Others', a.format(when, quote(index, safe=''), ''))) diff --git a/recipes/the_week_uk.recipe b/recipes/the_week_uk.recipe index d7fb87f422..e614f8092e 100644 --- a/recipes/the_week_uk.recipe +++ b/recipes/the_week_uk.recipe @@ -82,7 +82,7 @@ class TheWeek(BasicNewsRecipe): 'culture-life', 'business', 'travel', 'arts-life', 'history' ] for sec in sections: - a = 'https://news.google.com/rss/search?q=when:{}h+allinurl:{}&hl=en-IN&gl=US&ceid=US:en' + a = 'https://news.google.com/rss/search?q=when:{}h+allinurl:{}&hl=en-GB&gl=GB&ceid=GB:en' feeds.append((sec.capitalize(), a.format(when, quote(index + sec, safe='')))) feeds.append(('Others', a.format(when, quote(index, safe=''), '')))