]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/external.py
[docs,cleanup] Add deprecation warning in docs
[yt-dlp.git] / yt_dlp / downloader / external.py
index 025eb38cb62d2e91ea47332e749d5d0e900dc4c7..9c1229cf6f318f6a10277aae4db260e534dcd227 100644 (file)
@@ -7,11 +7,9 @@
 import time
 
 from .fragment import FragmentFD
-from ..aes import aes_cbc_decrypt_bytes
 from ..compat import (
     compat_setenv,
     compat_str,
-    compat_struct_pack,
 )
 from ..postprocessor.ffmpeg import FFmpegPostProcessor, EXT_TO_OUT_FORMATS
 from ..utils import (
@@ -25,7 +23,6 @@
     check_executable,
     is_outdated_version,
     process_communicate_or_kill,
-    sanitized_Request,
     sanitize_open,
 )