summaryrefslogtreecommitdiff
path: root/user-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles')
-rw-r--r--user-profiles/yt-dlp.nix4
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 ];