mirror of
https://git.bakhai.co.in/FbIN/4Get.git
synced 2025-11-05 20:31:30 +05:30
Synced
Hopefully this fixes bing images my fucking god - (b85820cbcd) fuiwhwehfuiewuf - (78aa2e198f)
This commit is contained in:
parent
5ff2b87c2e
commit
b4f6af4481
3 changed files with 8 additions and 8 deletions
|
|
@ -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){
|
||||
|
|
|
|||
|
|
@ -988,6 +988,6 @@ class qwant{
|
|||
return $url;
|
||||
}
|
||||
|
||||
return "https://" . $image["host"] . "/th/id/" . $id;
|
||||
return "https://" . $image["host"] . "/th?id=" . rawurlencode($id);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue