From 4f675a7cac67eb9a5fbeaf00f4b04282e0679eee Mon Sep 17 00:00:00 2001 From: lelgenio Date: Thu, 17 Nov 2022 17:19:31 -0300 Subject: [PATCH] mpv: don't force yt-dlp, as it's the default --- user/mpv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/mpv.nix b/user/mpv.nix index d17d0ad..0412068 100644 --- a/user/mpv.nix +++ b/user/mpv.nix @@ -4,7 +4,7 @@ _: { enable = true; config = { # ytdl-format='best'; - ytdl_path = "yt-dlp"; + # ytdl_path = "yt-dlp"; ytdl-format = "bestvideo[height<=1080][vcodec!=vp9]+bestaudio/best"; ytdl-raw-options = "cookies=~/.cache/cookies-youtube-com.txt,mark-watched=";