diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-02 19:18:26 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-07-02 19:19:21 +0530 |
commit | 385f7f38957e21701593ff1229295bf4ca00eba0 (patch) | |
tree | 53498a0bd655815e2db51687e3d62e427ed87bf6 | |
parent | 5c0dc6e6035c4b92aa1a254ebb0284be75dd0d2b (diff) | |
download | hypervideo-pre-385f7f38957e21701593ff1229295bf4ca00eba0.tar.lz hypervideo-pre-385f7f38957e21701593ff1229295bf4ca00eba0.tar.xz hypervideo-pre-385f7f38957e21701593ff1229295bf4ca00eba0.zip |
[extractor/iq] Set language correctly for Korean subtitles
Closes #3500
-rw-r--r-- | yt_dlp/extractor/iqiyi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp/extractor/iqiyi.py b/yt_dlp/extractor/iqiyi.py index 35691ec20..6a43846c1 100644 --- a/yt_dlp/extractor/iqiyi.py +++ b/yt_dlp/extractor/iqiyi.py @@ -441,6 +441,7 @@ class IqIE(InfoExtractor): '1': 'zh_CN', '2': 'zh_TW', '3': 'en', + '4': 'kor', '18': 'th', '21': 'my', '23': 'vi', |