1
0
Fork 0
dotfiles/config/yt-dlp/config
2021-12-27 17:10:34 +01:00

21 lines
300 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
# Other
--no-overwrites
--no-call-home