dotfiles/home/modules/yt-dlp/config/settings.nix
2024-11-20 18:57:43 -06:00

9 lines
179 B
Nix

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