]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/compat/_legacy.py
[dependencies] Create module with all dependency imports
[yt-dlp.git] / yt_dlp / compat / _legacy.py
index f185b7e2fb8a2c20d40956f0c88019b4d320b747..ce24760e5fd811d4d4f62b9250c063c77f1c94a5 100644 (file)
@@ -17,6 +17,9 @@
 from .asyncio import run as compat_asyncio_run  # noqa: F401
 from .re import Pattern as compat_Pattern  # noqa: F401
 from .re import match as compat_Match  # noqa: F401
+from ..dependencies import Cryptodome_AES as compat_pycrypto_AES  # noqa: F401
+from ..dependencies import brotli as compat_brotli  # noqa: F401
+from ..dependencies import websockets as compat_websockets  # noqa: F401
 
 
 # compat_ctypes_WINFUNCTYPE = ctypes.WINFUNCTYPE