holy shit why do i keep forgetting this

This commit is contained in:
2026-08-06 01:22:30 -04:00
parent 53e315787c
commit 0b78c99b5b

View File

@@ -721,19 +721,19 @@ class google{
$params["tbs"] = rtrim($params["tbs"], ","); $params["tbs"] = rtrim($params["tbs"], ",");
} }
/*
$data = $this->get( $data = $this->get(
$proxy, $proxy,
"https://www.google.com/search", "https://www.google.com/search",
$params, $params,
null null
);*/ );
$html = &$data["data"]; $html = &$data["data"];
$container = &$data["container"]; $container = &$data["container"];
//file_put_contents("scraper/google-jp.html", $html); //file_put_contents("scraper/google-jp.html", $html);
$html = file_get_contents("scraper/google-softcaptcha.html"); //$html = file_get_contents("scraper/google-softcaptcha.html");
} }
$out = [ $out = [