dotfiles/.config/youtube-dl/config

9 lines
453 B
Plaintext
Raw Normal View History

2018-05-15 22:30:13 +02:00
-o %(title)s.%(ext)s
--sub-lang fr,en
--embed-subs
--write-sub
#--hls-prefer-ffmpeg
2018-11-30 22:00:19 +01:00
#--external-downloader axel
#--external-downloader-args "-x 4 -c"
2019-01-21 08:16:41 +01:00
-f "((bestvideo[container=webm][height=1080][fps<=30]/bestvideo[ext=webm][height=1080][fps<=30]/bestvideo[height=1080][fps<=30]/bestvideo[container=webm][height>=?720]/bestvideo[ext=webm][height>=?720]/bestvideop[height>=?720]/bestvideo)+(bestaudio[container=webm]/bestaudio[ext=webm]/bestaudio))/best"