lolcat 2 месяцев назад
Родитель
Сommit
5f112737b8
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      scraper/ddg.php

+ 11 - 0
scraper/ddg.php

@@ -492,6 +492,17 @@ class ddg{
 				"form"
 				"form"
 			);
 			);
 		
 		
+		foreach($forms as $form){
+			
+			if(
+				isset($form["attributes"]["id"]) &&
+				$form["attributes"]["id"] == "challenge-form"
+			)
+		}{
+			
+			throw new Exception("DuckDuckGo returned an image captcha");
+		}
+		
 		foreach(array_reverse($forms) as $form){
 		foreach(array_reverse($forms) as $form){
 			
 			
 			$this->fuckhtml->load($form);
 			$this->fuckhtml->load($form);