6 lines
119 B
Python
6 lines
119 B
Python
|
from grabber import Grabber
|
||
|
|
||
|
|
||
|
class ForbesTechnology(Grabber):
|
||
|
feed_url = "http://www.forbes.com/technology/feed/"
|