glut23 / webvtt-py

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

Standalone cue identifier in line 7 #53

Closed amrutadotorg closed 5 months ago

amrutadotorg commented 1 year ago

Hi, all validators are ok with the file. Kindly please check. Thank you. 1999-0624-Wie-wir-uns-zu-einer-besseren-Personlichkeit-entwickeln.vtt.zip

glut23 commented 5 months ago

Hi @amrutadotorg please provide the captions as plain text in a comment. But this error basically is raised when a line of text is found not being part of a block of lines with the expected format. In the recent latest release 0.5.0 the library now ignores the content that is not following the specs of WebVTT format instead of raising an exception. I am closing this issue but reopen if needed. Thanks.