From 0c90c4bc9e3db3f826dee06fdaca377ecd4e674d Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 6 Sep 2025 16:24:02 -0400 Subject: [PATCH] remove deep_simple_no_results nag --- scraper/ddg.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scraper/ddg.php b/scraper/ddg.php index 49e0d37..1a379ca 100644 --- a/scraper/ddg.php +++ b/scraper/ddg.php @@ -528,7 +528,10 @@ class ddg{ if( !isset($item["s"]) && isset($item["t"]) && - $item["t"] == "DEEP_ERROR_NO_RESULTS" + ( + $item["t"] == "DEEP_ERROR_NO_RESULTS" || + $item["t"] == "DEEP_SIMPLE_NO_RESULTS" + ) ){ return $out;