From 4ca48d0b613f3d49a66655d274aa596258adc053 Mon Sep 17 00:00:00 2001 From: lolcat Date: Thu, 6 Aug 2026 00:57:01 -0400 Subject: [PATCH] scraping google is my passion --- scraper/google.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"];