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

8 lines
149 B
Nix
Raw Normal View History

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