diff --git a/conf/production.yaml b/conf/production.yaml index ef9580a..f24ee09 100644 --- a/conf/production.yaml +++ b/conf/production.yaml @@ -489,11 +489,10 @@ 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 - # 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'