From fb5948cf79da30cf96520668d231fd0b6956e48b Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 6 Jan 2024 00:07:58 +0100 Subject: [PATCH] [yt-dlp] less bad format sort --- .config/yt-dlp/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index ad7ba2f..cc4ad16 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -1,4 +1,4 @@ --mark-watched --sponsorblock-mark all --extractor-args "youtube:player_client=all" ---format-sort "codec,filesize,fs_approx,height" +--format-sort "height,vcodec,acodec,filesize,fs_approx"