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

10 lines
179 B
Nix
Raw Normal View History

2024-11-20 17:47:07 -06:00
{
settings = {
embed-thumbnail = true;
embed-subs = true;
sub-langs = "english";
downloader = "aria2c";
downloader-args = "aria2c:'-c -x8 -s8 -k1M'";
};
}