Docker image of youtube-dl.
Repository name in Docker Hub: rayou/youtube-dl
Repository name in Github: rayou/docker-youtube-dl
$ docker build --build-arg VERSION=$YOUTUBEDL_VERSION -t youtube-dl .
# docker build --build-arg VERSION=2018.12.17 -t youtube-dl .
youtube-dl directly$ docker run --rm -it rayou/youtube-dl:latest --help
$ docker run --rm -it --entrypoint=/bin/sh rayou/youtube-dl:latest
/tmp/youtube-dl$ mkdir -p /tmp/youtube-dl && docker run --rm -it -v /tmp/youtube-dl:/tmp/youtube-dl rayou/youtube-dl:latest -o '/tmp/youtube-dl/%(title)s.%(ext)s' https://www.youtube.com/watch?v=video1 https://www.youtube.com/watch?v=video2
PRs are welcome.
Ray Ou - [email protected]
MIT.
Content type
Image
Digest
Size
51.1 MB
Last updated
almost 5 years ago
docker pull rayou/youtube-dl