docker pull ghcr.io/sashkab/docker-youtube-dl/docker-youtube-dl:latest
Add alias into your .bash_profile
or .zshrc
files:
alias yt='docker run --rm -u $(id -u):$(id -g) -v $PWD:/downloads -t ghcr.io/sashkab/docker-youtube-dl/docker-youtube-dl:latest'
Add a schedule to update via crontab:
0 1 * * 0 docker pull ghcr.io/sashkab/docker-youtube-dl/docker-youtube-dl:latest