forked from lolcat/4get
1
0
Fork 0

fixed pagination on google videos

This commit is contained in:
lolcat 2024-07-25 17:27:31 -04:00
parent 029af216d4
commit 497dacd42e
1 changed files with 1 additions and 1 deletions

View File

@ -4138,7 +4138,7 @@ class google{
if($get["npt"]){ if($get["npt"]){
[$params, $proxy] = $this->backend->get($get["npt"], "web"); [$params, $proxy] = $this->backend->get($get["npt"], "video");
$params = json_decode($params, true); $params = json_decode($params, true);
$search = $params["q"]; $search = $params["q"];