mpv | recent update broke yt-dlp, switch to using pipx installed version

This commit is contained in:
Don Harper 2025-03-25 22:37:13 -05:00
parent 019f85b76d
commit e99ce68fa2

View file

@ -23,7 +23,7 @@
index = "default";
save-position-on-quit = "yes";
script-opts =
"ytdl_hook-ytdl_path=/etc/profiles/per-user/don/bin/yt-dlp";
"ytdl_hook-ytdl_path=/home/don/.local/bin/yt-dlp";
# scripts=[ pkgs.mpvScripts.autoload ];
slang = "en";
user-agent = "Mozilla/5.0";