Sign inSign up

rayou/youtube-dl

By rayou

•Updated almost 5 years ago

Docker image of youtube-dl.

Image
3

8.7K

rayou/youtube-dl repository overview

⁠docker-youtube-dl

Docker image of youtube-dl⁠.

Repository name in Docker Hub: rayou/youtube-dl⁠

Repository name in Github: rayou/docker-youtube-dl⁠

⁠Build

$ docker build --build-arg VERSION=$YOUTUBEDL_VERSION -t youtube-dl .
# docker build --build-arg VERSION=2018.12.17 -t youtube-dl .

⁠Usage

⁠Run youtube-dl directly
$ docker run --rm -it rayou/youtube-dl:latest --help
⁠Run shell
$ docker run --rm -it --entrypoint=/bin/sh rayou/youtube-dl:latest
⁠Download youtube videos in /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

⁠Documentation

⁠Contributing

PRs are welcome.

⁠Author

Ray Ou - [email protected]⁠

⁠Donation

⁠License

MIT.

Tag summary

Content type

Image

Digest

Size

51.1 MB

Last updated

almost 5 years ago

docker pull rayou/youtube-dl