mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
add manifest url filter
This commit is contained in:
parent
6d8f4f4882
commit
f8e0a50db6
@ -91,7 +91,7 @@ foreach ($db->getCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECONDS_OFFSET
|
||||
}
|
||||
|
||||
if (@$meta->getAttribute('name') == 'yggo') {
|
||||
$metaYggo = @$meta->getAttribute('content');
|
||||
$metaYggo = Filter::url(@$meta->getAttribute('content'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user