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