dotfiles/.config/youtube-dl/config

9 lines
426 B
Plaintext
Raw Normal View History

2019-06-13 20:12:29 +02:00
-o %(title)s.%(ext)s
2018-05-15 22:30:13 +02:00
--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-04-19 22:18:25 +02:00
-f "((bestvideo[container=webm][height=1080]/bestvideo[ext=webm][height=1080]/bestvideo[height=1080]/bestvideo[container=webm][height>=?720]/bestvideo[ext=webm][height>=?720]/bestvideop[height>=?720]/bestvideo)+(bestaudio[container=webm]/bestaudio[ext=webm]/bestaudio))/best"