1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-03 10:39:12 +02:00

[extractor/iq] Set more language codes (#6476)

Authored by: D0LLYNH0
This commit is contained in:
D0LLYNH0 2023-03-09 04:18:14 -03:00 committed by Elyse
parent 932758707f
commit e3b08bac9c

View File

@ -440,12 +440,14 @@ class IqIE(InfoExtractor):
'1': 'zh_CN', '1': 'zh_CN',
'2': 'zh_TW', '2': 'zh_TW',
'3': 'en', '3': 'en',
'4': 'kor', '4': 'ko',
'5': 'ja',
'18': 'th', '18': 'th',
'21': 'my', '21': 'my',
'23': 'vi', '23': 'vi',
'24': 'id', '24': 'id',
'26': 'es', '26': 'es',
'27': 'pt',
'28': 'ar', '28': 'ar',
} }