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