Browse Source

[extractor/iq] Set language correctly for Korean subtitles

Closes #3500
pukkandan 2 years ago
parent
commit
385f7f3895
1 changed files with 1 additions and 0 deletions
  1. 1 0
      yt_dlp/extractor/iqiyi.py

+ 1 - 0
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',