* [BUGFIX] Handle truncating file names if too long * always import os * test fix * fix for windows * lint
3 lines
85 B
Python
3 lines
85 B
Python
from typing import Set
|
|
|
|
SUBTITLE_EXTENSIONS: Set[str] = {"srt", "vtt", "ass", "lrc"}
|