Browse Source

fix meta/nofollow attribute processing

main
ghost 1 year ago
parent
commit
06c136f05c
  1. 4
      crontab/crawler.php

4
crontab/crawler.php

@ -799,7 +799,9 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECOND @@ -799,7 +799,9 @@ foreach ($db->getHostPageCrawlQueue(CRAWL_PAGE_LIMIT, time() - CRAWL_PAGE_SECOND
if (false !== stripos($metaRobots, 'nofollow')) {
continue;
$db->commit();
continue 2;
}
}
}

Loading…
Cancel
Save