Skip to content

Commit

Permalink
fix: bump yt-dlp 2024.08.06
Browse files Browse the repository at this point in the history
This keeps up with a breaking change within youtube that made yt-dlp download m4a instead of opus files.
  • Loading branch information
mgoltzsche committed Aug 25, 2024
1 parent dfa003a commit 7c47245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-plugins
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN set -eux; \
beets-ytimport==1.9.0 \
beets-autogenre==0.5.0 \
ytmusicapi==1.7.5 \
yt-dlp==2024.07.16; \
yt-dlp==2024.08.06; \
apk del --purge $BUILD_DEPS

ENV BEETSDIR=/data/beets \
Expand Down

0 comments on commit 7c47245

Please sign in to comment.