-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't parse text with empty line #71
Comments
Well, the SRT format isn't really well specified. However I've never seen such blank line in the wild, and the srt files listing edges cases I've found around don't contain that either. So I'd say, try reading it with VLC, if it does accept that blank line, then I'd be ok with trying to improve the parser. In any case thanks for the report. |
Thanks for your answer, I tried it in vlc and in fact the third line is not shown. With this srt content:
It shows:
"j'aurai 10 minutes de retard." is not shown and then the 3 lines are shown.
Maybe pysrt could fix this by removing the empty line or almost have an option to write the file even if there's an error. |
Hi, and first thanks for this handy library. I don't know if my error is due to a bad
srt
file or if it's a bug, but whith a srt file like this:When I run the command:
srt shift 35s file_with_empty_line.srt
, I've got the following error:The text was updated successfully, but these errors were encountered: