update
This commit is contained in:
@ -121,7 +121,10 @@ class BaiduRecordCommand extends BaseSpider
|
||||
|
||||
|
||||
if ($isHtml === false && $isCaptcha == false) {
|
||||
$this->log->info($res);
|
||||
if (stripos($res, '抱歉,没有找到') === false) {
|
||||
// 可能是页面出问题了
|
||||
$this->log->info($res);
|
||||
}
|
||||
}
|
||||
|
||||
$this->log->info('处理结束..');
|
||||
|
Reference in New Issue
Block a user