mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2024-11-14 03:49:48 +01:00
fixed pagination on google videos
This commit is contained in:
parent
029af216d4
commit
497dacd42e
|
@ -4138,7 +4138,7 @@ class google{
|
|||
|
||||
if($get["npt"]){
|
||||
|
||||
[$params, $proxy] = $this->backend->get($get["npt"], "web");
|
||||
[$params, $proxy] = $this->backend->get($get["npt"], "video");
|
||||
$params = json_decode($params, true);
|
||||
|
||||
$search = $params["q"];
|
||||
|
|
Loading…
Reference in a new issue