mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 01:39:37 +02:00
Add ability to set proxies to youtube-dl
This commit is contained in:
parent
766f2cb76a
commit
5439a591e0
9 changed files with 43 additions and 22 deletions
|
@ -813,6 +813,12 @@ import:
|
|||
# IPv6 is very strongly rate-limited on most sites supported by youtube-dl
|
||||
force_ipv4: false
|
||||
|
||||
# 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
|
||||
proxies:
|
||||
# - "https://username:password@example.com:8888"
|
||||
|
||||
# Magnet URI or torrent file (use classic TCP/UDP/WebSeed to download the file)
|
||||
torrent:
|
||||
# We recommend to only enable magnet URI/torrent import if you trust your users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue