aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2025-09-06 16:24:02 -0400
committerlolcat <will@lolcat.ca>2025-09-06 16:24:02 -0400
commit0c90c4bc9e3db3f826dee06fdaca377ecd4e674d (patch)
treec453f62100c1f43afe769c49319539c46bee7666
parentcfcc4ec8d1b994c46ac1237f0bcd86f3fbf1763e (diff)
remove deep_simple_no_results nag
-rw-r--r--scraper/ddg.php5
1 files changed, 4 insertions, 1 deletions
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;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage