mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-24 22:32:00 +00:00
优化\r
问题
This commit is contained in:
parent
cb46d2d412
commit
f1475ca468
@ -53,7 +53,7 @@ namespace N_m3u8DL_RE.Util
|
|||||||
{
|
{
|
||||||
var info = new Mediainfo()
|
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,
|
Id = IdRegex().Match(stream.Value).Groups[1].Value,
|
||||||
Type = TypeRegex().Match(stream.Value).Groups[1].Value,
|
Type = TypeRegex().Match(stream.Value).Groups[1].Value,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user