From e63a197299004ff998aa2cb11f5726110e9c2214 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 29 Jul 2023 21:32:54 +0200 Subject: [PATCH] home/mps: use yt-dlp instead of youtube-dl --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index b242209..8927366 100644 --- a/home/home.nix +++ b/home/home.nix @@ -56,7 +56,7 @@ in { hwdec = "auto"; vo = "gpu-next"; ao = "pipewire"; - script-opts-set = "sponsorblock-local_database=no,sponsorblock-skip_categories=[sponsor,intro,selfpromo]"; + script-opts-set = "ytdl_hook-ytdl_path=yt-dlp,sponsorblock-local_database=no,sponsorblock-skip_categories=[sponsor,intro,selfpromo]"; ytdl-format = "bestvideo[height<=?1080]+bestaudio/best"; };