]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/YoutubeDL.py
[cleanup, utils] Split into submodules (#7090)
[yt-dlp.git] / yt_dlp / YoutubeDL.py
index 91aec1fe6e5d843a831f77082dd8a19453591a72..b8f1a05a0954b2fe9de955a196eff3fd6eb53580 100644 (file)
     parse_filesize,
     preferredencoding,
     prepend_extension,
-    register_socks_protocols,
     remove_terminal_sequences,
     render_table,
     replace_extension,
@@ -739,7 +738,6 @@ def check_deprecated(param, option, suggestion):
                 when=when)
 
         self._setup_opener()
-        register_socks_protocols()
 
         def preload_download_archive(fn):
             """Preload the archive, if any is specified"""