From eb5deb9a5085b1a64f7b656d5592e8c2bd04c349 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 14 May 2025 20:27:37 -0500 Subject: [PATCH] mpv | back to downloading auth'ed --- home/gui/mpv.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/gui/mpv.nix b/home/gui/mpv.nix index 26f4bf7..1a3b5c2 100644 --- a/home/gui/mpv.nix +++ b/home/gui/mpv.nix @@ -30,8 +30,8 @@ ytdl = "yes"; ytdl-format = "bestvideo+bestaudio"; # Only needed when/if youtube blocks annon access again - # ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox"; - ytdl-raw-options = "no-playlist="; + ytdl-raw-options = "no-playlist=,cookies-from-browser=firefox"; + # ytdl-raw-options = "no-playlist="; }; profiles = { "protocol.https" = {