From a39b571d271328cad69b03b7a640ec7499cc9727 Mon Sep 17 00:00:00 2001 From: crpa33 Date: Wed, 2 Apr 2025 11:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BE=93=E5=87=BA=E5=88=B0=E6=97=A5=E5=BF=97-?= =?UTF-8?q?=E5=A4=84=E7=90=86=E8=A7=86=E9=A2=91=E6=90=9C=E7=B4=A2=E9=A1=B5?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=88=97=E8=A1=A8=E6=9E=84=E9=80=A0=E7=9A=84?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- media_platform/bilibili/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media_platform/bilibili/core.py b/media_platform/bilibili/core.py index cf6cde6..649fe19 100644 --- a/media_platform/bilibili/core.py +++ b/media_platform/bilibili/core.py @@ -165,8 +165,8 @@ class BilibiliCrawler(AbstractCrawler): try: task_list = [self.get_video_info_task(aid=video_item.get("aid"), bvid="", semaphore=semaphore) for video_item in video_list] except Exception as e : - utils.logger.error( - f"[BilibiliCrawler.search] {comments_res}" + utils.logger.warning( + f"[BilibiliCrawler.search] error in the task list. The video for this page will not be included. {e}" ) video_items = await asyncio.gather(*task_list) for video_item in video_items: