mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +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') {
|
if (@$meta->getAttribute('name') == 'yggo') {
|
||||||
$metaYggo = @$meta->getAttribute('content');
|
$metaYggo = Filter::url(@$meta->getAttribute('content'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user