Full-featured, non-root, yt-dlp container image with all dependencies and features.
5.6K
Run yt-dlp inside a container.
Full-featured, non-root, yt-dlp container image with all dependencies and features, including custom patched ffmpeg and ffprobe builds by yt-dlp team.
yt-dlp is published to PyPi.ffmpeg and ffprobe builds by the yt-dlp teamyt-dlp-ejsdenocertifibrotliwebsocketsrequestscurl-cffimutagenAtomicParsleyxattrpycryptodomexThis image can be used with Docker and Podman. You will need one of these installed.
docker run --rm -u $(id -u):$(id -g) -v $(pwd):/storage fhfa/yt-dlp [OPTIONS] URL [URL...]
podman run --rm --userns keep-id -v $(pwd):/storage docker.io/fhfa/yt-dlp [OPTIONS] URL [URL...]
You can omit the entire command input by specifying an alias in your shell of choice. The following line can be added to the end of your .bash_aliases, .bashrc or .zshrc. Afterwards you can simply use yt-dlp [OPTIONS] URL [URL...] from your shell.
alias yt-dlp='docker run --rm -u $(id -u):$(id -g) -v $(pwd):/storage fhfa/yt-dlp'
alias yt-dlp='podman run --rm --userns keep-id -v $(pwd):/storage docker.io/fhfa/yt-dlp'
Check the version of FFmepg
docker run --rm --entrypoint '' fhfa/yt-dlp ffmpeg -version | head -n 1
podman run --rm --entrypoint '' docker.io/fhfa/yt-dlp ffmpeg -version | head -n 1
Launch a shell
docker run -it --rm --entrypoint '' fhfa/yt-dlp sh
podman run -it --rm --entrypoint '' docker.io/fhfa/yt-dlp sh
Check our issue tracker for open issues or create new ones for any problems or feature requests. You can also clone this repository solve issues or implement new features and submit a pull request.
By contributing to this project, you agree that your contributions will be licensed under Apache License 2.0.
Without the work from the people behind yt-dlp and ffmpeg, this container image wouldn't have a purpose. Also, this repository was greatly inspired by the works of tnk4on/yt-dlp and kijart/docker-youtube-dl. Show them some 🤍
Content type
Image
Digest
sha256:7612d5b22…
Size
230.5 MB
Last updated
30 days ago
docker pull fhfa/yt-dlp