mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-26 11:56:10 +01:00
...
This commit is contained in:
parent
c0331bdd1b
commit
b4bba774f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue