commit: 95b77248ccbe61db827abcada1497fdfc19a733c
parent b86554e39f8dfb51f27f7095e9d45828b5ed72e9
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 1 Mar 2020 23:12:20 -0800
youtube-dl: Update to 2020.03.01
Diffstat:
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch b/pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch
@@ -1,4 +1,4 @@
-From 79ea93edab9702a91618287500f683f271be8200 Mon Sep 17 00:00:00 2001
+From 4ed916a3a3099927d01a86c0735cbb76d0daf31a Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Mon, 4 Jul 2016 16:14:18 -0700
Subject: [PATCH] Disable use of ctypes and dynamic loading
@@ -54,7 +54,7 @@ index d1b86bd13..46c935797 100644
'compat_etree_fromstring',
'compat_etree_register_namespace',
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py
-index f6204692a..6fe0046fe 100644
+index 8ccf25489..f1bb827e9 100644
--- a/youtube_dl/utils.py
+++ b/youtube_dl/utils.py
@@ -8,7 +8,6 @@ import binascii
@@ -73,7 +73,7 @@ index f6204692a..6fe0046fe 100644
compat_etree_fromstring,
compat_expanduser,
compat_html_entities,
-@@ -2994,90 +2992,11 @@ def platform_name():
+@@ -3003,90 +3001,11 @@ def platform_name():
return res
@@ -164,7 +164,7 @@ index f6204692a..6fe0046fe 100644
if ('b' in getattr(out, 'mode', '')
or sys.version_info[0] < 3): # Python 2 lies about mode of sys.stderr
byt = s.encode(encoding or preferredencoding(), 'ignore')
-@@ -3107,78 +3026,22 @@ def intlist_to_bytes(xs):
+@@ -3116,78 +3035,22 @@ def intlist_to_bytes(xs):
# Cross-platform file locking
@@ -253,7 +253,7 @@ index f6204692a..6fe0046fe 100644
class locked_file(object):
-@@ -3424,29 +3287,7 @@ def fix_xml_ampersands(xml_str):
+@@ -3433,29 +3296,7 @@ def fix_xml_ampersands(xml_str):
def setproctitle(title):
@@ -285,5 +285,5 @@ index f6204692a..6fe0046fe 100644
def remove_start(s, start):
--
-2.25.0
+2.25.1
diff --git a/pkg/youtube-dl/ver b/pkg/youtube-dl/ver
@@ -1 +1 @@
-2020.02.16 r0
+2020.03.01 r0