Sign inSign up

jbergknoff/youtube-dl

By jbergknoff

Updated about 6 years ago

Image
11

100K+

jbergknoff/youtube-dl repository overview

youtube-dl

Environment for running youtube-dl in docker.

  • built on top of alpine base image
  • includes ffmpeg in order to allow youtube-dl stitch together high quality videos, which are generally served as separate audio and video tracks
  • youtube-dl is the entrypoint of the image
  • 124 MB
Example usage:

Download 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

Tag summary

Content type

Image

Digest

sha256:efc79bd5d

Size

35.4 MB

Last updated

about 6 years ago

docker pull jbergknoff/youtube-dl