aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-12-02 01:38:35 +0800
committerJesús <heckyel@hyperbola.info>2022-12-02 01:38:35 +0800
commitfe2d664900911541dad930b790bf55531fb07630 (patch)
tree7081bf9022863cb3f8b87f1e777006d489ca9bdc
parentb77587b6ecc7ca7f7deaa89feabae35962ef529a (diff)
downloadhypervideo-pre-fe2d664900911541dad930b790bf55531fb07630.tar.lz
hypervideo-pre-fe2d664900911541dad930b790bf55531fb07630.tar.xz
hypervideo-pre-fe2d664900911541dad930b790bf55531fb07630.zip
remove detect_variant
-rw-r--r--yt_dlp/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/options.py b/yt_dlp/options.py
index 6138167e4..003892233 100644
--- a/yt_dlp/options.py
+++ b/yt_dlp/options.py
@@ -169,7 +169,7 @@ class _YoutubeDLOptionParser(optparse.OptionParser):
def __init__(self):
super().__init__(
- prog='yt-dlp' if detect_variant() == 'source' else None,
+ prog='yt-dlp',
version=__version__,
usage='%prog [OPTIONS] URL [URL...]',
epilog='See full documentation at https://github.com/yt-dlp/yt-dlp#readme',