From e5e5b07978dc9a824fbbabc3596b3b82b6ae655c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=E1=B4=8D=E1=B4=9B=E1=B4=8F=E1=B4=80=E1=B4=87?= =?UTF-8?q?=CA=80?= Date: Sun, 5 May 2024 17:22:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BD=93=E7=9B=AE?= =?UTF-8?q?=E6=A0=87=E6=96=87=E4=BB=B6=E5=B7=B2=E5=AD=98=E5=9C=A8=E6=97=B6?= =?UTF-8?q?=20ffmpeg=20=E5=8D=A1=E4=BD=8F=E7=9A=84=E9=97=AE=E9=A2=98=20(#9?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/downloader.rs | 1 + 1 file changed, 1 insertion(+) 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()