1
0
Fork 0
NewsGrabber/sources/FinancialTimes.py

7 lines
176 B
Python
Raw Normal View History

2020-01-18 21:04:49 +00:00
from grabber import Grabber
class FinancialTimes(Grabber):
feed_url = "https://www.ft.com/?format=rss&edition=international"
2020-01-18 21:04:49 +00:00
date_format = "%a, %d %b %Y %H:%M:%S %Z"