6 lines
113 B
Python
6 lines
113 B
Python
|
from grabber import Grabber
|
||
|
|
||
|
|
||
|
class ForbesFinance(Grabber):
|
||
|
feed_url = "http://www.forbes.com/finance/feed/"
|