globocom / m3u8

Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Other
1.98k stars 464 forks source link

Error when parsing extended M3U playlists with custom attrubutes #323

Open johnyxpro opened 12 months ago

johnyxpro commented 12 months ago

Error when parsing extended M3U playlists with custom attrubutes in #EXTM3U header. for example https://vk.com/wall278393568_10115

johnyxpro commented 12 months ago

Here is the solution https://github.com/globocom/m3u8/pull/324

davemevans commented 12 months ago

Could this be solved by providing a custom tag parser that overrides the parsing of #EXTM3U?

See https://github.com/globocom/m3u8#custom-tags