From 64e9e923a1cfe14a384b35b41dc60ee9c069d919 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 26 Dec 2023 10:27:31 +0300 Subject: [PATCH] Prefer AV1 --- youtube-dl/.youtube-dl.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/youtube-dl/.youtube-dl.conf b/youtube-dl/.youtube-dl.conf index d6815b4..8418a52 100644 --- a/youtube-dl/.youtube-dl.conf +++ b/youtube-dl/.youtube-dl.conf @@ -1,5 +1,4 @@ --no-cache-dir --youtube-skip-dash-manifest -#--force-ipv4 --no-playlist ---format best[ext=webm]/bestvideo[ext=webm]+bestaudio[ext=webm]/best +--format bestvideo[vcodec~=av01]+bestaudio[ext=webm]/bestvideo[ext=webm]+bestaudio[ext=webm]/best -- 2.44.0