christmas
This commit is contained in:
parent
e4c23493a9
commit
59183489fa
8 changed files with 188 additions and 0 deletions
|
@ -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"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue