Fix New York Review of Books

This commit is contained in:
Kovid Goyal 2010-05-17 09:46:15 -06:00
parent 07eae119c7
commit 3b3a3d888b
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class NewYorkReviewOfBooks(BasicNewsRecipe):
no_javascript = True
needs_subscription = True
keep_only_tags = [dict(id='article-body')]
keep_only_tags = [dict(id=['article-body','page-title'])]
remove_tags = [dict(attrs={'class':['article-tools', 'article-links',
'center advertisement']})]

View File

@ -21,7 +21,7 @@ class NewYorkReviewOfBooks(BasicNewsRecipe):
no_stylesheets = True
no_javascript = True
keep_only_tags = [dict(id='article-body')]
keep_only_tags = [dict(id=['article-body', 'page-title'])]
remove_tags = [dict(attrs={'class':['article-tools', 'article-links',
'center advertisement']})]