glut23 / webvtt-py

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

.save() does not save identifiers #14

Closed chonigman closed 6 years ago

chonigman commented 6 years ago

Hi, I am experimenting with doing automatic translations on some VTT files and I noticed when I save out the file, it does save the identifier lines in the new file. Even if I do not change the file at all they are not present in the saved file.

I will take a look and see if I can fix it and let you know.

C

glut23 commented 6 years ago

Hi @KingWalrus, apologies for the late reply. Just released 0.4.1 that will save cue identifiers. Thanks!

glut23 commented 6 years ago

Closing this as issue is resolved.

chonigman commented 6 years ago

Thank you!