mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
This commit is contained in:
parent
6ce8aa3639
commit
6e93542284
@ -77,4 +77,6 @@ class NYTimes(BasicNewsRecipe):
|
||||
return ans
|
||||
|
||||
def print_version(self, url):
|
||||
if url.endswith('?&pagewanted=print'):
|
||||
return url
|
||||
return url + '?&pagewanted=print'
|
||||
|
Loading…
x
Reference in New Issue
Block a user