1
0
forked from lolcat/4get

hopefully this fixes bing images my fucking god

This commit is contained in:
2025-04-19 10:37:35 -04:00
parent 4b85841a3e
commit b85820cbcd
3 changed files with 3 additions and 3 deletions

View File

@@ -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){