christmas

This commit is contained in:
lolcat 2023-11-28 23:51:25 -05:00
parent e4c23493a9
commit 59183489fa
8 changed files with 188 additions and 0 deletions

View file

@ -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"
];