Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix m3u parsing for extended #EXTM3U header
Some .m3u files have extendend parameters. For example: `#EXTM3U url-tvg="http://xxx/" m3uautoload=1 cache=500 deinterlace=1` Compare only the first 7 chars to allow this kind of headers. Fixes `iptv: unknown playlist format for network ''` when the file is valid.
- Loading branch information