aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--youtube_dl/compat.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/compat.py b/youtube_dl/compat.py
index de9ba2c14..8b4d0287c 100644
--- a/youtube_dl/compat.py
+++ b/youtube_dl/compat.py
@@ -451,7 +451,9 @@ __all__ = [
'compat_subprocess_get_DEVNULL',
'compat_urllib_error',
'compat_urllib_parse',
+ 'compat_urllib_parse_asciire',
'compat_urllib_parse_unquote',
+ 'compat_urllib_parse_unquote_to_bytes',
'compat_urllib_parse_urlparse',
'compat_urllib_request',
'compat_urlparse',