summaryrefslogtreecommitdiff
path: root/user-profiles/yt-dlp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user-profiles/yt-dlp.nix')
-rw-r--r--user-profiles/yt-dlp.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix
index 89a26990..288bba14 100644
--- a/user-profiles/yt-dlp.nix
+++ b/user-profiles/yt-dlp.nix
@@ -6,11 +6,13 @@
6 --netrc 6 --netrc
7 --mark-watched 7 --mark-watched
8 --format ${lib.concatStringsSep "/" [ 8 --format ${lib.concatStringsSep "/" [
9 "bestvideo[width<=3840][height<=2160][fps<=60][protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]" 9 "bestvideo[width<=3840][height<=2160][fps<=60]+bestaudio"
10 "best[width<=3840][height<=2160][fps<=60][protocol!=http_dash_segments]" 10 "best[width<=3840][height<=2160][fps<=60]"
11 "best[protocol!=http_dash_segments]" 11 "best"
12 ]} 12 ]}
13 --sub-langs all,-live_chat 13 --sub-langs all,-live_chat
14 --prefer-free-formats
15 --embed-metadata
14 ''; 16 '';
15 }; 17 };
16} 18}