initial commit
This commit is contained in:
41
yt-dlp_video.conf
Normal file
41
yt-dlp_video.conf
Normal 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
|
Reference in New Issue
Block a user