diff --git a/scraper/google.php b/scraper/google.php index 1c1ccab..f25d695 100644 --- a/scraper/google.php +++ b/scraper/google.php @@ -721,19 +721,19 @@ class google{ $params["tbs"] = rtrim($params["tbs"], ","); } - /* + $data = $this->get( $proxy, "https://www.google.com/search", $params, null - );*/ + ); $html = &$data["data"]; $container = &$data["container"]; //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 = [