Closed hoshsadiq closed 4 years ago
Anyone?
@leikao sorry to keep adding commits. I am currently using the library for my own project, and I'm adding these changes as I find edge cases. however, I think this is ready when it comes to attributes. Will raise new PRs for other things if I find them.
@leikao sorry to be a bother, but I'm trying to setup automated builds for a project that I'm working on. Since I've included this project in the go.mod, it's pulling this repo which doesn't include the required Attributes that I need in the project. Will you be able to merge it soon?
While this probably started out as a custom implementation it is relatively widely used today. Many IPTV services produce m3u files using these attributes and many player such Kodi also understand these tags. Also I based on what @bradleyfalzon said in https://github.com/grafov/m3u8/pull/83#issuecomment-298267652
This add support for m3u+. Which should close #82
I've made it fail when
strict=true
since, from what I could tell, this is not part of the spec.Let me know what you guys think.