ill need to rewrite the google scraper, but hey atleast we got imagesearch working woooo

This commit is contained in:
lolcat 2023-08-13 23:35:08 -04:00
parent 6f896221f0
commit b57b2d7118
7 changed files with 407 additions and 1490 deletions

View file

@ -32,11 +32,11 @@ try{
switch($_GET["s"]){
case "portrait": $req = "&w=50&h=90&p=0&qlt=99"; break;
case "landscape": $req = "&w=160&h=90&p=0&qlt=99"; break;
case "square": $req = "&w=90&h=90&p=0&qlt=99"; break;
case "thumb": $req = "&w=236&h=180&p=0&qlt=99"; break;
case "cover": $req = "&w=207&h=270&p=0&qlt=99"; break;
case "portrait": $req = "&w=50&h=90&p=0&qlt=90"; break;
case "landscape": $req = "&w=160&h=90&p=0&qlt=90"; break;
case "square": $req = "&w=90&h=90&p=0&qlt=90"; break;
case "thumb": $req = "&w=236&h=180&p=0&qlt=90"; break;
case "cover": $req = "&w=207&h=270&p=0&qlt=90"; break;
}
$proxy->stream_linear_image($_GET["i"] . $req, "https://bing.net");