8 lines
193 B
Python
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"
|