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

41
yt-dlp_video.conf Normal file
View File

@ -0,0 +1,41 @@
# best video and audio
-f bestvideo+bestaudio
# Thumbnail
--write-thumbnail
--embed-thumbnail
# Add chapters
--embed-chapters
# Embed info json
--write-info-json
--embed-info-json
# Metadata
--embed-metadata
# Description
--write-description
# Subtitles
--sub-langs en.*
--write-subs
--embed-subs
# Concurrent download of fragments
--concurrent-fragments 8
# Cache
--cache-dir /tmp/yt-dlp/cache
# Cookies
--cookies /mnt/youtube/cookies.txt
# Merge downloaded video and audio into a mkv file
--merge-output-format mkv
# Chill out
--sleep-requests 1.25
--min-sleep-interval 60
--max-sleep-interval 90