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
[youtube] extract srv[1-3] subtitle formats(
#20566
)
master
Remita Amine
6 years ago
parent
afb7496416
commit
19041a3877
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/youtube.py
+ 1
- 1
youtube_dl/extractor/youtube.py
View File
@ -484,7 +484,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
# RTMP (unnamed)
'
_rtmp
'
:
{
'
protocol
'
:
'
rtmp
'
}
,
}
_SUBTITLE_FORMATS
=
(
'
ttml
'
,
'
vtt
'
)
_SUBTITLE_FORMATS
=
(
'
srv1
'
,
'
srv2
'
,
'
srv3
'
,
'
ttml
'
,
'
vtt
'
)
_GEO_BYPASS
=
False
Write
Preview
Loading…
Cancel
Save