Procházet zdrojové kódy

detect pinterest captcha

lolcat před 3 měsíci
rodič
revize
0861450b8a
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8 0
      scraper/pinterest.php

+ 8 - 0
scraper/pinterest.php

@@ -297,6 +297,14 @@ class pinterest{
 			throw new Exception("Failed to decode JSON");
 		}
 		
+		if(
+			isset($json["client_context"]["is_bad_bot"]) &&
+			(int)$json["client_context"]["is_bad_bot"] === 1
+		){
+			
+			throw new Exception("Pinterest blocked this instance or request proxy.");
+		}
+		
 		$out = [
 			"status" => "ok",
 			"npt" => null,