Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phlak/docker-youtube-dl

Docker image for youtube-dl
https://github.com/phlak/docker-youtube-dl

docker docker-image docker-youtube-dl youtube-api

Last synced: about 2 months ago
JSON representation

Docker image for youtube-dl

Awesome Lists containing this project

README

        

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]

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](https://github.com/PHLAK/docker-youtube-dl/discussions) or reach out on [Twitter](https://twitter.com/PHLAK).

Please report bugs to the [GitHub Issue Tracker](https://github.com/PHLAK/docker-youtube-dl/issues).

Copyright
---------

This project is licensed under the [MIT License](https://github.com/PHLAK/docker-youtube-dl/blob/master/LICENSE).