Closed carlanton closed 3 years ago
Make it possible to ignore unknown tags and attributes by configure the parser with a lenient parsing mode:
MasterPlaylistParser lenientParser = new MasterPlaylistParser(ParsingMode.LENIENT);
The default mode is STRICT and will throw exceptions on unknown stuff.
Fix #32
Make it possible to ignore unknown tags and attributes by configure the parser with a lenient parsing mode:
The default mode is STRICT and will throw exceptions on unknown stuff.
Fix #32