Environment for running youtube-dl in docker.
1.8K
Environment for running youtube-dl in docker.
alpine base imageffmpeg in order to allow youtube-dl stitch together high quality videos, which are generally served as separate audio and video tracksyoutube-dl is the entrypoint of the imageDownload a video:
$ docker run -it --rm -w "/src" -v "$(pwd):/src" zhenkyle/docker-youtube-dl \
-f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]' \
-o video.mp4 \
https://www.youtube.com/watch?v=ZWuNf4gxwuM
Content type
Image
Digest
Size
33.9 MB
Last updated
over 10 years ago
docker pull zhenkyle/docker-youtube-dl