1
0
Fork 0
NewsGrabber/sources/NYTBusiness.py

6 lines
132 B
Python
Raw Permalink Normal View History

2020-01-18 19:59:02 +00:00
from grabber import Grabber
class NYTBusiness(Grabber):
feed_url = "http://rss.nytimes.com/services/xml/rss/nyt/Business.xml"