Switching to yt-dlp
-
As a heads up, the latest version uses yt-dlp by default. Existing installations will continue to use youtube-dl. You can update
/app/data/config.yml
like below to use yt-dlp:# Path to your youtube-dl binary youtubedl: /usr/local/bin/yt-dlp # Path to your python binary python: /usr/bin/python3
Restart the app for changes to take effect.
-
https://github.com/ytdl-org/youtube-dl/issues/30568 has some information on how youtube-dl and yt-dlp are diverging.