1
0
Fork 0
NewsGrabber/sources/BBCBusiness.py

7 lines
166 B
Python
Raw Normal View History

2020-01-18 15:34:40 +00:00
from grabber import Grabber
class BBCBusiness(Grabber):
feed_url = "http://feeds.bbci.co.uk/news/business/rss.xml"
2020-01-18 18:36:33 +00:00
date_format = "%a, %d %b %Y %H:%M:%S %Z"