From b85820cbcdde6c0cc64036546ab4c483ed857e3a Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 19 Apr 2025 10:37:35 -0400 Subject: hopefully this fixes bing images my fucking god --- scraper/ddg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scraper/ddg.php') diff --git a/scraper/ddg.php b/scraper/ddg.php index 2729028..7e7fc82 100644 --- a/scraper/ddg.php +++ b/scraper/ddg.php @@ -1969,7 +1969,7 @@ class ddg{ $id = $id[1]; } - return "https://" . $image["host"] . "/th/id/" . $id; + return "https://" . $image["host"] . "/th?id=" . rawurlencode($id); } private function bingratio($width, $height){ -- cgit v1.2.3