diff options
author | Jesús <heckyel@hyperbola.info> | 2022-12-02 01:38:35 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-12-02 01:38:35 +0800 |
commit | fe2d664900911541dad930b790bf55531fb07630 (patch) | |
tree | 7081bf9022863cb3f8b87f1e777006d489ca9bdc | |
parent | b77587b6ecc7ca7f7deaa89feabae35962ef529a (diff) | |
download | hypervideo-pre-fe2d664900911541dad930b790bf55531fb07630.tar.lz hypervideo-pre-fe2d664900911541dad930b790bf55531fb07630.tar.xz hypervideo-pre-fe2d664900911541dad930b790bf55531fb07630.zip |
remove detect_variant
-rw-r--r-- | yt_dlp/options.py | 2 |
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', |