From d2e2b60b82fef7d6add8e3f356d5d69c9fffb241 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 18 Sep 2022 18:21:28 +0200 Subject: [PATCH] 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'