This commit is contained in:
Kovid Goyal 2018-02-07 21:40:22 +05:30
parent 359a2ff64b
commit deef15a3aa
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -148,6 +148,7 @@ class NewYorkTimes(BasicNewsRecipe):
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