6 lines
133 B
Python
6 lines
133 B
Python
|
from grabber import Grabber
|
||
|
|
||
|
|
||
|
class HuffingtonPostBusiness(Grabber):
|
||
|
feed_url = "https://www.huffpost.com/section/business/feed"
|