fixed soundcloud, fixed API not working, upgraded browser UA
This commit is contained in:
parent
697ef3733d
commit
faece63356
6 changed files with 13 additions and 13 deletions
|
@ -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, "music", false);
|
||||
new bot_protection($null, $null, $null, "music", false);
|
||||
|
||||
[$scraper, $filters] = $frontend->getscraperfilters(
|
||||
"music",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue