youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 36cf7bccde454a0b11a0ab492ed58cd34ee9a6f2
parent 5fd5ce083843baaf9ed0ecd902c7d5913110bc2b
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sun, 28 Aug 2011 23:23:42 +0200

Merge remote-tracking branch 'rbrito/prefer-webm'

Diffstat:
Myoutube-dl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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',