Pārlūkot izejas kodu

holy shit why do i keep forgetting this

lolcat 3 dienas atpakaļ
vecāks
revīzija
0b78c99b5b
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      scraper/google.php

+ 3 - 3
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 = [