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 67b6adcb..89a26990 100644
--- a/user-profiles/yt-dlp.nix
+++ b/user-profiles/yt-dlp.nix
@@ -6,8 +6,8 @@
6 --netrc 6 --netrc
7 --mark-watched 7 --mark-watched
8 --format ${lib.concatStringsSep "/" [ 8 --format ${lib.concatStringsSep "/" [
9 "bestvideo[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]" 9 "bestvideo[width<=3840][height<=2160][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]"
10 "best[width<=2560][height<=1440][fps<=60][protocol!=http_dash_segments]" 10 "best[width<=3840][height<=2160][fps<=60][protocol!=http_dash_segments]"
11 "best[protocol!=http_dash_segments]" 11 "best[protocol!=http_dash_segments]"
12 ]} 12 ]}
13 --sub-langs all,-live_chat 13 --sub-langs all,-live_chat