From f44890804c06ca1e3c41215e72ce5bb49d84a1f1 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 17 Sep 2022 19:24:05 +0200 Subject: [PATCH] Change binary name to yt-dlp --- conf/production.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/production.yaml b/conf/production.yaml index ef9580a..25845a7 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -492,8 +492,7 @@ import: url: 'https://yt-dl.org/downloads/latest/youtube-dl' # youtube-dl binary name - # yt-dlp is also supported - name: 'youtube-dl' + name: 'yt-dlp' # Path to the python binary to execute for youtube-dl or yt-dlp python_path: '/usr/bin/python3'