Files
yt_download/yt-dlp_audio.conf
2025-05-27 00:28:27 +02:00

26 lines
402 B
Plaintext

# 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