dotfiles/modules/home/cli/fun/yt-dlp/config/settings.nix

7 lines
149 B
Nix
Executable file

{
embed-thumbnail = true;
embed-subs = true;
sub-langs = "english";
downloader = "aria2c";
downloader-args = "aria2c:'-c -x8 -s8 -k1M'";
}