From 23665734858c2640d8028a71f547b7662868d921 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 1 May 2022 22:22:09 +0530 Subject: [PATCH] ... --- recipes/financial_times.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/financial_times.recipe b/recipes/financial_times.recipe index 771cc2075c..c8ff6f7e50 100644 --- a/recipes/financial_times.recipe +++ b/recipes/financial_times.recipe @@ -28,10 +28,10 @@ class ft(BasicNewsRecipe): feeds = [ ('World', 'https://www.ft.com/world?format=rss'), - ('US', 'https://www.ft.com/world?format=rss'), + ('US', 'https://www.ft.com/us?format=rss'), ('Companies', 'https://www.ft.com/companies?format=rss'), ('Tech', 'https://www.ft.com/technology?format=rss'), - ('Markets', 'https://www.ft.com/companies?format=rss'), + ('Markets', 'https://www.ft.com/markets?format=rss'), ('Climate', 'https://www.ft.com/climate-capital?format=rss'), ('Opinion', 'https://www.ft.com/opinion?format=rss'), ('Life & Arts', 'https://www.ft.com/life-arts?format=rss'),