about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-08-28 23:23:42 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-08-28 23:23:42 +0200
commit36cf7bccde454a0b11a0ab492ed58cd34ee9a6f2 (patch)
treeb11a5554c46929c842811c1f7016535e61523a4d
parent5fd5ce083843baaf9ed0ecd902c7d5913110bc2b (diff)
parent05b4029662d3ed2c778dffc24bf33f27434c2ce1 (diff)
downloadyoutube-dl-36cf7bccde454a0b11a0ab492ed58cd34ee9a6f2.tar.gz
youtube-dl-36cf7bccde454a0b11a0ab492ed58cd34ee9a6f2.tar.xz
youtube-dl-36cf7bccde454a0b11a0ab492ed58cd34ee9a6f2.zip
Merge remote-tracking branch 'rbrito/prefer-webm'
-rwxr-xr-xyoutube-dl2
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',