From f6e341bdbbec0d05a5c20baf79cd1704f6fa3df2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 20 Oct 2024 15:17:35 +0200 Subject: ... --- user-profiles/yt-dlp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user-profiles') diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index e6c28c60..0f0b2204 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix @@ -7,8 +7,8 @@ cookies-from-browser = "firefox::none"; mark-watched = true; format = lib.concatStringsSep "/" [ - "bestvideo*[width<=3840][height<=2160][fps<=60]+bestaudio" - "best[width<=3840][height<=2160][fps<=60]" + "bestvideo*[width<=2560][height<=1440][fps<=60]+bestaudio" + "best[width<=2560][height<=1440][fps<=60]" "bestvideo*+bestaudio" "best" ]; -- cgit v1.2.3