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

22 lines
411 B
Plaintext
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
2021-12-27 16:10:34 +00:00
--downloader aria2c
2022-01-28 21:45:42 +00:00
--downloader-args "aria2c:--max-download-limit=6M --min-split-size=1M --max-connection-per-server=4 --split=4"
2021-12-06 22:35:29 +00:00
# Other
--no-overwrites
--no-call-home