6 lines
132 B
Python
6 lines
132 B
Python
|
from grabber import Grabber
|
||
|
|
||
|
|
||
|
class NYTBusiness(Grabber):
|
||
|
feed_url = "http://rss.nytimes.com/services/xml/rss/nyt/Business.xml"
|