1
Fork 1
mirror of https://git.lolcat.ca/lolcat/4get.git synced 2024-09-06 17:18:09 -04:00

fixed pagination on google videos

This commit is contained in:
lolcat 2024-07-25 17:27:31 -04:00
parent 029af216d4
commit 497dacd42e

View file

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