From dac3d2d5d58299207e556437071bdd3c8ab86c55 Mon Sep 17 00:00:00 2001 From: MatthewBraun Date: Sat, 24 Nov 2018 20:16:41 -0600 Subject: [PATCH] Added Proxy username:password to example Simple example of where to add username & password to the proxy url. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35c3de512..81f07888b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo --proxy URL 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 + socks5://username:password@127.0.0.1:1080/. Pass in an empty string (--proxy "") for direct connection --socket-timeout SECONDS Time to wait before giving up, in seconds --source-address IP Client-side IP address to bind to @@ -455,6 +455,7 @@ For example, with the following configuration file youtube-dl will always extrac --no-mtime # Use this proxy +#--proxy socks5://username:password@hostname:port/ --proxy 127.0.0.1:3128 # Save all videos under Movies directory in your home directory