PHLAK / docker-youtube-dl

Docker image for youtube-dl

Home Page:https://hub.docker.com/r/phlak/youtube-dl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-youtube-dl

Join the Community Become a Sponsor One-time Donation
Docker Image Version Docker Pulls License Docker Cloud Build Status

Docker image for youtube-dl client.


Running the Container

docker run -it --rm -v "${PWD}:/vol/output phlak/youtube-dl" [options] <url>

Bash Alias

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'

Troubleshooting

For general help and support join our GitHub Discussions or reach out on Twitter.

Please report bugs to the GitHub Issue Tracker.

Copyright

This project is licensed under the MIT License.

About

Docker image for youtube-dl

https://hub.docker.com/r/phlak/youtube-dl/

License:MIT License


Languages

Language:Dockerfile 78.6%Language:Makefile 21.4%