From cb0349940ba28fef1aa5f52c17262e360408a600 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 17 Apr 2025 13:45:03 -0500 Subject: [PATCH] mpv | youtube re-enabled annon watching --- home/gui/mpv.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/gui/mpv.nix b/home/gui/mpv.nix index 971278e..f8fd061 100644 --- a/home/gui/mpv.nix +++ b/home/gui/mpv.nix @@ -30,7 +30,9 @@ video-reversal-buffer = "488281KiB"; ytdl = "yes"; ytdl-format = "bestvideo+bestaudio"; - ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox"; + # Only needed when/if youtube blocks annon access again + # ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox"; + ytdl-raw-options = "no-playlist="; }; profiles = { "protocol.https" = {