diff options
Diffstat (limited to 'scraper/qwant.php')
| -rw-r--r-- | scraper/qwant.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/qwant.php b/scraper/qwant.php index da2afca..ecbd4ec 100644 --- a/scraper/qwant.php +++ b/scraper/qwant.php @@ -988,6 +988,6 @@ class qwant{ return $url; } - return "https://" . $image["host"] . "/th/id/" . $id; + return "https://" . $image["host"] . "/th?id=" . rawurlencode($id); } } |
