mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 11:43:21 +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',
|
'--proxy', dest='proxy',
|
||||||
default=None, metavar='URL',
|
default=None, metavar='URL',
|
||||||
help='Use the specified HTTP/HTTPS/SOCKS proxy. To enable experimental '
|
help='Use the specified HTTP/HTTPS/SOCKS proxy. To enable experimental '
|
||||||
'SOCKS proxy, specify a proper scheme. a proper scheme. '
|
'SOCKS proxy, specify a proper scheme. For example '
|
||||||
'For example socks5://hostname:port/ or '
|
'socks5://hostname:port/ or socks5://username:password@hostname:port/ '
|
||||||
'socks5://username:password@hostname:port/ for username and '
|
'for username and password authentication. Pass in an empty string '
|
||||||
'password authentication. Pass in an empty string (--proxy "") for '
|
'(--proxy "") for direct connection.')
|
||||||
'direct connection.')
|
|
||||||
network.add_option(
|
network.add_option(
|
||||||
'--socket-timeout',
|
'--socket-timeout',
|
||||||
dest='socket_timeout', type=float, default=None, metavar='SECONDS',
|
dest='socket_timeout', type=float, default=None, metavar='SECONDS',
|
||||||
|
Loading…
Reference in New Issue
Block a user