scraping google is my passion
This commit is contained in:
@@ -721,13 +721,13 @@ 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"];
|
||||||
|
|||||||
Reference in New Issue
Block a user