feat(subtitles): Integrate subby library for enhanced subtitle processing and conversion methods

This commit is contained in:
Andy
2025-07-30 00:24:55 +00:00
parent 06c96b88a5
commit 5dad2746b1
4 changed files with 227 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ class Config:
self.curl_impersonate: dict = kwargs.get("curl_impersonate") or {}
self.remote_cdm: list[dict] = kwargs.get("remote_cdm") or []
self.credentials: dict = kwargs.get("credentials") or {}
self.subtitle: dict = kwargs.get("subtitle") or {}
self.directories = self._Directories()
for name, path in (kwargs.get("directories") or {}).items():