6 lines
136 B
Python
6 lines
136 B
Python
|
from grabber import Grabber
|
||
|
|
||
|
|
||
|
class ReutersBusiness(Grabber):
|
||
|
feed_url = "http://feeds.reuters.com/reuters/businessNews?format=xml"
|