Sign inSign up

jaume/yt-dlp

By jaume

•Updated about 3 years ago

Image
0

1.5K

jaume/yt-dlp repository overview

⁠docker-yt-dlp

CircleCI

This image is automatically build with the latest version of yt-dlp (https://github.com/yt-dlp/yt-dlp⁠)

⁠Alias to download a Single Video, entry or Playlist in mp3 format:

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>"

⁠Download all playlists of YouTube channel/user keeping each playlist in separate directory:

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>"

Tag summary

Content type

Image

Digest

sha256:7c4b28e1d…

Size

77.9 MB

Last updated

about 3 years ago

docker pull jaume/yt-dlp