From e3bbdde016038850fafec11ca5735434142335af Mon Sep 17 00:00:00 2001 From: nilaoda Date: Sat, 17 Sep 2022 11:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=A8=E5=AE=9E=E6=97=B6?= =?UTF-8?q?=E8=A7=A3=E5=AF=86=E6=83=85=E5=86=B5=E4=B8=8B=E4=BD=BF=E7=94=A8?= =?UTF-8?q?shaka-packager=E8=A7=A3=E5=AF=86=E6=97=B6=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E5=AA=92=E4=BD=93=E4=BF=A1=E6=81=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs b/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs index e819cbd..5780bcf 100644 --- a/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs +++ b/src/N_m3u8DL-RE/Util/MP4DecryptUtil.cs @@ -21,7 +21,7 @@ namespace N_m3u8DL_RE.Util if (keyPair == null) return false; //shakaPackager 无法单独解密init文件 - if (source.EndsWith("_init.mp4") && shakaPackager) return true; + if (source.EndsWith("_init.mp4") && shakaPackager) return false; var cmd = "";