mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-09-06 03:02:32 +00:00
fix meta/nofollow attribute processing
This commit is contained in:
parent
39ba77fce5
commit
06c136f05c
@ -799,7 +799,9 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECOND
|
|||||||
|
|
||||||
if (false !== stripos($metaRobots, 'nofollow')) {
|
if (false !== stripos($metaRobots, 'nofollow')) {
|
||||||
|
|
||||||
continue;
|
$db->commit();
|
||||||
|
|
||||||
|
continue 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user