Add help to youtube-dl proxies config

This commit is contained in:
Chocobozzz 2024-09-18 15:22:11 +02:00
parent 018a675ac2
commit e03dfa6c82
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 0 deletions

View File

@ -822,6 +822,7 @@ import:
# 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
# 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:
# - "https://username:password@example.com:8888"

View File

@ -832,6 +832,7 @@ import:
# 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
# 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:
# - "https://username:password@example.com:8888"