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

22 lines
411 B
Plaintext

# 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
--downloader aria2c
--downloader-args "aria2c:--max-download-limit=6M --min-split-size=1M --max-connection-per-server=4 --split=4"
# Other
--no-overwrites
--no-call-home