瀏覽代碼

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