yt-dlp: allow multiple declarations of the same option

This commit is contained in:
Aguirre Matteo
2026-01-02 13:20:25 -03:00
committed by Robert Helgesson
parent 9ef24320f1
commit b558d54215
3 changed files with 28 additions and 9 deletions

View File

@@ -1,3 +1,5 @@
--color stdout:no_color
--color stderr:always
--downloader aria2c
--downloader-args aria2c:'-c -x8 -s8 -k1M'
--no-embed-subs

View File

@@ -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