This commit is contained in:
Kovid Goyal 2022-09-11 18:57:11 +05:30
parent b8b4351741
commit dfdb79a3ae
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -147,7 +147,7 @@ class NewYorkTimesBookReview(BasicNewsRecipe):
return html return html
def parse_index(self): def parse_index(self):
return [('Articles', [{'url': 'https://www.nytimes.com/2022/09/08/books/review/karen-armstrong-by-the-book-interview.html', 'title':'test'}])] # return [('Articles', [{'url': 'https://www.nytimes.com/2022/09/08/books/review/karen-armstrong-by-the-book-interview.html', 'title':'test'}])]
soup = self.index_to_soup( soup = self.index_to_soup(
'https://www.nytimes.com/pages/books/review/index.html') 'https://www.nytimes.com/pages/books/review/index.html')