Updated pysubs2 module to support newer SSA files.

This commit is contained in:
morpheus65535 2021-07-14 19:13:28 -04:00
parent 60353c0367
commit 09a8335a03
17 changed files with 548 additions and 299 deletions

View file

@ -10,3 +10,6 @@ load = SSAFile.load
#: Alias for :meth:`pysubs2.time.make_time()`.
make_time = time.make_time
#: Alias for `pysubs2.common.VERSION`.
__version__ = VERSION