6 lines
122 B
Python
6 lines
122 B
Python
|
from grabber import Grabber
|
||
|
|
||
|
|
||
|
class ArsTechnica(Grabber):
|
||
|
feed_url = "http://feeds.arstechnica.com/arstechnica/index"
|