添加打包下载
This commit is contained in:
@@ -109,9 +109,6 @@ def process_video_frame_extraction(data, file_registry, file_lock, task_id=None,
|
||||
sys.executable, '-m', 'yt_dlp',
|
||||
video_url,
|
||||
'-o', temp_base,
|
||||
'-f', 'bv*[height<=720]+ba/b',
|
||||
'--no-warnings',
|
||||
'--progress', # 显式启用进度(可选)
|
||||
]
|
||||
|
||||
# 使用 Popen 实时捕获 stderr
|
||||
|
||||
Reference in New Issue
Block a user