]> Raphaël G. Git Repositories - youtubedl/blob - debian/patches/01-add-support-to-webm.patch
Imported Debian patch 2010.06.06-1
[youtubedl] / debian / patches / 01-add-support-to-webm.patch
1 Description: Reorder preference of video formats
2 Author: Rogério Brito <rbrito@ime.usp.br>
3 Forwarded: no
4 Last-Update: 2010-06-07
5
6 --- a/youtube-dl
7 +++ b/youtube-dl
8 @@ -685,7 +685,7 @@
9 _LOGIN_URL = 'http://www.youtube.com/signup?next=/&gl=US&hl=en'
10 _AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en'
11 _NETRC_MACHINE = 'youtube'
12 - _available_formats = ['37', '22', '35', '18', '34', '5', '17', '13', None] # listed in order of priority for -b flag
13 + _available_formats = ['37', '45', '22', '35', '18', '43', '34', '5', '17', '13', None] # listed in order of priority for -b flag
14 _video_extensions = {
15 '13': '3gp',
16 '17': 'mp4',