8 lines
191 B
Python
8 lines
191 B
Python
from grabber import Grabber
|
|
|
|
|
|
class IBTimesCompanies(Grabber):
|
|
feed_url = "http://www.ibtimes.co.uk/rss/companies"
|
|
# 2020-01-17T09:50:28+00:00
|
|
date_format = "%Y-%m-%dT%H:%M:%S%z"
|