mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Ars Technica
This commit is contained in:
parent
871e4a5a1c
commit
05e589e510
@ -70,19 +70,21 @@ class ArsTechnica(BasicNewsRecipe):
|
|||||||
|
|
||||||
# Feed are found here: http://arstechnica.com/rss-feeds/
|
# Feed are found here: http://arstechnica.com/rss-feeds/
|
||||||
feeds = [
|
feeds = [
|
||||||
('Ars Technica', 'http://feeds.arstechnica.com/arstechnica/index'),
|
('Ars Technica', 'https://arstechnica.com/feed/'),
|
||||||
('Features', 'http://feeds.arstechnica.com/arstechnica/features'),
|
('Features', 'https://arstechnica.com/feautes/feed/'),
|
||||||
('Technology Lab', 'http://feeds.arstechnica.com/arstechnica/technology-lab'),
|
('Technology Lab', 'https://arstechnica.com/information-technology/feed/'),
|
||||||
('Gear & Gadgets', 'http://feeds.arstechnica.com/arstechnica/gadgets'),
|
('Gear & Gadgets', 'https://arstechnica.com/gadgets/feed/'),
|
||||||
('Ministry of Innovation', 'http://feeds.arstechnica.com/arstechnica/business'),
|
('Culture', 'https://arstechnica.com/cuture/feed/'),
|
||||||
('Law & Disorder', 'http://feeds.arstechnica.com/arstechnica/tech-policy'),
|
('Health', 'https://arstechnica.com/health/feed/'),
|
||||||
('Infinite Loop', 'http://feeds.arstechnica.com/arstechnica/apple'),
|
('Policy', 'https://arstechnica.com/tech-policy/feed/'),
|
||||||
('Opposable Thumbs', 'http://feeds.arstechnica.com/arstechnica/gaming'),
|
('Security', 'https://arstechnica.com/security/feed/'),
|
||||||
('Scientific Method', 'http://feeds.arstechnica.com/arstechnica/science'),
|
('Infinite Loop', 'https://arstechnica.com/tag/apple/feed/'),
|
||||||
('Cars Technica', 'http://feeds.arstechnica.com/arstechnica/cars'),
|
('Opposable Thumbs', 'https://arstechnica.com/gaming/feed/'),
|
||||||
('Staff', 'http://feeds.arstechnica.com/arstechnica/staff-blogs'),
|
('Scientific Method', 'https://arstechnica.com/science/feed/'),
|
||||||
('Microsoft', 'http://feeds.arstechnica.com/arstechnica/microsoft'),
|
('Cars Technica', 'https://arstechnica.com/cars/feed/'),
|
||||||
('Others', 'https://feeds.arstechnica.com/arstechnica/index')
|
('Staff', 'https://arstechnica.com/staff/feed/'),
|
||||||
|
('AI', 'https://arstechnica.com/staff/ai/feed/'),
|
||||||
|
('Space', 'https://arstechnica.com/space/feed/'),
|
||||||
]
|
]
|
||||||
|
|
||||||
recursions = 1
|
recursions = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user