From 19c884ffb7868f312b32598a234849d811752493 Mon Sep 17 00:00:00 2001 From: nilaoda Date: Thu, 26 Oct 2023 23:11:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=90=8E=E6=B7=B7=E6=B5=81?= =?UTF-8?q?=E6=97=B6=E6=8A=9B=E5=BC=83`Data`=E8=BD=A8=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs | 2 +- src/N_m3u8DL-RE/Util/MergeUtil.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs index a6219d4..b200b56 100644 --- a/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs +++ b/src/N_m3u8DL-RE/CommandLine/CommandInvoker.cs @@ -18,7 +18,7 @@ namespace N_m3u8DL_RE.CommandLine { internal partial class CommandInvoker { - public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20231021"; + public const string VERSION_INFO = "N_m3u8DL-RE (Beta version) 20231026"; [GeneratedRegex("((best|worst)\\d*|all)")] private static partial Regex ForStrRegex(); diff --git a/src/N_m3u8DL-RE/Util/MergeUtil.cs b/src/N_m3u8DL-RE/Util/MergeUtil.cs index 716cf50..79d8260 100644 --- a/src/N_m3u8DL-RE/Util/MergeUtil.cs +++ b/src/N_m3u8DL-RE/Util/MergeUtil.cs @@ -190,7 +190,7 @@ namespace N_m3u8DL_RE.Util { var ext = mp4 ? "mp4" : "mkv"; string dateString = DateTime.Now.ToString("o"); - StringBuilder command = new StringBuilder("-loglevel warning -nostdin -y "); + StringBuilder command = new StringBuilder("-loglevel warning -nostdin -y -dn "); //INPUT foreach (var item in files)