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 = {
|
programs = {
|
||||||
mpv = {
|
mpv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
ytdl = "yes";
|
ytdl = "yes";
|
||||||
ytdl-format = "bestvideo+bestaudio";
|
ytdl-format = "bestvideo+bestaudio";
|
||||||
# Only needed when/if youtube blocks annon access again
|
# 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=";
|
# ytdl-raw-options = "no-playlist=";
|
||||||
};
|
};
|
||||||
profiles = {
|
profiles = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue