wernight / docker-youtube-dl

Dockerized youtube-dl based on Alpine Linux.
https://hub.docker.com/r/wernight/youtube-dl/
Apache License 2.0
80 stars 35 forks source link

Supported tags and respective Dockerfile links

What is youtube-dl?

youtube-dl is a command-line program to download videos from YouTube.com and other video sites.

How to use this image

$ docker run --rm --user $UID:$GID -v $PWD:/downloads wernight/youtube-dl \
      <video_url>

Note: The entrypoint is set to youtube-dl, so do not put youtube-dl again as argument.

Features of this image

User Feedback

Having more issues? Report a bug on GitHub.