Replace segments delimiter [index.js:30](https://github.com/Colingo/srt-parser/blob/master/index.js#L30) with: ``` var segments = stringData.split(/(\r?\n){2}/) ``` It will do exact what it should.