From 68204d570128b3a4eb62333836a12afbb6f3d906 Mon Sep 17 00:00:00 2001 From: Bill Budington Date: Thu, 1 May 2014 19:32:07 -0700 Subject: [PATCH] Adding security feed to list of feeds for Ars Technica --- recipes/ars_technica.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/ars_technica.recipe b/recipes/ars_technica.recipe index cef96915e6..fc6c250947 100644 --- a/recipes/ars_technica.recipe +++ b/recipes/ars_technica.recipe @@ -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/' )