diff options
| author | lolcat <will@lolcat.ca> | 2025-04-19 10:37:35 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-04-19 10:37:35 -0400 |
| commit | b85820cbcdde6c0cc64036546ab4c483ed857e3a (patch) | |
| tree | 51fa3d44b078e75b312d6306c307ec35b234210b /scraper/qwant.php | |
| parent | 4b85841a3e3485874e1b58dd9c839528e1293782 (diff) | |
hopefully this fixes bing images my fucking god
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); } } |
