From ff4f64f3e076865e30cd553c544a41ed0b92051a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 1 Dec 2021 15:45:04 +0100 Subject: yt-dlp: 4k --- 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 67b6adcb..89a26990 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix @@ -6,8 +6,8 @@ --netrc --mark-watched --format ${lib.concatStringsSep "/" [ - "bestvideo[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]" - "best[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]" + "bestvideo[width<=3840][height<=2160][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]" + "best[width<=3840][height<=2160][fps<=60][protocol!=http_dash_segments]" "best[protocol!=http_dash_segments]" ]} --sub-langs all,-live_chat -- cgit v1.2.3