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