1
0
Fork 0

[ie/youtube] Add PO token support for subtitles (#13234)

Closes #13075
Authored by: bashonly, coletdjnz

Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
This commit is contained in:
bashonly 2025-05-22 04:13:42 -05:00 committed by GitHub
commit 32ed5f107c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 140 additions and 44 deletions

View file

@ -39,6 +39,7 @@ __all__ = [
class PoTokenContext(enum.Enum):
GVS = 'gvs'
PLAYER = 'player'
SUBS = 'subs'
@dataclasses.dataclass