mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:13:50 +02:00
Adding security feed to list of feeds for Ars Technica
This commit is contained in:
parent
6ac0b0d715
commit
68204d5701
1 changed files with 2 additions and 1 deletions
|
|
@ -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/' )
|
||||
|
|
|
|||
Loading…
Reference in a new issue