Add help to youtube-dl proxies config
This commit is contained in:
parent
018a675ac2
commit
e03dfa6c82
2 changed files with 2 additions and 0 deletions
|
@ -822,6 +822,7 @@ import:
|
||||||
# By default PeerTube uses HTTP_PROXY and HTTPS_PROXY environment variables
|
# By default PeerTube uses HTTP_PROXY and HTTPS_PROXY environment variables
|
||||||
# But you can specify custom proxies for youtube-dl because remote websites (like YouTube) may block your server IP address
|
# But you can specify custom proxies for youtube-dl because remote websites (like YouTube) may block your server IP address
|
||||||
# PeerTube will randomly select a proxy from the following list
|
# PeerTube will randomly select a proxy from the following list
|
||||||
|
# You may need to use a standalone youtube-dl binary (see `url` key comment above) to use this feature
|
||||||
proxies:
|
proxies:
|
||||||
# - "https://username:password@example.com:8888"
|
# - "https://username:password@example.com:8888"
|
||||||
|
|
||||||
|
|
|
@ -832,6 +832,7 @@ import:
|
||||||
# By default PeerTube uses HTTP_PROXY and HTTPS_PROXY environment variables
|
# By default PeerTube uses HTTP_PROXY and HTTPS_PROXY environment variables
|
||||||
# But you can specify custom proxies for youtube-dl because remote websites (like YouTube) may block your server IP address
|
# But you can specify custom proxies for youtube-dl because remote websites (like YouTube) may block your server IP address
|
||||||
# PeerTube will randomly select a proxy from the following list
|
# PeerTube will randomly select a proxy from the following list
|
||||||
|
# You may need to use a standalone youtube-dl binary (see `url` key comment above) to use this feature
|
||||||
proxies:
|
proxies:
|
||||||
# - "https://username:password@example.com:8888"
|
# - "https://username:password@example.com:8888"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue