m3u8-reader
m3u8-reader copied to clipboard
🔧 Fixed an issue where some m3u files could not be recognized correctly
The first line of some m3u files have whitespace characters, so the String.prototype.startsWith()
method can't recognize it correctly. The string '#EXTM3U'
should compare with a string which has been removed the leading whitespace characters.