diff options
author | D0LLYNH0 <67797325+D0LLYNH0@users.noreply.github.com> | 2023-03-09 04:18:14 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 12:48:14 +0530 |
commit | 2d5cae9636714ff922d28c548c349d5f2b48f317 (patch) | |
tree | 58754ae3f7674960d46ab9284ac9087b7fe86edc | |
parent | 9b7a48abd1b187eae1e3f6c9839c47d43ccec00b (diff) | |
download | hypervideo-pre-2d5cae9636714ff922d28c548c349d5f2b48f317.tar.lz hypervideo-pre-2d5cae9636714ff922d28c548c349d5f2b48f317.tar.xz hypervideo-pre-2d5cae9636714ff922d28c548c349d5f2b48f317.zip |
[extractor/iq] Set more language codes (#6476)
Authored by: D0LLYNH0
-rw-r--r-- | yt_dlp/extractor/iqiyi.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/yt_dlp/extractor/iqiyi.py b/yt_dlp/extractor/iqiyi.py index 4443b1991..ebf49e835 100644 --- a/yt_dlp/extractor/iqiyi.py +++ b/yt_dlp/extractor/iqiyi.py @@ -440,12 +440,14 @@ class IqIE(InfoExtractor): '1': 'zh_CN', '2': 'zh_TW', '3': 'en', - '4': 'kor', + '4': 'ko', + '5': 'ja', '18': 'th', '21': 'my', '23': 'vi', '24': 'id', '26': 'es', + '27': 'pt', '28': 'ar', } |