Raiper34 / m3u-parser-generator

Library to parse and generate m3u or m3u8 IPTV playlist files
https://m3u-parser-generator.netlify.app
MIT License
24 stars 11 forks source link

Fixes valid M3U checking #2

Closed ExperiBass closed 1 year ago

ExperiBass commented 1 year ago

Some streams don't place the #EXTM3U directive on its own line. This checks if the first line starts with the directive, allowing all valid M3U streams to pass.

Raiper34 commented 1 year ago

Thank you very much for your PR, change will be released on NPM in a few days :)