mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-23 06:35:51 -07:00
mention socks5h in --proxy help
This commit is contained in:
parent
3fedb4a581
commit
37d9267d13
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ def parseOpts(overrideArguments=None):
|
||||||
default=None, metavar='URL',
|
default=None, metavar='URL',
|
||||||
help='Use the specified HTTP/HTTPS/SOCKS proxy. To enable '
|
help='Use the specified HTTP/HTTPS/SOCKS proxy. To enable '
|
||||||
'SOCKS proxy, specify a proper scheme. For example '
|
'SOCKS proxy, specify a proper scheme. For example '
|
||||||
'socks5://127.0.0.1:1080/. Pass in an empty string (--proxy "") '
|
'socks5h://127.0.0.1:1080/. Pass in an empty string (--proxy "") '
|
||||||
'for direct connection')
|
'for direct connection')
|
||||||
network.add_option(
|
network.add_option(
|
||||||
'--socket-timeout',
|
'--socket-timeout',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue