From 22c777863088f90c7f3f9df613b42952abab856d Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 9 Jan 2022 17:21:45 +0100 Subject: Give the ability to define python path for youtube-dl / yt-dlp --- config/default.yaml | 3 +++ config/production.yaml.example | 3 +++ 2 files changed, 6 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index e254c2c28..2b0419535 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -446,6 +446,9 @@ import: # yt-dlp is also supported name: 'youtube-dl' + # Path to the python binary to execute for youtube-dl or yt-dlp + python_path: '/usr/bin/python3' + # IPv6 is very strongly rate-limited on most sites supported by youtube-dl force_ipv4: false 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: # yt-dlp is also supported name: 'youtube-dl' + # Path to the python binary to execute for youtube-dl or yt-dlp + python_path: '/usr/bin/python3' + # IPv6 is very strongly rate-limited on most sites supported by youtube-dl force_ipv4: false -- cgit v1.2.3