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 --- proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proxy.php') diff --git a/proxy.php b/proxy.php index 726b201..9cb53b9 100644 --- a/proxy.php +++ b/proxy.php @@ -87,7 +87,7 @@ try{ case "cover": $req = "?w=207&h=270&p=0&qlt=90"; break; } - $proxy->stream_linear_image("https://" . $image["host"] . "/th/id/" . urlencode($id) . $req, "https://www.bing.com"); + $proxy->stream_linear_image("https://" . $image["host"] . "/th?id=" . rawurlencode($id) . $req, "https://www.bing.com"); die(); } -- cgit v1.2.3