github fiso64/sldl v2.1.1
2.1.1

latest releases: v2.7.0-dev, v2.6.0, v2.5.0...
23 months ago
  • many shorthands for existing options, see
    {
  • --album-art-only to download just the images for an album
  • yt-dlp options can be configured with --yt-dlp-argument. For the default/usage see

    slsk-batchdl/slsk-batchdl/YouTube.cs

    Lines 479 to 487 in 4a3e8dd

    if (ytdlpArgument == "")
    ytdlpArgument = "\"{id}\" -f bestaudio/best -ci -o \"{savepath-noext}.%(ext)s\" -x";
    startInfo.FileName = "yt-dlp";
    startInfo.Arguments = ytdlpArgument
    .Replace("{id}", id)
    .Replace("{savepath-noext}", savePathNoExt)
    .Replace("{savedir}", Path.GetDirectoryName(savePathNoExt));
  • search improvements / fixes

Don't miss a new sldl release

NewReleases is sending notifications on new releases.