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
Following is a webvtt file I have:
Mark 72 11:01:15.200 --> 11:01:16.201 Some Subtitle - 1 NOTE { "message": "some note" } Id 72 12:01:15.200 --> 12:01:16.201 Some Subtitle - 2 NOTE { "message": "some note" }
And it is valid.
Now the cue 1 has identifier Mark 72 and also a comment. How do I parse/read it?
Mark 72
The text was updated successfully, but these errors were encountered:
-- I'm not an author of this lib -- The current data model does not support any comment or id per caption. --> Not possible atm
Sorry, something went wrong.
No branches or pull requests
Following is a webvtt file I have:
And it is valid.
Now the cue 1 has identifier
Mark 72
and also a comment. How do I parse/read it?The text was updated successfully, but these errors were encountered: