From d3ebfefc23540295a36f83eac1f1a43844b69d89 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 6 Nov 2013 09:22:59 +0530 Subject: [PATCH] Update New York Review of Books --- recipes/new_york_review_of_books.recipe | 2 +- recipes/new_york_review_of_books_no_sub.recipe | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/new_york_review_of_books.recipe b/recipes/new_york_review_of_books.recipe index 09d178b3ba..b340319aae 100644 --- a/recipes/new_york_review_of_books.recipe +++ b/recipes/new_york_review_of_books.recipe @@ -28,7 +28,7 @@ class NewYorkReviewOfBooks(BasicNewsRecipe): keep_only_tags = [ dict(name='section', attrs={'class':'article_body'}), dict(name=find_header), - dict(name='div', attrs={'class':'for-subscribers-only'}), + dict(name='div', attrs={'class':['footnotes', 'for-subscribers-only']}), ] preprocess_regexps = [(re.compile(r'.*?', re.DOTALL), lambda diff --git a/recipes/new_york_review_of_books_no_sub.recipe b/recipes/new_york_review_of_books_no_sub.recipe index 90a4fd8544..90af380fe6 100644 --- a/recipes/new_york_review_of_books_no_sub.recipe +++ b/recipes/new_york_review_of_books_no_sub.recipe @@ -27,7 +27,7 @@ class NewYorkReviewOfBooks(BasicNewsRecipe): keep_only_tags = [ dict(name='section', attrs={'class':'article_body'}), dict(name=find_header), - dict(name='div', attrs={'class':'for-subscribers-only'}), + dict(name='div', attrs={'class':['footnotes', 'for-subscribers-only']}), ] preprocess_regexps = [(re.compile(r'.*?', re.DOTALL), lambda