From badf7aba844967c5d13e01079c12df758715167a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 27 Sep 2026 12:37:52 +0200 Subject: ... --- user-profiles/yt-dlp.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'user-profiles') diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index d611e5a4..cdb36c6d 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix @@ -7,16 +7,16 @@ cookies-from-browser = "firefox::none"; mark-watched = true; format = lib.concatStringsSep "/" [ - "bestvideo*[width<=2560][height<=1440][fps<=60][vcodec!*=av01][width>=1920]+bestaudio" - "best[width<=2560][height<=1440][fps<=60][vcodec!*=av01][width>=1920]" - "bestvideo*[vcodec!*=av01][width>=1920]+bestaudio" - "best[vcodec!*=av01][width>=1920]" - "bestvideo*[width<=2560][height<=1440][fps<=60][vcodec!*=av01][height>=1080]+bestaudio" - "best[width<=2560][height<=1440][fps<=60][vcodec!*=av01][height>=1080]" - "bestvideo*[vcodec!*=av01][height>=1080]+bestaudio" - "best[vcodec!*=av01][height>=1080]" - "bestvideo*[width<=2560][height<=1440][fps<=60]+bestaudio" - "best[width<=2560][height<=1440][fps<=60]" + "bestvideo*[width<=2880][height<=1920][fps<=120][width>=1920]+bestaudio" + "best[width<=2880][height<=1920][fps<=120][width>=1920]" + "bestvideo*[width>=1920]+bestaudio" + "best[width>=1920]" + "bestvideo*[width<=2880][height<=1920][fps<=120][height>=1080]+bestaudio" + "best[width<=2880][height<=1920][fps<=120][height>=1080]" + "bestvideo*[height>=1080]+bestaudio" + "best[height>=1080]" + "bestvideo*[width<=2880][height<=1920][fps<=120]+bestaudio" + "best[width<=2880][height<=1920][fps<=120]" "bestvideo*+bestaudio" "best" ]; -- cgit v1.2.3