diff --git a/scraper/google.php b/scraper/google.php index 8eba620..417a8c0 100644 --- a/scraper/google.php +++ b/scraper/google.php @@ -721,13 +721,13 @@ class google{ $params["tbs"] = rtrim($params["tbs"], ","); } - /* + $data = $this->get( $proxy, "https://www.google.com/search", $params, null - );*/ + ); $html = &$data["data"]; $container = &$data["container"];