yt-dlp: allow multiple declarations of the same option
This commit is contained in:
parent
9ef24320f1
commit
b558d54215
3 changed files with 28 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue