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