feat: 修改 get_searchInfo 函数,增强调试信息以包含代理名称

This commit is contained in:
晓丰 2025-05-21 00:02:02 +08:00
parent 6c78edeacd
commit 2484cc8b3d

View File

@ -230,7 +230,7 @@ def gettoken(proxy, r=2):
def get_searchInfo(keyword, level, headers, proxy_name, r=2): def get_searchInfo(keyword, level, headers, proxy_name, r=2):
if r == 2: if r == 2:
print(f"NET处理->{keyword}") print(f"NET处理->{keyword},{proxy_name}")
video_list = [] video_list = []
max_page = 2 max_page = 2
limit = 30 limit = 30