mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update New York Review of Books
This commit is contained in:
parent
69f1382768
commit
766fb9c400
@ -35,6 +35,8 @@ class NewYorkReviewOfBooks(BasicNewsRecipe):
|
||||
m:'<head></head>')]
|
||||
|
||||
def print_version(self, url):
|
||||
if '?' in url:
|
||||
url = url.rpartition('?')[0]
|
||||
return url+'?pagination=false'
|
||||
|
||||
def get_browser(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user