add manifest url filter

This commit is contained in:
ghost 2023-05-03 09:26:48 +03:00
parent 6d8f4f4882
commit f8e0a50db6

View File

@ -91,7 +91,7 @@ foreach ($db->getCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECONDS_OFFSET
} }
if (@$meta->getAttribute('name') == 'yggo') { if (@$meta->getAttribute('name') == 'yggo') {
$metaYggo = @$meta->getAttribute('content'); $metaYggo = Filter::url(@$meta->getAttribute('content'));
} }
} }