home/gui/mpv | force ytdlp to use IPv4 only
This commit is contained in:
parent
16df0cf636
commit
5331777153
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue