From 453b4310e2deea984182f6d3c78c974ba8a9f8d6 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 16 Oct 2023 19:45:11 -0400 Subject: fixed API bug --- api/v1/videos.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/v1/videos.php') diff --git a/api/v1/videos.php b/api/v1/videos.php index 9277792..a42b29b 100644 --- a/api/v1/videos.php +++ b/api/v1/videos.php @@ -11,7 +11,8 @@ $frontend = new frontend(); Captcha */ include "lib/captcha_gen.php"; -new captcha($frontend, false); +$null = null; +new captcha($null, $null, $null, "videos", false); [$scraper, $filters] = $frontend->getscraperfilters( "videos", -- cgit v1.2.3