From 3e03f6cd3f8e363a8992199e37ff07154984e895 Mon Sep 17 00:00:00 2001 From: Franklin-F Date: Sun, 1 Jun 2025 16:01:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=89=93=E5=8D=B0=E4=BB=A5=E4=BE=BF=E8=B0=83?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 7ed1357..e4e4519 100644 --- a/main.py +++ b/main.py @@ -124,6 +124,7 @@ def get_searchInfo(keyword, level, headers, proxy_name, r=2): "u_name": iteminfo.get('owner.screenname'), "u_pic": iteminfo.get('owner.avatar_60_url') } + print(v_data) video_list.append(v_data) time.sleep(1) return video_list