mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
remove htmls pages ban on title tag not available
This commit is contained in:
parent
f9774f2431
commit
004a5336de
@ -622,11 +622,15 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_HOST_PAGE_QUEUE_LIMIT, time() - CRAWL_
|
||||
|
||||
if ($title->length == 0) {
|
||||
|
||||
$metaTitle = null;
|
||||
|
||||
/*
|
||||
$hostPagesBanned += $db->updateHostPageTimeBanned($queueHostPage->hostPageId, time());
|
||||
|
||||
$db->commit();
|
||||
|
||||
continue;
|
||||
*/
|
||||
|
||||
} else {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user