Change Financial Times to international edition.

This commit is contained in:
Jack Hadrill 2020-01-18 21:11:24 +00:00
parent be95a3ef23
commit 970607ab18

View File

@ -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"