mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Force single-page view in Hathi Trust URLs
This commit is contained in:
parent
11a3b9b8a8
commit
90dcef216f
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ class Artwork extends PropertiesBase{
|
|||
throw new Exceptions\InvalidPageScanUrlException($url, $exampleUrl);
|
||||
}
|
||||
|
||||
$outputUrl = 'https://' . $parsedUrl['host'] . $parsedUrl['path'] . '?id=' . $vars['id'] . '&seq=' . $vars['seq'];
|
||||
$outputUrl = 'https://' . $parsedUrl['host'] . $parsedUrl['path'] . '?id=' . $vars['id'] . '&view=1up&seq=' . $vars['seq'];
|
||||
|
||||
return $outputUrl;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue