|
@@ -98,9 +98,9 @@ class PQ:
|
|
|
all_data = {"video_id": video_id, "title": new_title, "cover": cover, "video_url": video_url}
|
|
|
list.append(all_data)
|
|
|
if len(list) == int(number):
|
|
|
- Common.logger("log").warning(f"获取视频总数:{len(list)}\n")
|
|
|
+ Common.logger("log").info(f"获取视频总数:{len(list)}\n")
|
|
|
return list
|
|
|
- Common.logger("log").warning(f"获取视频总数:{len(list)}\n")
|
|
|
+ Common.logger("log").info(f"获取视频总数:{len(list)}\n")
|
|
|
return list
|
|
|
except Exception as e:
|
|
|
Common.logger("log").warning(f"获取音频视频链接失败:{e}\n")
|