diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-10-20 15:17:35 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-10-20 15:17:35 +0200 |
commit | f6e341bdbbec0d05a5c20baf79cd1704f6fa3df2 (patch) | |
tree | a6c40d81604a32ccacfa0a9df0616e547b077da2 /user-profiles | |
parent | 53bdb0113d8cd362dc4551296980fe13fe0a5afb (diff) | |
download | nixos-f6e341bdbbec0d05a5c20baf79cd1704f6fa3df2.tar nixos-f6e341bdbbec0d05a5c20baf79cd1704f6fa3df2.tar.gz nixos-f6e341bdbbec0d05a5c20baf79cd1704f6fa3df2.tar.bz2 nixos-f6e341bdbbec0d05a5c20baf79cd1704f6fa3df2.tar.xz nixos-f6e341bdbbec0d05a5c20baf79cd1704f6fa3df2.zip |
...
Diffstat (limited to 'user-profiles')
-rw-r--r-- | user-profiles/yt-dlp.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix index e6c28c60..0f0b2204 100644 --- a/user-profiles/yt-dlp.nix +++ b/user-profiles/yt-dlp.nix | |||
@@ -7,8 +7,8 @@ | |||
7 | cookies-from-browser = "firefox::none"; | 7 | cookies-from-browser = "firefox::none"; |
8 | mark-watched = true; | 8 | mark-watched = true; |
9 | format = lib.concatStringsSep "/" [ | 9 | format = lib.concatStringsSep "/" [ |
10 | "bestvideo*[width<=3840][height<=2160][fps<=60]+bestaudio" | 10 | "bestvideo*[width<=2560][height<=1440][fps<=60]+bestaudio" |
11 | "best[width<=3840][height<=2160][fps<=60]" | 11 | "best[width<=2560][height<=1440][fps<=60]" |
12 | "bestvideo*+bestaudio" | 12 | "bestvideo*+bestaudio" |
13 | "best" | 13 | "best" |
14 | ]; | 14 | ]; |