mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 17:23:48 +01:00
[drtv] Use IETF language tag
This commit is contained in:
parent
5ca01bb9e4
commit
6fa73386cb
@ -91,7 +91,7 @@ def _real_extract(self, url):
|
||||
subtitles_list = asset.get('SubtitlesList')
|
||||
if isinstance(subtitles_list, list):
|
||||
LANGS = {
|
||||
'Danish': 'dk',
|
||||
'Danish': 'da',
|
||||
}
|
||||
for subs in subtitles_list:
|
||||
lang = subs['Language']
|
||||
|
Loading…
Reference in New Issue
Block a user