From 0f1fff6468bde931b174b54bf551c977723a4bc8 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Fri, 12 Aug 2022 19:43:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96ffmpeg=E5=AF=BB=E6=89=BE?= =?UTF-8?q?=E7=9A=84=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/N_m3u8DL-RE/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/N_m3u8DL-RE/Program.cs b/src/N_m3u8DL-RE/Program.cs index bfe87dc..ebb2060 100644 --- a/src/N_m3u8DL-RE/Program.cs +++ b/src/N_m3u8DL-RE/Program.cs @@ -44,7 +44,7 @@ namespace N_m3u8DL_RE option.FFmpegBinaryPath = GlobalUtil.FindExecutable("ffmpeg"); if (string.IsNullOrEmpty(option.FFmpegBinaryPath)) { - throw new FileNotFoundException(option.FFmpegBinaryPath); + throw new FileNotFoundException("ffmpeg not found!"); } }