forked from lolcat/4get
hopefully this fixes bing images my fucking god
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user