From b4bba774f25c34b788c81a74c557c44292c33c6d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 1 Nov 2020 20:21:51 +0530 Subject: [PATCH] ... --- recipes/nymag.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/nymag.recipe b/recipes/nymag.recipe index 6d2425d53b..d9b9b73008 100644 --- a/recipes/nymag.recipe +++ b/recipes/nymag.recipe @@ -35,7 +35,7 @@ class NewYorkMagazine(BasicNewsRecipe): remove_attributes = ['srcset'] def nymag_get_index(self): - return self.index_to_soup('https://nymag.com/includes/tableofcontents.htm') + return self.index_to_soup('https://nymag.com/maglinks/nym-home-05') def parse_index(self): soup = self.nymag_get_index()