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:
parent
b75a0f9bb8
commit
5355dbf821
2 changed files with 33 additions and 0 deletions
|
|
@ -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 *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue