From 5353a43945f1ae1e78fb9f2afd374b8d6cb430f1 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 9 Dec 2018 10:39:31 +0100 Subject: [PATCH] Add back webm - FIXME: prefer-free-formats in /etc/youtube-dl.conf does not seem to work. --- .config/youtube-dl/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config index ce0622d..5868515 100644 --- a/.config/youtube-dl/config +++ b/.config/youtube-dl/config @@ -1 +1 @@ ---restrict-filenames +--restrict-filenames -f bestvideo[ext=webm]+bestaudio[ext=webm]/bestvideo+bestaudio/best -- 1.8.3.1