Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phlak/docker-youtube-dl
- Owner: PHLAK
- License: mit
- Created: 2017-07-28T02:33:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T23:56:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T10:48:34.848Z (3 months ago)
- Topics: docker, docker-image, docker-youtube-dl, youtube-api
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/phlak/youtube-dl/
- Size: 72.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
docker-youtube-dl
=================
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).