From 8a551339cbfaf106ac7d6f1ca5230196be539167 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 8 Sep 2025 20:00:22 +0200 Subject: ... --- user-profiles/yt-dlp.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'user-profiles') diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index f59a71b9..9e30bba8 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix @@ -11,6 +11,10 @@ "best[width<=2560][height<=1440][fps<=60][vcodec!*=av01][vcodec!*=avc1]" "bestvideo*[vcodec!*=av01][vcodec!*=avc1]+bestaudio" "best[vcodec!*=av01][vcodec!*=avc1]" + "bestvideo*[width<=2560][height<=1440][fps<=60]+bestaudio" + "best[width<=2560][height<=1440][fps<=60]" + "bestvideo*+bestaudio" + "best" ]; embed-subs = true; embed-thumbnail = true; -- cgit v1.2.3