Closed midn1 closed 5 years ago
Consider this subtitle file:
1 00:00:01,000 --> 00:00:01,500 Subtitle one 2 00:00:02,000 --> 00:00:02,500
(Note the two newlines before the EOF) This causes the parser to clone the last subtitle, which creates an empty third subtitle.
Removing the second newline avoids this issue.
Feel free to send a PR! :)
Thanks for the report, tracking in #8 .
Consider this subtitle file:
(Note the two newlines before the EOF) This causes the parser to clone the last subtitle, which creates an empty third subtitle.
Removing the second newline avoids this issue.