mirror of
https://github.com/friendica/friendica
synced 2025-05-01 08:24:23 +02:00
Improved queue processing
This commit is contained in:
parent
22c1873064
commit
d60d2caef6
6 changed files with 169 additions and 78 deletions
|
@ -315,6 +315,10 @@ class ParseUrl
|
|||
|
||||
$body = mb_convert_encoding($body, 'HTML-ENTITIES', 'UTF-8');
|
||||
|
||||
if (empty($body)) {
|
||||
return $siteinfo;
|
||||
}
|
||||
|
||||
$doc = new DOMDocument();
|
||||
@$doc->loadHTML($body);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue