From 8c23106b03e1d53b8c19636e806497faf9bd2ddb Mon Sep 17 00:00:00 2001 From: teddy171 Date: Mon, 30 Jan 2023 09:24:04 +0800 Subject: [PATCH] fix: remove unuse method ..utils.format_bytes --- youtube_dl/downloader/external.py | 1 - 1 file changed, 1 deletion(-) diff --git a/youtube_dl/downloader/external.py b/youtube_dl/downloader/external.py index 94286b98e..cf22ef05e 100644 --- a/youtube_dl/downloader/external.py +++ b/youtube_dl/downloader/external.py @@ -19,7 +19,6 @@ from ..utils import ( cli_configuration_args, encodeFilename, encodeArgument, - format_bytes, handle_youtubedl_headers, check_executable, is_outdated_version,