diff --git a/src/downloader.rs b/src/downloader.rs index 5632265..7a93168 100644 --- a/src/downloader.rs +++ b/src/downloader.rs @@ -40,6 +40,7 @@ impl Downloader { audio_path.to_str().unwrap(), "-c", "copy", + "-y", output_path.to_str().unwrap(), ]) .output()