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