1
0
Fork 0
dotfiles/config/yt-dlp/config

22 lines
384 B
Text
Raw Normal View History

2021-12-06 22:35:29 +00:00
# Add metadata and other things to the video
--add-metadata
--embed-subs
#--embed-thumbnail
--xattrs
# Prefer best mp4 video
-f 'bestvideo+bestaudio/best'
# Subtitles
--write-sub
--sub-format best
--sub-lang en,de
# Download using aria2
#--external-downloader aria2c
#--external-downloader-args "-j 8 -s 8 -x 8 -k 1M --file-allocation none"
# Other
--no-overwrites
--no-call-home