下载后混流时抛弃`Data`轨道

This commit is contained in:
nilaoda 2023-10-26 23:11:38 +08:00
parent 27cfee5f01
commit 19c884ffb7
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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)