mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 18:35:04 +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) {
|
if ($title->length == 0) {
|
||||||
|
|
||||||
|
$metaTitle = null;
|
||||||
|
|
||||||
|
/*
|
||||||
$hostPagesBanned += $db->updateHostPageTimeBanned($queueHostPage->hostPageId, time());
|
$hostPagesBanned += $db->updateHostPageTimeBanned($queueHostPage->hostPageId, time());
|
||||||
|
|
||||||
$db->commit();
|
$db->commit();
|
||||||
|
|
||||||
continue;
|
continue;
|
||||||
|
*/
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user