优化媒体识别
This commit is contained in:
parent
66d42ae645
commit
ae3347f61b
|
@ -12,7 +12,7 @@ namespace N_m3u8DL_RE.Util
|
||||||
{
|
{
|
||||||
internal partial class MediainfoUtil
|
internal partial class MediainfoUtil
|
||||||
{
|
{
|
||||||
[GeneratedRegex(" Stream #.*")]
|
[GeneratedRegex(" Stream #.*")]
|
||||||
private static partial Regex TextRegex();
|
private static partial Regex TextRegex();
|
||||||
[GeneratedRegex("#0:\\d(\\[0x\\w+?\\])")]
|
[GeneratedRegex("#0:\\d(\\[0x\\w+?\\])")]
|
||||||
private static partial Regex IdRegex();
|
private static partial Regex IdRegex();
|
||||||
|
|
Loading…
Reference in New Issue