Closed sampattuzzi closed 4 years ago
If there is a double empty line, this should indicate that the caption slot is empty. Software such as Camtasia will generate SRTs with such empty slots.
The a more compatible behaviour would be to parse them as captions with empty content.
Had a stab at fixing here: https://github.com/glut23/webvtt-py/pull/9
Hi, I've also done a PR for same support for SBV files. #26
If there is a double empty line, this should indicate that the caption slot is empty. Software such as Camtasia will generate SRTs with such empty slots.
The a more compatible behaviour would be to parse them as captions with empty content.