From 4ca781ff0fc63262c1aa1a9ae19e41eaadba0426 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 15 Feb 2025 22:58:27 -0600 Subject: [PATCH] mpv | fix new youtube restiction --- home/gui/mpv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gui/mpv.nix b/home/gui/mpv.nix index dc867b9..6efe40f 100644 --- a/home/gui/mpv.nix +++ b/home/gui/mpv.nix @@ -30,7 +30,7 @@ video-reversal-buffer = "488281KiB"; ytdl = "yes"; ytdl-format = "bestvideo+bestaudio"; - ytdl-raw-options = "no-playlist="; + ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox"; }; profiles = { "protocol.https" = {