diff options
-rw-r--r-- | yt_dlp/YoutubeDL.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/YoutubeDL.py b/yt_dlp/YoutubeDL.py index 4a7712cb6..613816640 100644 --- a/yt_dlp/YoutubeDL.py +++ b/yt_dlp/YoutubeDL.py @@ -149,7 +149,6 @@ from .postprocessor import ( MoveFilesAfterDownloadPP, _PLUGIN_CLASSES as plugin_postprocessors ) -from .update import detect_variant from .version import __version__ if compat_os_name == 'nt': @@ -3277,7 +3276,6 @@ class YoutubeDL(object): write_debug = lambda msg: self._write_string(f'[debug] {msg}') write_string(encoding_str, encoding=None) - source = detect_variant() write_debug('yt-dlp version %s%s\n' % (__version__, '' if source == 'unknown' else f' ({source})')) if _LAZY_LOADER: write_debug('Lazy loading extractors enabled\n') |