tedconf / node-m3u8

Streaming parser for m3u8 files in node
MIT License
189 stars 77 forks source link

Make parseLine split only first colon. #3

Closed eirikurn closed 11 years ago

eirikurn commented 11 years ago

It broke attribute parsing for a EXT-X-I-FRAME-STREAM-INF which contained a URL.

bog commented 11 years ago

Thanks for the fix @eirikurn. I added a quick test for the functionality as well.