mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 05:43:07 +08:00
Update doc include SOCKS proxy auth syntax
This commit is contained in:
parent
6d0630d880
commit
e8d637759a
@ -95,8 +95,11 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
|||||||
--proxy URL Use the specified HTTP/HTTPS/SOCKS proxy.
|
--proxy URL Use the specified HTTP/HTTPS/SOCKS proxy.
|
||||||
To enable experimental SOCKS proxy, specify
|
To enable experimental SOCKS proxy, specify
|
||||||
a proper scheme. For example
|
a proper scheme. For example
|
||||||
socks5://127.0.0.1:1080/. Pass in an empty
|
socks5://hostname:port/ or
|
||||||
string (--proxy "") for direct connection
|
socks5://username:password@hostname:port/
|
||||||
|
for username and password authentication.
|
||||||
|
Pass in an empty string (--proxy "") for
|
||||||
|
direct connection
|
||||||
--socket-timeout SECONDS Time to wait before giving up, in seconds
|
--socket-timeout SECONDS Time to wait before giving up, in seconds
|
||||||
--source-address IP Client-side IP address to bind to
|
--source-address IP Client-side IP address to bind to
|
||||||
-4, --force-ipv4 Make all connections via IPv4
|
-4, --force-ipv4 Make all connections via IPv4
|
||||||
|
Loading…
Reference in New Issue
Block a user