glut23 / webvtt-py

Read, write, convert and segment WebVTT caption files in Python.
MIT License
188 stars 56 forks source link

webvtt.errors.MalformedCaptionError: Standalone cue identifier in line 26. #54

Closed teovanlier closed 3 months ago

teovanlier commented 10 months ago

Getting this error. I have countless other files of the same type that do not give an error. I don't see anything wrong with the file.

0365_An overview of financial functions in Excel Online.DE_DE.mp4_de.zip

glut23 commented 3 months ago

Hi @teovanlier this error indicated that there was a line of text not part of a block properly formatted. With the latest version 0.5.0 the library ignores any block of text that is out of the WebVTT specs. I am closing this issue. Please reopen if needed. Thanks.