Skip to content

PHLAK/docker-youtube-dl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.