Add WebVTT output support

This subset of the format is almost identical to SRT, but I think it's
cleaner to have a separate module (at the cost of a little bit of
copy-pasta).
This commit is contained in:
Will Thompson 2016-03-11 12:12:54 +00:00
commit 5355dbf821
2 changed files with 33 additions and 0 deletions

View file

@ -13,6 +13,7 @@ from . import jsonc
from . import net
from . import srt
from . import utils
from . import vtt
from .api import *
from .file import *