fix typo in ars technica recipe

This commit is contained in:
Kovid Goyal 2025-06-12 15:57:58 +05:30
parent dedb8c02d8
commit 4be0c12647
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -74,7 +74,7 @@ class ArsTechnica(BasicNewsRecipe):
# Feed are found here: [url]http://arstechnica.com/rss-feeds/[/url]
feeds = [
('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/'),
('Gear & Gadgets', 'https://arstechnica.com/gadgets/feed/'),
('Culture', 'https://arstechnica.com/cuture/feed/'),