diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-05 19:50:22 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-06 01:24:36 -0700 |
| commit | 6848fa042ff03c4b896dae6585cb88b587abed84 (patch) | |
| tree | 293656d97cbc1aa4594a817f4392c3367598e599 /pkg | |
| parent | edc2c4d68a6e6681c6881e959396404f95c2ef65 (diff) | |
youtube-dl: Update to 2019.07.02
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 5e7c98e4..af6bdafb 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 6c8d22e1114e26ab363fae5e206d504ecda77030 Mon Sep 17 00:00:00 2001 +From bd3a8fe889aee622de3b25e17b42db9446712b85 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 c75ab131b..5af6cdd36 100644 'compat_etree_fromstring', 'compat_etree_register_namespace', diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py -index 9be9b2e76..44dae10e4 100644 +index 798757241..b10339f97 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -8,7 +8,6 @@ import binascii @@ -73,7 +73,7 @@ index 9be9b2e76..44dae10e4 100644 compat_etree_fromstring, compat_expanduser, compat_html_entities, -@@ -1406,90 +1404,11 @@ def platform_name(): +@@ -2990,90 +2988,11 @@ def platform_name(): return res @@ -164,7 +164,7 @@ index 9be9b2e76..44dae10e4 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') -@@ -1519,78 +1438,22 @@ def intlist_to_bytes(xs): +@@ -3103,78 +3022,22 @@ def intlist_to_bytes(xs): # Cross-platform file locking @@ -253,7 +253,7 @@ index 9be9b2e76..44dae10e4 100644 class locked_file(object): -@@ -1836,29 +1699,7 @@ def fix_xml_ampersands(xml_str): +@@ -3420,29 +3283,7 @@ def fix_xml_ampersands(xml_str): def setproctitle(title): @@ -285,5 +285,5 @@ index 9be9b2e76..44dae10e4 100644 def remove_start(s, start): -- -2.21.0 +2.22.0 diff --git a/pkg/youtube-dl/src b/pkg/youtube-dl/src -Subproject 8c8cae91ece9841567aa48095245f92ae8f4b29 +Subproject 1335bf10f69b5d2c45b386d3faf71398b9662f9 diff --git a/pkg/youtube-dl/ver b/pkg/youtube-dl/ver index 13a9ca6e..e01ef47a 100644 --- a/pkg/youtube-dl/ver +++ b/pkg/youtube-dl/ver @@ -1 +1 @@ -2019.06.27 r0 +2019.07.02 r0 |
