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 +++ 1 file changed, 3 insertions(+) (limited to 'config/default.yaml') 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 -- cgit v1.2.3