Filter ads from the html endpoint

4b16fd5897
This commit is contained in:
FbIN Support 2025-10-01 10:26:29 +05:30
commit 2b103fc472

View file

@ -678,7 +678,13 @@ class ddg{
foreach($results as $result){ foreach($results as $result){
$this->fuckhtml->load($result); $this->fuckhtml->load($result);
if(stripos($result["attributes"]["class"], "result--ad") !== false){
// found an ad
continue;
}
$title = $title =
$this->fuckhtml $this->fuckhtml
->getElementsByTagName( ->getElementsByTagName(