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

@@ -57,6 +57,7 @@ dependencies = [
"pyplayready>=0.6.0,<0.7",
"httpx>=0.28.1,<0.29",
"cryptography>=45.0.0",
"subby",
]
[project.urls]
@@ -112,3 +113,4 @@ no_implicit_optional = true
[tool.uv.sources]
unshackle = { workspace = true }
subby = { git = "https://github.com/vevv/subby.git" }