dotfiles/.config/youtube-dl/config

11 lines
455 B
Plaintext

#-o "%(playlist_index)s.%(title)s.mkv"
-o "%(title)s.mkv"
--merge-output-format mkv
--sub-lang fr,en
--embed-subs
--write-sub
-i
#--hls-prefer-ffmpeg
#--external-downloader aria2c
-f "((bestvideo[container=webm][height=1080]/bestvideo[ext=webm][height=1080]/bestvideo[height=1080]/bestvideo[container=webm][height>=?720]/bestvideo[ext=webm][height>=?720]/bestvideo[height>=?720]/bestvideo)+(bestaudio[container=webm]/bestaudio[ext=webm]/bestaudio))/best"