dumbass moment
This commit is contained in:
+4
-4
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user