Adding security feed to list of feeds for Ars Technica

This commit is contained in:
Bill Budington 2014-05-01 19:32:07 -07:00
parent 6ac0b0d715
commit 68204d5701

View File

@ -50,7 +50,8 @@ class ArsTechnica(BasicNewsRecipe):
feeds = [
(u'Infinite Loop (Apple content)' , u'http://feeds.arstechnica.com/arstechnica/apple/' )
(u'Risk Assessment (Security content)' , u'http://feeds.arstechnica.com/arstechnica/security/' )
,(u'Infinite Loop (Apple content)' , u'http://feeds.arstechnica.com/arstechnica/apple/' )
,(u'Opposable Thumbs (Gaming content)' , u'http://feeds.arstechnica.com/arstechnica/gaming/' )
,(u'Gear and Gadgets' , u'http://feeds.arstechnica.com/arstechnica/gadgets/' )
,(u'Uptime (IT content)' , u'http://feeds.arstechnica.com/arstechnica/business/' )