aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scraper/ddg.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/scraper/ddg.php b/scraper/ddg.php
index a2d43c7..8ad3808 100644
--- a/scraper/ddg.php
+++ b/scraper/ddg.php
@@ -612,6 +612,25 @@ class ddg{
}
}
+ $title =
+ $this->titledots(
+ $this->fuckhtml
+ ->getTextContent(
+ $item["t"]
+ )
+ );
+
+ if(
+ $title == "EOF" &&
+ strpos(
+ $item["c"],
+ "google"
+ )
+ ){
+
+ continue;
+ }
+
// parse search result
$out["web"][] = [
"title" =>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage