forked from lolcat/4get
fixed pagination on google videos
This commit is contained in:
@@ -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"];
|
||||||
|
Reference in New Issue
Block a user