From bc722d1df449d2158f02ea696555851a3535cfa0 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 25 May 2025 20:47:19 +0200 Subject: [PATCH] home/mpv: remove yt-dlp args --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 5ad057f..d75e912 100644 --- a/home/home.nix +++ b/home/home.nix @@ -88,7 +88,7 @@ in ao = "pipewire"; osd-bar = "no"; border = "no"; - script-opts-set = "ytdl_hook-ytdl_path=yt-dlp,sponsorblock-local_database=no,sponsorblock-skip_categories=[sponsor,intro,selfpromo]"; + script-opts-set = ""; ytdl-format = "bestvideo[height<=?1080]+bestaudio/best"; };