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
Description The currently implemented regex parsing only works when the webvtt is in 00:00:00.430 --> 00:00:04.360 (HH:MM:SS format)
it doesn't parse webvtt when it's in 00:07.690 --> 00:08.900 (MM:SS) format
URL to test on https://s.megastatics.com/subtitle/b0ca076c1289301e0082feb1c6490196/eng-2.vtt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The currently implemented regex parsing only works when the webvtt is in
00:00:00.430 --> 00:00:04.360 (HH:MM:SS format)
it doesn't parse webvtt when it's in
00:07.690 --> 00:08.900 (MM:SS) format
URL to test on
https://s.megastatics.com/subtitle/b0ca076c1289301e0082feb1c6490196/eng-2.vtt
The text was updated successfully, but these errors were encountered: