From 4be0c1264728ef296d896c6eca14670fbb1200c5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 12 Jun 2025 15:57:58 +0530 Subject: [PATCH] fix typo in ars technica recipe --- recipes/ars_technica.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/ars_technica.recipe b/recipes/ars_technica.recipe index 4bb148073d..2bc0b40461 100644 --- a/recipes/ars_technica.recipe +++ b/recipes/ars_technica.recipe @@ -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/'),