zhangyong 6 months ago
parent
commit
2ab2c35e80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video_rewriting/video_processor.py

+ 1 - 1
video_rewriting/video_processor.py

@@ -516,7 +516,7 @@ class VideoProcessor:
             if new_video_path == None:
                 return None
             Common.logger(mark).info(f"{channel_id}视频下载成功: {new_video_path}")
-        elif channel_id == "抖音":
+        elif channel_id == "抖音" or channel_id == "抖音历史" or channel_id == "抖音搜索":
             new_video_path = PQ.download_dy_video(video_url, video_path_url, v_id)
             if new_video_path == None:
                 return None