This commit is contained in:
Kovid Goyal 2020-11-01 20:21:51 +05:30
parent c0331bdd1b
commit b4bba774f2
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -35,7 +35,7 @@ class NewYorkMagazine(BasicNewsRecipe):
remove_attributes = ['srcset'] remove_attributes = ['srcset']
def nymag_get_index(self): 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): def parse_index(self):
soup = self.nymag_get_index() soup = self.nymag_get_index()