diff options
| author | lolcat <will@lolcat.ca> | 2026-03-04 03:08:33 -0500 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2026-03-04 03:08:33 -0500 |
| commit | 4e247c3ac4036495f01d880dabfa36ec0187bf37 (patch) | |
| tree | 2db09b188c519c111a2db6d4af5d919154cf48ff | |
| parent | f324ddd3a7532c1ed40b265ad3db9da4e6ac94a9 (diff) | |
google is now usable again
| -rw-r--r-- | scraper/google.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scraper/google.php b/scraper/google.php index a3e76e8..81a5e2d 100644 --- a/scraper/google.php +++ b/scraper/google.php @@ -623,7 +623,8 @@ class google{ $params = [ "q" => $search, - "hl" => "en" + "hl" => "en", + "udm" => 14 ]; // country |
