1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2025-02-16 17:07:54 +01:00

Added Proxy username:password to example

Simple example of where to add username & password to the proxy url.
This commit is contained in:
MatthewBraun 2018-11-24 20:16:41 -06:00 committed by GitHub
parent d19600df07
commit dac3d2d5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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