Skip to content

ngolatka/yt-dlp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Usage example

Bash alias:

alias yt-dlp='export USER_ID=$(id -u) && export GROUP_ID=$(id -g) && docker compose -f /path/to/repo/yt-dlp-docker/docker-compose.yml run --rm app'

The user ID and group ID are applied to the downloaded file.

Build and update yt-dlp

docker compose build

By default, yt-dlp will be updated to the nightly channel. You can override this with the build arg CHANNEL.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published