mirror of
https://git.bakhai.co.in/FbIN/4Get.git
synced 2025-11-05 12:31:30 +05:30
parent
af4bfbd0cd
commit
2b103fc472
1 changed files with 7 additions and 1 deletions
|
|
@ -678,7 +678,13 @@ class ddg{
|
|||
foreach($results as $result){
|
||||
|
||||
$this->fuckhtml->load($result);
|
||||
|
||||
|
||||
if(stripos($result["attributes"]["class"], "result--ad") !== false){
|
||||
|
||||
// found an ad
|
||||
continue;
|
||||
}
|
||||
|
||||
$title =
|
||||
$this->fuckhtml
|
||||
->getElementsByTagName(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue