From 0b78c99b5b1956b224906cefdd0b83b4dcfecb73 Mon Sep 17 00:00:00 2001 From: lolcat Date: Thu, 6 Aug 2026 01:22:30 -0400 Subject: [PATCH] holy shit why do i keep forgetting this --- scraper/google.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = [