|
@@ -139,6 +139,7 @@ class VideoProcessor:
|
|
|
Common.logger(mark).info(f"{name}的{task_mark}下的视频{url},标题为空,使用兜底标题生成片尾")
|
|
|
time.sleep(1)
|
|
|
pw_random_id = cls.random_id()
|
|
|
+ Common.logger(mark).info(f"{name}的{task_mark}下的ID{url} 开始下载视频")
|
|
|
new_video_path = cls.download_and_process_video(channel_id, video_url, video_path_url, v_id,
|
|
|
crop_total, gg_duration_total, pw_random_id, new_title, mark, video)
|
|
|
if not os.path.isfile(new_video_path):
|