From dfdb79a3ae5d648a239eb0477fb4ebfe16f914ed Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 11 Sep 2022 18:57:11 +0530 Subject: [PATCH] oops --- recipes/nytimesbook.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/nytimesbook.recipe b/recipes/nytimesbook.recipe index 13b3f481b1..424a6ddda6 100644 --- a/recipes/nytimesbook.recipe +++ b/recipes/nytimesbook.recipe @@ -147,7 +147,7 @@ class NewYorkTimesBookReview(BasicNewsRecipe): return html 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( 'https://www.nytimes.com/pages/books/review/index.html')