From 75b78e18fe2afc131ee844896c8f5b2de4570388 Mon Sep 17 00:00:00 2001 From: work Date: Fri, 6 Feb 2026 15:54:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=A7=86=E9=A2=91=E7=AD=89=E5=BE=85?= =?UTF-8?q?=E4=B8=BA20=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spider/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spider/task.py b/spider/task.py index 4734573..0ad6ffe 100644 --- a/spider/task.py +++ b/spider/task.py @@ -371,7 +371,7 @@ def retry_get_new_video(page, cookies, post_count): Returns: 函数执行结果或抛出Timeout(如果超时) """ - max_duration = 5 * 60 # 5分钟(秒) + max_duration = 20 * 60 # 5分钟(秒) retry_interval = 30 # 30秒重试一次 start_time = time.time() attempt = 1