diff options
Diffstat (limited to 'api/v1/videos.php')
-rw-r--r-- | api/v1/videos.php | 3 |
1 files changed, 2 insertions, 1 deletions
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", |