diff options
Diffstat (limited to 'scraper/googlealt.php')
-rw-r--r-- | scraper/googlealt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/googlealt.php b/scraper/googlealt.php index d7878cf..08108fe 100644 --- a/scraper/googlealt.php +++ b/scraper/googlealt.php @@ -4043,7 +4043,7 @@ class googlealt{ 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"]; |