pbs / pycaption

Python module to read/write popular video caption formats
Apache License 2.0
256 stars 136 forks source link

Empty vtt cue is valid #166

Closed arski closed 5 years ago

arski commented 6 years ago

@vladiibine @arielpontes @jnorton001 @mvmocanu (sorry for amsg, wasn't clear who is the owner here)

According to vtt spec, a cue can consist of zero or more cue components https://www.w3.org/TR/webvtt1/#cue-text - so an empty cue should really not be raising an error.

addresses https://github.com/pbs/pycaption/issues/129 too

arski commented 6 years ago

Hello, is anybody out here? :)

arski commented 6 years ago

@mvmocanu @dianadersedan is anyone still maintaining this? :(