From faece63356c30a97c4615aa3eb533f12ebfe1e5a Mon Sep 17 00:00:00 2001 From: lolcat Date: Wed, 20 Mar 2024 11:19:27 -0400 Subject: fixed soundcloud, fixed API not working, upgraded browser UA --- api/v1/videos.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/v1/videos.php') diff --git a/api/v1/videos.php b/api/v1/videos.php index dab29af..c0a7507 100644 --- a/api/v1/videos.php +++ b/api/v1/videos.php @@ -16,9 +16,9 @@ $frontend = new frontend(); /* Captcha */ -include "lib/captcha_gen.php"; +include "lib/bot_protection.php"; $null = null; -new captcha($null, $null, $null, "videos", false); +new bot_protection($null, $null, $null, "videos", false); [$scraper, $filters] = $frontend->getscraperfilters( "videos", -- cgit v1.2.3