mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-07-10 14:07:06 +00:00
优化帧率匹配
This commit is contained in:
parent
0992359ed6
commit
aee8356660
@ -26,7 +26,7 @@ namespace N_m3u8DL_RE.Util
|
||||
private static partial Regex ResRegex();
|
||||
[GeneratedRegex("\\d+ kb\\/s")]
|
||||
private static partial Regex BitrateRegex();
|
||||
[GeneratedRegex("\\d+ fps")]
|
||||
[GeneratedRegex("(\\d+(\\.\\d+)?) fps")]
|
||||
private static partial Regex FpsRegex();
|
||||
|
||||
public static async Task<List<Mediainfo>> ReadInfoAsync(string binary, string file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user