parent
61694d659e
commit
0d29b61bb3
1 changed files with 7 additions and 3 deletions
|
|
@ -1804,12 +1804,16 @@ class google{
|
|||
$this->fuckhtml
|
||||
->getTextContent(
|
||||
$fact
|
||||
)
|
||||
),
|
||||
2
|
||||
);
|
||||
|
||||
if(count($fact) === 2){
|
||||
|
||||
$table[trim(preg_replace('/\s+/', " ", $fact[0]))] =
|
||||
trim(preg_replace('/\s+/', " ", $fact[1]));
|
||||
}
|
||||
}
|
||||
|
||||
$this->fuckhtml->load($box);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue