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.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/user-profiles/yt-dlp.nix b/user-profiles/yt-dlp.nix
index 7d2a1082..550d6a78 100644
--- a/user-profiles/yt-dlp.nix
+++ b/user-profiles/yt-dlp.nix
@@ -12,7 +12,10 @@
12 "bestvideo*+bestaudio" 12 "bestvideo*+bestaudio"
13 "best" 13 "best"
14 ]; 14 ];
15 sub-langs = "all,-live_chat,-rechat"; 15 embed-subs = true;
16 # write-subs = true;
17 # write-auto-subs = true;
18 sub-langs = "en(-(gb|us|orig))?,de(-(de|orig))?,-live_chat,-rechat";
16 prefer-free-formats = true; 19 prefer-free-formats = true;
17 embed-metadata = true; 20 embed-metadata = true;
18 # downloader = "${pkgs.axel}/bin/axel"; 21 # downloader = "${pkgs.axel}/bin/axel";