From 7299dcb27213c7821a1fd76e084e9adfb9614306 Mon Sep 17 00:00:00 2001 From: toom1996 Date: Wed, 30 Jul 2025 16:49:57 +0800 Subject: [PATCH] update --- app/Command/spider/BaiduRecordCommand.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/Command/spider/BaiduRecordCommand.php b/app/Command/spider/BaiduRecordCommand.php index ab791ac..6b7cf5b 100644 --- a/app/Command/spider/BaiduRecordCommand.php +++ b/app/Command/spider/BaiduRecordCommand.php @@ -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('处理结束..');