From f44890804c06ca1e3c41215e72ce5bb49d84a1f1 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 17 Sep 2022 19:24:05 +0200 Subject: [PATCH 1/2] 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' From d2e2b60b82fef7d6add8e3f356d5d69c9fffb241 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 18 Sep 2022 18:21:28 +0200 Subject: [PATCH 2/2] Use proper yt-dlp releases url Co-authored-by: fflorent <371705+fflorent@users.noreply.github.com> --- conf/production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/production.yaml b/conf/production.yaml index 25845a7..f24ee09 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -489,7 +489,7 @@ import: # Examples: # * https://api.github.com/repos/ytdl-org/youtube-dl/releases # * https://api.github.com/repos/yt-dlp/yt-dlp/releases - url: 'https://yt-dl.org/downloads/latest/youtube-dl' + url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases' # youtube-dl binary name name: 'yt-dlp'