dumbass moment

This commit is contained in:
2026-09-01 18:29:56 -04:00
parent d598a560ae
commit 28ba8422b2
+4 -4
View File
@@ -721,7 +721,7 @@ 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",
@@ -730,11 +730,11 @@ class google{
); );
$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/dmca.html"); //$html = file_get_contents("scraper/dmca.html");
$container = ""; //$container = "";
} }
$out = [ $out = [