6 lines
95 B
Python
6 lines
95 B
Python
from grabber import Grabber
|
|
|
|
|
|
class Wired(Grabber):
|
|
feed_url = "http://www.wired.com/feed"
|