jaedb / Iris

Discover, explore and manage your music library across multiple sources with this beautiful web-based interface. Iris is a Mopidy frontend extension.
Apache License 2.0
1.13k stars 131 forks source link

fix(docker): replace youtube_dl for yt-dlp #927

Closed PureTryOut closed 5 months ago

PureTryOut commented 11 months ago

youtube_dl has been on low maintenance for quite a while and is actually broken for Youtube currently. yt-dlp is the actively maintained fork and should be used instead.

Closes #924