From 970607ab185b7825c401d2ffb950802991ed70ef Mon Sep 17 00:00:00 2001 From: Jack Hadrill Date: Sat, 18 Jan 2020 21:11:24 +0000 Subject: [PATCH] Change Financial Times to international edition. --- sources/FinancialTimes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/FinancialTimes.py b/sources/FinancialTimes.py index facb5b7..321f1a9 100644 --- a/sources/FinancialTimes.py +++ b/sources/FinancialTimes.py @@ -2,5 +2,5 @@ from grabber import Grabber class FinancialTimes(Grabber): - feed_url = "https://www.ft.com/?format=rss&edition=uk" + feed_url = "https://www.ft.com/?format=rss&edition=international" date_format = "%a, %d %b %Y %H:%M:%S %Z"