1
0
Fork 0
NewsGrabber/sources/IBTimesTechnology.py

7 lines
161 B
Python
Raw Normal View History

2020-01-18 23:26:16 +00:00
from grabber import Grabber
class IBTimesTechnology(Grabber):
feed_url = "http://www.ibtimes.co.uk/rss/technology"
date_format = "%Y-%m-%dT%H:%M:%S%z"