1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-05 06:22:35 +00:00
bazarr/libs/fese/__init__.py
vitiko98 803dfe3512 Embedded Subtitles provider: add support for alpha2 tags
Done by updating the fese library
2022-09-20 17:18:24 -04:00

7 lines
150 B
Python
Executable file

# -*- coding: utf-8 -*-
# License: GPL
from .container import FFprobeVideoContainer
from .stream import FFprobeSubtitleStream
__version__ = "0.2.3"