6 lines
105 B
Python
6 lines
105 B
Python
|
from grabber import Grabber
|
||
|
|
||
|
|
||
|
class Engadget(Grabber):
|
||
|
feed_url = "https://www.engadget.com/rss.xml"
|