Skip to content

Commit

Permalink
[extractor/iq] Set more language codes (yt-dlp#6476)
Browse files Browse the repository at this point in the history
Authored by: D0LLYNH0
  • Loading branch information
D0LLYNH0 authored and elyse0 committed Mar 12, 2023
1 parent 9327587 commit e3b08ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yt_dlp/extractor/iqiyi.py
Expand Up @@ -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',
}

Expand Down

0 comments on commit e3b08ba

Please sign in to comment.