diff options
author | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-24 01:21:39 +0530 |
---|---|---|
committer | pukkandan <pukkandan.ytdlp@gmail.com> | 2022-01-24 03:24:23 +0530 |
commit | 88f23a18e0a0f5f18ed167b6a319c54255c5dd13 (patch) | |
tree | c2f10fb8ae0e07e88c84b93b555dbfc8cc2cbc61 /yt_dlp/options.py | |
parent | bb66c24797edd8740a27efb8d77669dbb0e859b7 (diff) |
[docs,cleanup] Fix linter and misc cleanup
Closes #2419
Diffstat (limited to 'yt_dlp/options.py')
-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 df8fb6f63..5622100bb 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -345,7 +345,7 @@ def create_parser(): help=( 'Use the specified HTTP/HTTPS/SOCKS proxy. To enable ' 'SOCKS proxy, specify a proper scheme. For example ' - 'socks5://127.0.0.1:1080/. Pass in an empty string (--proxy "") ' + 'socks5://user:pass@127.0.0.1:1080/. Pass in an empty string (--proxy "") ' 'for direct connection')) network.add_option( '--socket-timeout', |