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