youtube-dl-docker

Dockerized http://rg3.github.io/youtube-dl/

MIT License

Stars
5

Yet another attempt to create a Dockerized version of youtube-dl.

Usage

Run the following:

docker run -it --rm -v "$(pwd):/data" shihanng/youtube-dl-docker:latest [OPTIONS] URL [URL...]

where [OPTIONS] URL [URL...] are the arguments that we will be passing to youtube-dl. The resulting video files will be downloaded the current directory as specified at the above $(pwd).