]> Raphaël G. Git Repositories - youtubedl/blobdiff - debian/patches/01-prefer-open-formats.patch
Imported Debian patch 2010.10.03-1
[youtubedl] / debian / patches / 01-prefer-open-formats.patch
similarity index 72%
rename from debian/patches/01-add-support-to-webm.patch
rename to debian/patches/01-prefer-open-formats.patch
index 6ff4ac75d0133823f5fa1ee2b66a474175887940..06b80209a41a6af56071fc2248bf14e5a45cb4a9 100644 (file)
@@ -1,16 +1,16 @@
 Description: Give preference to open video formats
 Author: Rogério Brito <rbrito@ime.usp.br>
 Forwarded: no
-Last-Update: 2010-07-14
+Last-Update: 2010-10-13
 
 --- a/youtube-dl
 +++ b/youtube-dl
-@@ -689,7 +689,7 @@
+@@ -692,7 +692,7 @@
        _AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en'
        _NETRC_MACHINE = 'youtube'
-       # Listed in order of priority for the -b option
--      _available_formats = ['38', '37', '22', '45', '35', '34', '43', '18', '6', '5', '17', '13', None]
-+      _available_formats = ['38', '37', '45', '22', '43', '35', '34', '18', '6', '5', '17', '13', None]
+       # 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',