添加打包下载

This commit is contained in:
nnwang
2026-01-10 02:07:34 +08:00
parent f422eb32c1
commit 56490460fa
2 changed files with 56 additions and 3 deletions

View File

@@ -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