Hopefully this fixes bing images my fucking god - (b85820cbcd)

fuiwhwehfuiewuf - (78aa2e198f)
This commit is contained in:
vdbhb59 2025-04-19 22:25:00 +05:30
commit b4f6af4481
3 changed files with 8 additions and 8 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){