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" =>