From 540c845c939d82fa53c67754adfe56c948d28209 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 1 Dec 2021 15:50:25 +0100 Subject: yt-dlp: ... --- user-profiles/yt-dlp.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'user-profiles') diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index 89a26990..288bba14 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix @@ -6,11 +6,13 @@ --netrc --mark-watched --format ${lib.concatStringsSep "/" [ - "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]" + "bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio" + "best[width<=3840][height<=2160][fps<=60]" + "best" ]} --sub-langs all,-live_chat + --prefer-free-formats + --embed-metadata ''; }; } -- cgit v1.2.3