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=''), '')))