March 7, 20197 yr https://github.com/JustinAiken/unRaid-Youtube-DL The meat of it is this command, then some wrappers around it to make it easy to list out vids/channels/playlists you want docker run -it --rm \ --name=youtube-dl \ -v "$YOUTUBE_DIR:/src" \ wernight/youtube-dl \ -v \ --all-subs \ --embed-subs \ --add-metadata \ --ignore-errors \ --playlist-start 1 \ -f bestvideo+bestaudio \ -o "$path" \ --download-archive /src/archive.txt \ "$youtube_url" || echo "Download failed :/"
Archived
This topic is now archived and is closed to further replies.