X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/2749b0699f3b45a44207857d326d583fa5908467..5fa6ced489a87ad6d52ab90fd8a084f24268a74d:/debian/patches/01-prefer-open-formats.patch diff --git a/debian/patches/01-prefer-open-formats.patch b/debian/patches/01-prefer-open-formats.patch deleted file mode 100644 index 289b21d..0000000 --- a/debian/patches/01-prefer-open-formats.patch +++ /dev/null @@ -1,16 +0,0 @@ -Description: Give preference to open video formats -Author: Rogério Brito -Forwarded: no -Last-Update: 2010-10-13 - ---- a/youtube-dl -+++ b/youtube-dl -@@ -864,7 +864,7 @@ - _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',