We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See WebVTT cue timings and settings parsing for a complete cue timing parsing procedure.
Now for a cue timing "00:11.000 --> 00:13.000".
The standard assigns it as "11 seconds to 13 seconds".
Current parseTime gives "0000-01-01 00:11:00 +0000 UTC --> 0000-01-01 00:13:00 +0000 UTC", which means "11 minutes to 13 minutes".
parseTime
Hope it helps.
The text was updated successfully, but these errors were encountered:
6299e69
Hi @chen-chao and thanks for the report! Issue should be resolved in 6299e69 and released in version 0.1.8
Sorry, something went wrong.
OK. Thanks for the quick fix.
No branches or pull requests
See WebVTT cue timings and settings parsing for a complete cue timing parsing procedure.
Now for a cue timing "00:11.000 --> 00:13.000".
The standard assigns it as "11 seconds to 13 seconds".
Current
parseTime
gives "0000-01-01 00:11:00 +0000 UTC --> 0000-01-01 00:13:00 +0000 UTC", which means "11 minutes to 13 minutes".Hope it helps.
The text was updated successfully, but these errors were encountered: