Docker image for youtube-dl client.
docker run -it --rm -v "${PWD}:/vol/output phlak/youtube-dl" [options] <url>
For convinience you may add the following bash alias. This will allow you to run
youtube-dl
from the command line without all the docker fluff.
alias youtube-dl='docker run -it --rm -v "${PWD}:/vol/output" phlak/youtube-dl'
For general help and support join our GitHub Discussions or reach out on Twitter.
Please report bugs to the GitHub Issue Tracker.
This project is licensed under the MIT License.