# Uses best audio -f bestaudio # Extracts the audio --extract-audio # Uses best quality --audio-quality 0 # opus is the best you can get from youtube --audio-format opus # Concurrent download of fragments --concurrent-fragments 8 # Cache --cache-dir /tmp/yt-dlp/cache # Cookies --cookies /mnt/youtube/cookies.txt # Chill out --sleep-requests 1.25 --min-sleep-interval 60 --max-sleep-interval 90