This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[drtv] Use IETF language tag
totalwebcasting
Sergey M․
9 years ago
parent
5ca01bb9e4
commit
6fa73386cb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/drtv.py
+ 1
- 1
youtube_dl/extractor/drtv.py
View File
@ -91,7 +91,7 @@ class DRTVIE(InfoExtractor):
subtitles_list
=
asset
.
get
(
'
SubtitlesList
'
)
if
isinstance
(
subtitles_list
,
list
)
:
LANGS
=
{
'
Danish
'
:
'
d
k
'
,
'
Danish
'
:
'
d
a
'
,
}
for
subs
in
subtitles_list
:
lang
=
subs
[
'
Language
'
]
Write
Preview
Loading…
Cancel
Save