mirror of
https://github.com/v0l/m3u8-rs.git
synced 2025-06-19 02:14:57 +00:00

The RFC requires this to be the very first line of every master/media playlist, and without this we would be parsing arbitrary text files as playlist without erroring out. See https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.1.1 Fixes https://github.com/rutgersc/m3u8-rs/issues/27