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"