From 130358a9e0504a55cf3f86b2d7035feb7f4e84de Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 21 Apr 2024 19:31:56 -0400 Subject: v8 --- scraper/yandex.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scraper/yandex.php') diff --git a/scraper/yandex.php b/scraper/yandex.php index 9b73428..2e81cee 100644 --- a/scraper/yandex.php +++ b/scraper/yandex.php @@ -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, -- cgit v1.2.3