diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-08-28 23:23:42 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-08-28 23:23:42 +0200 |
commit | 36cf7bccde454a0b11a0ab492ed58cd34ee9a6f2 (patch) | |
tree | b11a5554c46929c842811c1f7016535e61523a4d | |
parent | 5fd5ce083843baaf9ed0ecd902c7d5913110bc2b (diff) | |
parent | 05b4029662d3ed2c778dffc24bf33f27434c2ce1 (diff) |
Merge remote-tracking branch 'rbrito/prefer-webm'
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index ecc4c26bb..5ffd53bd3 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1040,7 +1040,7 @@ class YoutubeIE(InfoExtractor): _AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en' _NETRC_MACHINE = 'youtube' # Listed in order of quality - _available_formats = ['38', '37', '22', '45', '35', '34', '43', '18', '6', '5', '17', '13'] + _available_formats = ['38', '37', '45', '22', '43', '35', '34', '18', '6', '5', '17', '13'] _video_extensions = { '13': '3gp', '17': 'mp4', |