Browse Source

Add webm extension to formats 43 and 45 (fixes issue #139)

rtmp_test
Ricardo Garcia 14 years ago
parent
commit
0b59bf4a5e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      youtube-dl

+ 2
- 0
youtube-dl View File

@ -691,6 +691,8 @@ class YoutubeIE(InfoExtractor):
'18': 'mp4',
'22': 'mp4',
'37': 'mp4',
'43': 'webm',
'45': 'webm',
}
@staticmethod


Loading…
Cancel
Save