From f68a00caca20cbc1a96a9a2add59c2037dd29f5a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 27 Nov 2021 18:28:37 +0100 Subject: yt-dlp: ... --- user-profiles/mpv/default.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'user-profiles/mpv/default.nix') diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix index 642eb004..5c4012cb 100644 --- a/user-profiles/mpv/default.nix +++ b/user-profiles/mpv/default.nix @@ -7,15 +7,6 @@ }; config = { ytdl = true; - ytdl-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]" - "best[protocol!=http_dash_segments]" - ]; - ytdl-raw-options = lib.concatStringsSep "," [ - "netrc=" - "mark-watched=" - ]; sub = false; osd-font = "DejaVu Sans"; vo = "gpu"; -- cgit v1.2.3