1
0
Fork 0
dotfiles/config/yt-dlp/config
2021-12-06 23:35:29 +01:00

21 lines
384 B
Text

# 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