Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backups
youtube-dl
Commits
76b3c610
Commit
76b3c610
authored
Jan 06, 2015
by
Jaime Marquínez Ferrándiz
Browse files
[youtube] Add formats 308 and 315 (closes #4650)
parent
0df2dea7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
youtube_dl/extractor/youtube.py
youtube_dl/extractor/youtube.py
+2
-0
No files found.
youtube_dl/extractor/youtube.py
View file @
76b3c610
...
...
@@ -287,7 +287,9 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
'272'
:
{
'ext'
:
'webm'
,
'height'
:
2160
,
'format_note'
:
'DASH video'
,
'acodec'
:
'none'
,
'preference'
:
-
40
},
'302'
:
{
'ext'
:
'webm'
,
'height'
:
720
,
'format_note'
:
'DASH video'
,
'acodec'
:
'none'
,
'preference'
:
-
40
,
'fps'
:
60
,
'vcodec'
:
'VP9'
},
'303'
:
{
'ext'
:
'webm'
,
'height'
:
1080
,
'format_note'
:
'DASH video'
,
'acodec'
:
'none'
,
'preference'
:
-
40
,
'fps'
:
60
,
'vcodec'
:
'VP9'
},
'308'
:
{
'ext'
:
'webm'
,
'height'
:
1440
,
'format_note'
:
'DASH video'
,
'acodec'
:
'none'
,
'preference'
:
-
40
,
'fps'
:
60
,
'vcodec'
:
'VP9'
},
'313'
:
{
'ext'
:
'webm'
,
'height'
:
2160
,
'format_note'
:
'DASH video'
,
'acodec'
:
'none'
,
'preference'
:
-
40
,
'vcodec'
:
'VP9'
},
'315'
:
{
'ext'
:
'webm'
,
'height'
:
2160
,
'format_note'
:
'DASH video'
,
'acodec'
:
'none'
,
'preference'
:
-
40
,
'fps'
:
60
,
'vcodec'
:
'VP9'
},
# Dash webm audio
'171'
:
{
'ext'
:
'webm'
,
'vcodec'
:
'none'
,
'format_note'
:
'DASH audio'
,
'abr'
:
128
,
'preference'
:
-
50
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment