From d26828449b2a2b2877d1c9e49257bb91f261a21c Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Fri, 23 May 2025 00:09:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20get=5FvideoInfo=20?= =?UTF-8?q?=E6=96=B9=E6=B3=95=E4=BB=A5=E6=94=AF=E6=8C=81=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E5=92=8C=E8=87=AA=E5=AE=9A=E4=B9=89=E5=A4=B4=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_app.py b/flask_app.py index f2650d3..c0a6133 100644 --- a/flask_app.py +++ b/flask_app.py @@ -173,7 +173,7 @@ def get_videoInfo(x_id, proxy_name, headers, r=3): except Exception: print(f"[get_videoInfo] 失败: {jsondata}") if r > 0: - return get_videoInfo(x_id=x_id, r=r - 1) + return get_videoInfo(x_id=x_id,proxy_name=proxy_name,headers=headers, r=r - 1) else: return { "view": '-',