NewsGrabber/sources/IBTimesTechnology.py
2020-01-18 23:26:16 +00:00

8 lines
193 B
Python

from grabber import Grabber
class IBTimesTechnology(Grabber):
feed_url = "http://www.ibtimes.co.uk/rss/technology"
# 2020-01-17T09:50:28+00:00
date_format = "%Y-%m-%dT%H:%M:%S%z"