aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorFlorent <florent.git@zeteo.me>2022-01-09 17:21:45 +0100
committerChocobozzz <chocobozzz@cpy.re>2022-01-10 10:01:43 +0100
commit22c777863088f90c7f3f9df613b42952abab856d (patch)
tree4598391136ce36e8f94cd95604fe4aa80c4bb831 /config/production.yaml.example
parentf332d502d5d6a6c7ab62199c8b45f24e488f48e7 (diff)
downloadPeerTube-22c777863088f90c7f3f9df613b42952abab856d.tar.gz
PeerTube-22c777863088f90c7f3f9df613b42952abab856d.tar.zst
PeerTube-22c777863088f90c7f3f9df613b42952abab856d.zip
Give the ability to define python path for youtube-dl / yt-dlp
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 0ce0b9d0e..893ccc33e 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -454,6 +454,9 @@ import:
454 # yt-dlp is also supported 454 # yt-dlp is also supported
455 name: 'youtube-dl' 455 name: 'youtube-dl'
456 456
457 # Path to the python binary to execute for youtube-dl or yt-dlp
458 python_path: '/usr/bin/python3'
459
457 # IPv6 is very strongly rate-limited on most sites supported by youtube-dl 460 # IPv6 is very strongly rate-limited on most sites supported by youtube-dl
458 force_ipv4: false 461 force_ipv4: false
459 462