mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix typo in ars technica recipe
This commit is contained in:
parent
dedb8c02d8
commit
4be0c12647
@ -74,7 +74,7 @@ class ArsTechnica(BasicNewsRecipe):
|
|||||||
# Feed are found here: [url]http://arstechnica.com/rss-feeds/[/url]
|
# Feed are found here: [url]http://arstechnica.com/rss-feeds/[/url]
|
||||||
feeds = [
|
feeds = [
|
||||||
('Ars Technica', 'https://arstechnica.com/feed/'),
|
('Ars Technica', 'https://arstechnica.com/feed/'),
|
||||||
('Features', 'https://arstechnica.com/feautes/feed/'),
|
('Features', 'https://arstechnica.com/features/feed/'),
|
||||||
('Technology Lab', 'https://arstechnica.com/information-technology/feed/'),
|
('Technology Lab', 'https://arstechnica.com/information-technology/feed/'),
|
||||||
('Gear & Gadgets', 'https://arstechnica.com/gadgets/feed/'),
|
('Gear & Gadgets', 'https://arstechnica.com/gadgets/feed/'),
|
||||||
('Culture', 'https://arstechnica.com/cuture/feed/'),
|
('Culture', 'https://arstechnica.com/cuture/feed/'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user