This is an easy to use Docker Image for youtube-dl
docker build -t youtubedl ./"Container build files"
docker run --rm -t -v "$PWD/output:/home/youtube/output" youtubedl <URL>
- Enter the URL were indicated in the
docker-composefile - Run the bellow command
docker-compose up
Warning: I reccomend running this in tmux