mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-03-13 05:41:02 +00:00
allow x-raw-image links
This commit is contained in:
parent
b23f550a1b
commit
80d3912bc7
@ -873,10 +873,12 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECOND
|
||||
}
|
||||
|
||||
// Skip x-raw-image links
|
||||
/*
|
||||
if (false !== stripos($href, 'x-raw-image:')) {
|
||||
|
||||
continue;
|
||||
}
|
||||
*/
|
||||
|
||||
// Add link to queue
|
||||
$links[] = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user