alpine:edge-based dockerization of yt-dlp, the command-line media download utility with support for
10K+
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.
The following shell function can assist in running this image interactively:
youtubedl() {
docker run \
--rm \
--interactive \
--tty \
--volume "$(pwd):/work" \
"backplane/youtube-dl" \
"$@"
}
Content type
Image
Digest
sha256:2c1cdccd9…
Size
175.8 MB
Last updated
about 19 hours ago
docker pull backplane/youtube-dl