diff options
author | hoaluvn <hoaluvn@users.noreply.github.com> | 2023-06-14 17:52:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 21:22:17 +0530 |
commit | 7bcd4813215ac98daa4949af2ffc677c78307a38 (patch) | |
tree | a58dcc2d02ba81831d5d712679155aedb6165809 /yt_dlp/utils/_utils.py | |
parent | c8561c6d03f025268d6d3972abeb47987c8d7cbb (diff) | |
download | hypervideo-pre-7bcd4813215ac98daa4949af2ffc677c78307a38.tar.lz hypervideo-pre-7bcd4813215ac98daa4949af2ffc677c78307a38.tar.xz hypervideo-pre-7bcd4813215ac98daa4949af2ffc677c78307a38.zip |
[extractor/urplay] Extract all subtitles (#7309)
Authored by: hoaluvn
Diffstat (limited to 'yt_dlp/utils/_utils.py')
-rw-r--r-- | yt_dlp/utils/_utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/utils/_utils.py b/yt_dlp/utils/_utils.py index 4179d58c1..646210116 100644 --- a/yt_dlp/utils/_utils.py +++ b/yt_dlp/utils/_utils.py @@ -4147,6 +4147,7 @@ class ISO639Utils: 'or': 'ori', 'os': 'oss', 'pa': 'pan', + 'pe': 'per', 'pi': 'pli', 'pl': 'pol', 'ps': 'pus', |