mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 04:53:06 +08:00
Update commit message to remove duplicate phrasing of specifying a proper scheme
This commit is contained in:
parent
9943866920
commit
78ea3923fd
@ -204,11 +204,10 @@ def parseOpts(overrideArguments=None):
|
||||
'--proxy', dest='proxy',
|
||||
default=None, metavar='URL',
|
||||
help='Use the specified HTTP/HTTPS/SOCKS proxy. To enable experimental '
|
||||
'SOCKS proxy, specify a proper scheme. a proper scheme. '
|
||||
'For example socks5://hostname:port/ or '
|
||||
'socks5://username:password@hostname:port/ for username and '
|
||||
'password authentication. Pass in an empty string (--proxy "") for '
|
||||
'direct connection.')
|
||||
'SOCKS proxy, specify a proper scheme. For example '
|
||||
'socks5://hostname:port/ or socks5://username:password@hostname:port/ '
|
||||
'for username and password authentication. Pass in an empty string '
|
||||
'(--proxy "") for direct connection.')
|
||||
network.add_option(
|
||||
'--socket-timeout',
|
||||
dest='socket_timeout', type=float, default=None, metavar='SECONDS',
|
||||
|
Loading…
Reference in New Issue
Block a user