diff options
| author | Michael Forney <mforney@mforney.org> | 2020-03-01 23:12:20 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-03-01 23:28:51 -0800 |
| commit | 95b77248ccbe61db827abcada1497fdfc19a733c (patch) | |
| tree | 400c5fce1c1a2b9e6108d2488f6e955274a39ac0 /pkg | |
| parent | b86554e39f8dfb51f27f7095e9d45828b5ed72e9 (diff) | |
youtube-dl: Update to 2020.03.01
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch | 12 | ||||
| m--------- | pkg/youtube-dl/src | 0 | ||||
| -rw-r--r-- | pkg/youtube-dl/ver | 2 |
3 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 index b3df19a9..b1ef95cf 100644 --- 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/src b/pkg/youtube-dl/src -Subproject 117ba9e9df641655f00509b34591e0a6c44395c +Subproject 669625a32cce386d0c19b5a0eea03707570a60d diff --git a/pkg/youtube-dl/ver b/pkg/youtube-dl/ver index 84878177..1b56b0bc 100644 --- a/pkg/youtube-dl/ver +++ b/pkg/youtube-dl/ver @@ -1 +1 @@ -2020.02.16 r0 +2020.03.01 r0 |
