grafov / m3u8

Parser and generator of M3U8-playlists for Apple HLS. Library for Go language. :cinema:
http://tools.ietf.org/html/draft-pantos-http-live-streaming
BSD 3-Clause "New" or "Revised" License
1.22k stars 312 forks source link

Fix panic on empty lines #202

Open khenarghot opened 11 months ago

khenarghot commented 11 months ago

If there any empty lines after #EXT-X-KEY library will panic

Fix this problem with ignoring empty lines according RFC