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 -v "$(pwd):/src" jbergknoff/youtube-dl \
-f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]' \
-o /src/video.mp4 \
https://www.youtube.com/watch?v=ZWuNf4gxwuM
Content type
Image
Digest
sha256:efc79bd5d…
Size
35.4 MB
Last updated
about 6 years ago
docker pull jbergknoff/youtube-dl