From e312dac474ab4cde7b623c69d1471d871e4b71a1 Mon Sep 17 00:00:00 2001 From: bvwl <2201101122@qq.com> Date: Fri, 12 Dec 2025 15:35:16 +0800 Subject: [PATCH] 0.0.3 --- spider/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spider/main.py b/spider/main.py index ef4fac9..8050ad3 100644 --- a/spider/main.py +++ b/spider/main.py @@ -105,7 +105,7 @@ class Auto: return False self.tab.wait(1) bol = self.tab.ele( - 't:div@text():YOUTUBE PRIVACY SETTLEMENT', timeout=1) + 't:div@text():YOUTUBE PRIVACY SETTLEMENT', timeout=5) if bol: logger.debug("成功进入首页") return True