mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 04:55:57 +01:00
...
This commit is contained in:
parent
359a2ff64b
commit
deef15a3aa
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ def log(article):
|
|||
yield article
|
||||
|
||||
def parse_web_sections(self):
|
||||
self.read_nyt_metadata()
|
||||
feeds = []
|
||||
for section_title, slug in web_sections:
|
||||
url = 'https://www.nytimes.com/section/' + slug
|
||||
|
|
|
|||
Loading…
Reference in a new issue