diff options
| author | Michael Forney <mforney@mforney.org> | 2019-12-09 00:41:47 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-12-09 01:19:17 -0800 |
| commit | 4cd20f6523d354d241b0acdafde7886bba4783e2 (patch) | |
| tree | a1375bd16edf8ab9dd06b8d03eb732f681aeb955 | |
| parent | 55ca04739de3d70662a446196ccca54411b5170d (diff) | |
youtube-dl: Update to 2019.11.28
| -rw-r--r-- | pkg/youtube-dl/patch/0001-Disable-use-of-ctypes-and-dynamic-loading.patch | 12 | ||||
| -rw-r--r-- | pkg/youtube-dl/pylibs.txt | 1 | ||||
| m--------- | pkg/youtube-dl/src | 0 | ||||
| -rw-r--r-- | pkg/youtube-dl/ver | 2 |
4 files changed, 7 insertions, 8 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 af6bdafb..8dffbf9d 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 bd3a8fe889aee622de3b25e17b42db9446712b85 Mon Sep 17 00:00:00 2001 +From df6325e6a069d1f66d52b3d896f03e9b590bee00 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 798757241..b10339f97 100644 +index b14603d8a..4716d8b30 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -8,7 +8,6 @@ import binascii @@ -73,7 +73,7 @@ index 798757241..b10339f97 100644 compat_etree_fromstring, compat_expanduser, compat_html_entities, -@@ -2990,90 +2988,11 @@ def platform_name(): +@@ -2993,90 +2991,11 @@ def platform_name(): return res @@ -164,7 +164,7 @@ index 798757241..b10339f97 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') -@@ -3103,78 +3022,22 @@ def intlist_to_bytes(xs): +@@ -3106,78 +3025,22 @@ def intlist_to_bytes(xs): # Cross-platform file locking @@ -253,7 +253,7 @@ index 798757241..b10339f97 100644 class locked_file(object): -@@ -3420,29 +3283,7 @@ def fix_xml_ampersands(xml_str): +@@ -3423,29 +3286,7 @@ def fix_xml_ampersands(xml_str): def setproctitle(title): @@ -285,5 +285,5 @@ index 798757241..b10339f97 100644 def remove_start(s, start): -- -2.22.0 +2.24.0 diff --git a/pkg/youtube-dl/pylibs.txt b/pkg/youtube-dl/pylibs.txt index d16b13d9..502b6d4e 100644 --- a/pkg/youtube-dl/pylibs.txt +++ b/pkg/youtube-dl/pylibs.txt @@ -582,7 +582,6 @@ youtube_dl/extractor/stanfordoc.py youtube_dl/extractor/steam.py youtube_dl/extractor/stitcher.py youtube_dl/extractor/streamable.py -youtube_dl/extractor/streamango.py youtube_dl/extractor/streamcloud.py youtube_dl/extractor/streamcz.py youtube_dl/extractor/streetvoice.py diff --git a/pkg/youtube-dl/src b/pkg/youtube-dl/src -Subproject 0de9fd24dc8723c78a90cb546e4a05818304521 +Subproject b568561eba6f4aceb87419e21aba11567c5de7d diff --git a/pkg/youtube-dl/ver b/pkg/youtube-dl/ver index 6ab412b3..b237d247 100644 --- a/pkg/youtube-dl/ver +++ b/pkg/youtube-dl/ver @@ -1 +1 @@ -2019.11.22 r0 +2019.11.28 r0 |
