initial commit

This commit is contained in:
2025-05-27 00:15:12 +02:00
commit dfcdfa24ce
7 changed files with 204 additions and 0 deletions

25
yt-dlp_audio.conf Normal file
View File

@ -0,0 +1,25 @@
# 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