mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-28 12:25:18 +00:00
[extractor/iq] Set language correctly for Korean subtitles
Closes #3500
This commit is contained in:
@@ -441,6 +441,7 @@ class IqIE(InfoExtractor):
|
|||||||
'1': 'zh_CN',
|
'1': 'zh_CN',
|
||||||
'2': 'zh_TW',
|
'2': 'zh_TW',
|
||||||
'3': 'en',
|
'3': 'en',
|
||||||
|
'4': 'kor',
|
||||||
'18': 'th',
|
'18': 'th',
|
||||||
'21': 'my',
|
'21': 'my',
|
||||||
'23': 'vi',
|
'23': 'vi',
|
||||||
|
|||||||
Reference in New Issue
Block a user