diff options
author | coletdjnz <coletdjnz@protonmail.com> | 2023-05-21 09:56:23 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-20 21:56:23 +0000 |
commit | 69bec6730ec9d724bcedeab199d9d684d61423ba (patch) | |
tree | 600deb0aa06c57ce0c6341a3b8ea0cd2f96b7a23 /yt_dlp/YoutubeDL.py | |
parent | 23c39a4beadee382060bb47fdaa21316ca707d38 (diff) |
[cleanup, utils] Split into submodules (#7090)
Closes https://github.com/yt-dlp/yt-dlp/pull/2173
Authored by: pukkandan, coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Diffstat (limited to 'yt_dlp/YoutubeDL.py')
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 91aec1fe6..b8f1a05a0 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -124,7 +124,6 @@ from .utils import ( parse_filesize, preferredencoding, prepend_extension, - register_socks_protocols, remove_terminal_sequences, render_table, replace_extension, @@ -739,7 +738,6 @@ class YoutubeDL: when=when) self._setup_opener() - register_socks_protocols() def preload_download_archive(fn): """Preload the archive, if any is specified""" |