1
0
Fork 0
NewsGrabber/sources/FinancialTimes.py

7 lines
176 B
Python

from grabber import Grabber
class FinancialTimes(Grabber):
feed_url = "https://www.ft.com/?format=rss&edition=international"
date_format = "%a, %d %b %Y %H:%M:%S %Z"