home/gui/mpv | force ytdlp to use IPv4 only

This commit is contained in:
Don Harper 2025-08-19 22:35:17 -05:00
parent 16df0cf636
commit 5331777153

View file

@ -1,4 +1,4 @@
{ ... }: {
{...}: {
programs = {
mpv = {
enable = true;
@ -30,7 +30,7 @@
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=,cookies-from-browser=firefox,force-ipv4=";
# ytdl-raw-options = "no-playlist=";
};
profiles = {