Update New York Review of Books

This commit is contained in:
Kovid Goyal 2014-01-18 22:09:09 +05:30
parent 69f1382768
commit 766fb9c400

View File

@ -35,6 +35,8 @@ class NewYorkReviewOfBooks(BasicNewsRecipe):
m:'<head></head>')] m:'<head></head>')]
def print_version(self, url): def print_version(self, url):
if '?' in url:
url = url.rpartition('?')[0]
return url+'?pagination=false' return url+'?pagination=false'
def get_browser(self): def get_browser(self):