Sign inSign up

phlak/youtube-dl

By phlak

Updated over 4 years ago
Archived

Docker image for youtube-dl

Image
0

2.4K

phlak/youtube-dl repository overview

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.

This project is licensed under the MIT License.

Tag summary

Content type

Image

Digest

Size

45.2 MB

Last updated

over 4 years ago

docker pull phlak/youtube-dl