mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-28 00:20:43 +02:00
youtube-dl: Update to 2020.03.01
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
+1
-1
Submodule pkg/youtube-dl/src updated: 117ba9e9df...669625a32c
+1
-1
@@ -1 +1 @@
|
||||
2020.02.16 r0
|
||||
2020.03.01 r0
|
||||
|
||||
Reference in New Issue
Block a user