This image is automatically build with the latest version of yt-dlp (https://github.com/yt-dlp/yt-dlp)
You can put this into the .bashrc for example if you're using linux:
alias dyt-dlp_mp3='docker pull jaume/yt-dlp:latest; docker run --user $UID:$GID --rm -v "$(pwd)":/download jaume/yt-dlp -o "%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" --extract-audio --audio-format mp3 --audio-quality 0 '
Then you can run:
dyt-dlp_mp3 "<Youtube URL>"
alias dyt-dlp_video='docker pull jaume/yt-dlp:latest; docker run --user $UID:$GID --rm -v "$(pwd)":/download jaume/yt-dlp -o "%(uploader)s/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" '
Then you can run:
dyt-dlp_video "<Youtube URL>"
Content type
Image
Digest
sha256:7c4b28e1d…
Size
77.9 MB
Last updated
about 3 years ago
docker pull jaume/yt-dlp