diff options
author | lolcat <will@lolcat.ca> | 2023-11-28 23:51:25 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-11-28 23:51:25 -0500 |
commit | 59183489fa699c9986830577c3f1b29489e6152f (patch) | |
tree | ed00b07a6486dd31485e0d03f1ed7bee0e3307bb /scraper/google.php | |
parent | e4c23493a99b399f0c03e8218ec12cd76b7abdda (diff) |
christmas
Diffstat (limited to 'scraper/google.php')
-rw-r--r-- | scraper/google.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scraper/google.php b/scraper/google.php index bf2b0e4..022f730 100644 --- a/scraper/google.php +++ b/scraper/google.php @@ -599,6 +599,7 @@ class google{ $params = [ "q" => $search, + "hl" => "en", "num" => 20 // get 20 results ]; @@ -700,6 +701,7 @@ class google{ $params = [ "q" => $search, "tbm" => "vid", + "hl" => "en", "num" => "20" ]; @@ -850,6 +852,7 @@ class google{ $params = [ "q" => $search, "tbm" => "nws", + "hl" => "en", "num" => "20" ]; |