From: Jan Kratochvil Date: Mon, 14 Jun 2021 08:29:22 +0000 (+0200) Subject: youtube-dl: +av1, +<=4k X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=78e59c0c29e22bce25041a61cc5e2ce9fc4707f7 youtube-dl: +av1, +<=4k --- diff --git a/.config/youtube-dl/config b/.config/youtube-dl/config index 5868515..2e810ae 100644 --- a/.config/youtube-dl/config +++ b/.config/youtube-dl/config @@ -1 +1 @@ ---restrict-filenames -f bestvideo[ext=webm]+bestaudio[ext=webm]/bestvideo+bestaudio/best +--restrict-filenames -f bestvideo[vcodec^=av01][height<=?2160]+bestaudio[acodec^=opus]/bestvideo[ext=webm][height<=?2160]+bestaudio[ext=webm]/bestvideo[height<=?2160]+bestaudio/best[height<=?2160]