Skip to content

Commit

Permalink
fix: 修复当目标文件已存在时 ffmpeg 卡住的问题 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer authored May 5, 2024
1 parent cd2bd9c commit e5e5b07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/downloader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ impl Downloader {
audio_path.to_str().unwrap(),
"-c",
"copy",
"-y",
output_path.to_str().unwrap(),
])
.output()
Expand Down

0 comments on commit e5e5b07

Please sign in to comment.