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