globocom / m3u8

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

Issue 326: allow tags after EXTINF #327

Closed bbayles closed 10 months ago

bbayles commented 10 months ago

Re: issue #326, this PR updates the parser code such that a URL is not required after the EXTINF tag.

mauricioabreu commented 10 months ago

How nice! Thank you for the quick and awesome fix @bbayles