We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://abjuhnpaaaaaaaamg6l3majym4tx5.s3-iad-2.cf.dash.row.aiv-cdn.net/68c9/0966/cdeb/4cec-bbbb-8129644897e8/0b42a3d4-d856-4cab-a1b1-500b743f202d_corrected.mpd
take 2 minute to parse
https://github.com/nilaoda/N_m3u8DL-RE/releases/tag/v0.2.0-beta
77,948,699 bytes
The text was updated successfully, but these errors were encountered:
this code can parse in 2 seconds:
package main import ( "154.pages.dev/dash" "os" ) // TotalSeconds : 1.9082671 func main() { text, err := os.ReadFile("0b42a3d4-d856-4cab-a1b1-500b743f202d_corrected.mpd") if err != nil { panic(err) } var mpd dash.MPD mpd.Unmarshal(text) }
Sorry, something went wrong.
修复MPD解析过慢问题 fix #403
b9f24a8
Successfully merging a pull request may close this issue.
http://abjuhnpaaaaaaaamg6l3majym4tx5.s3-iad-2.cf.dash.row.aiv-cdn.net/68c9/0966/cdeb/4cec-bbbb-8129644897e8/0b42a3d4-d856-4cab-a1b1-500b743f202d_corrected.mpd
take 2 minute to parse
https://github.com/nilaoda/N_m3u8DL-RE/releases/tag/v0.2.0-beta
77,948,699 bytes
The text was updated successfully, but these errors were encountered: