This commit is contained in:
lolcat 2024-04-21 19:31:56 -04:00
parent 9e18327df6
commit 130358a9e0
16 changed files with 1385 additions and 457 deletions

View file

@ -644,6 +644,11 @@ class yandex{
$json = json_decode($json, true);
if($json === null){
throw new Exception("Failed to decode JSON");
}
if(
isset($json["type"]) &&
$json["type"] == "captcha"
@ -652,11 +657,6 @@ class yandex{
throw new Exception("Yandex blocked this 4get instance. Please try again in ~7 minutes.");
}
if($json === null){
throw new Exception("Failed to decode JSON");
}
$out = [
"status" => "ok",
"npt" => null,