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