소스 검색

fix ddg returning weird reresults when no match is found

lolcat 1 년 전
부모
커밋
1e52982cb9
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      scraper/ddg.php

+ 9 - 0
scraper/ddg.php

@@ -525,6 +525,15 @@ class ddg{
 			
 			if(isset($item["c"])){
 				
+				if(
+					!isset($item["s"]) &&
+					isset($item["t"]) &&
+					$item["t"] == "DEEP_ERROR_NO_RESULTS"
+				){
+					
+					return $out;
+				}
+				
 				$table = [];
 				
 				// get youtube video information