diff options
| -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 |
