Sign inSign up

backplane/youtube-dl

By backplane

•Updated about 19 hours ago

alpine:edge-based dockerization of yt-dlp, the command-line media download utility with support for

Image
1

10K+

backplane/youtube-dl repository overview

⁠youtube-dl

alpine:edge⁠-based dockerization of yt-dlp⁠, the command-line media download utility with support for about 1000 sites⁠

The source code for this image is hosted on GitHub in the backplane/conex repo⁠.

⁠Usage

⁠Interactive

The following shell function can assist in running this image interactively:


youtubedl() {
  docker run \
    --rm \
    --interactive \
    --tty \
    --volume "$(pwd):/work" \
    "backplane/youtube-dl" \
    "$@"
}

Tag summary

Content type

Image

Digest

sha256:2c1cdccd9…

Size

175.8 MB

Last updated

about 19 hours ago

docker pull backplane/youtube-dl