From f1475ca46815d9fc1954619f6887debd5a2e4b7d Mon Sep 17 00:00:00 2001 From: nilaoda Date: Thu, 27 Oct 2022 17:00:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96`\r`=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/MediainfoUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/N_m3u8DL-RE/Util/MediainfoUtil.cs b/src/N_m3u8DL-RE/Util/MediainfoUtil.cs index e0e08f8..1639933 100644 --- a/src/N_m3u8DL-RE/Util/MediainfoUtil.cs +++ b/src/N_m3u8DL-RE/Util/MediainfoUtil.cs @@ -53,7 +53,7 @@ namespace N_m3u8DL_RE.Util { var info = new Mediainfo() { - Text = TypeRegex().Match(stream.Value).Groups[2].Value, + Text = TypeRegex().Match(stream.Value).Groups[2].Value.TrimEnd(), Id = IdRegex().Match(stream.Value).Groups[1].Value, Type = TypeRegex().Match(stream.Value).Groups[1].Value, };