|
@@ -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 == "抖音" or channel_id == "抖音历史" or channel_id == "抖音搜索":
|
|
|
+ elif 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
|