fix: 添加视频数据打印以便调试

This commit is contained in:
晓丰 2025-06-01 16:01:37 +08:00
parent 978a61f49e
commit 3e03f6cd3f

View File

@ -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