mozilla / popcorn-js

The HTML5 Media Framework. (Unmaintained. See https://github.com/menismu/popcorn-js for activity)
MIT License
2.14k stars 632 forks source link

Fixed VTT parser for IE8 #450

Open borys-kupar opened 9 years ago

borys-kupar commented 9 years ago

Hello, I was working on subtitles implementation, and find out that VTT subtitles are not parsed correctly in IE8. So I've changed regular expression to support it. Works in other browsers as well.