mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
yt-dlp: allow multiple declarations of the same option
This commit is contained in:
committed by
Robert Helgesson
parent
9ef24320f1
commit
b558d54215
@@ -1,3 +1,5 @@
|
||||
--color stdout:no_color
|
||||
--color stderr:always
|
||||
--downloader aria2c
|
||||
--downloader-args aria2c:'-c -x8 -s8 -k1M'
|
||||
--no-embed-subs
|
||||
|
||||
@@ -8,6 +8,10 @@
|
||||
downloader = "aria2c";
|
||||
downloader-args = "aria2c:'-c -x8 -s8 -k1M'";
|
||||
trim-filenames = 30;
|
||||
color = [
|
||||
"stdout:no_color"
|
||||
"stderr:always"
|
||||
];
|
||||
};
|
||||
extraConfig = ''
|
||||
--config-locations /home/user/.yt-dlp.conf
|
||||
|
||||
Reference in New Issue
Block a user