fix: 修复当目标文件已存在时 ffmpeg 卡住的问题 (#99)
This commit is contained in:
@@ -40,6 +40,7 @@ impl Downloader {
|
||||
audio_path.to_str().unwrap(),
|
||||
"-c",
|
||||
"copy",
|
||||
"-y",
|
||||
output_path.to_str().unwrap(),
|
||||
])
|
||||
.output()
|
||||
|
||||
Reference in New Issue
Block a user