Explorar o código

scraping google is my passion

lolcat hai 4 días
pai
achega
4ca48d0b61
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      scraper/google.php

+ 2 - 2
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"];