]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/downloader/rtsp.py
[compat] Fix `compat.WINDOWS_VT_MODE`
[yt-dlp.git] / yt_dlp / downloader / rtsp.py
index 26dbd9ef7554dc6f0797d5a774f9080d9cb39c13..e89269fed929b6340c386e42f379f0f9f91e1700 100644 (file)
@@ -2,10 +2,7 @@
 import subprocess
 
 from .common import FileDownloader
-from ..utils import (
-    check_executable,
-    encodeFilename,
-)
+from ..utils import check_executable, encodeFilename
 
 
 class RtspFD(FileDownloader):