# Lines starting with # are comments # Always extract audio --extract-audio # Audio format --audio-format mp3 # Download the playlist --yes-playlist # Force filenames to be windows compatable --windows-filenames # Do not overwrite any existing files --no-overwrites --no-post-overwrites # Resume partially downloaded files/fragments --continue # Cache location # --cache-dir "./ytdlp-cache/" # FFMPEG location # --ffmpeg-location "$(pwd)/bin/ffmpeg.exe" # Dont join playlist videos into one file --concat-playlist never # Skip actually downloading, useful for testing # --skip-download # Replace pipes with dash in title --replace-in-metadata "title" "[|]" "-" # Save all videos under playlist directory -o "./download/%(playlist)s/%(playlist_index)s - %(title)s.%(ext)s" # Sponsorblock config --sponsorblock-remove sponsor,selfpromo,preview,music_offtopic # required for sponsorblock --no-check-certificate