1
0
Fork 0
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:
Chocobozzz 2024-08-13 10:49:31 +02:00
parent 766f2cb76a
commit 5439a591e0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 43 additions and 22 deletions

View file

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