From c0b9a859eec18c225e5b85509e30d49e81b1f326 Mon Sep 17 00:00:00 2001 From: fiso64 Date: Mon, 2 Sep 2024 09:28:38 +0200 Subject: [PATCH] commit --- README.md | 50 ++-- slsk-batchdl/Config.cs | 439 ++++++++++++++-------------- slsk-batchdl/Data.cs | 4 +- slsk-batchdl/Download.cs | 20 +- slsk-batchdl/Extractors/Bandcamp.cs | 6 +- slsk-batchdl/Extractors/Csv.cs | 6 +- slsk-batchdl/Extractors/List.cs | 12 +- slsk-batchdl/Extractors/Spotify.cs | 22 +- slsk-batchdl/Extractors/String.cs | 4 +- slsk-batchdl/Extractors/YouTube.cs | 8 +- slsk-batchdl/FileConditions.cs | 131 +++++---- slsk-batchdl/FileManager.cs | 32 +- slsk-batchdl/FileSkipper.cs | 2 +- slsk-batchdl/Help.cs | 13 +- slsk-batchdl/M3uEditor.cs | 7 +- slsk-batchdl/Printing.cs | 29 +- slsk-batchdl/Program.cs | 188 ++++++------ slsk-batchdl/Search.cs | 153 +++++----- slsk-batchdl/Test.cs | 133 +++++---- slsk-batchdl/Utils.cs | 11 +- 20 files changed, 677 insertions(+), 593 deletions(-) diff --git a/README.md b/README.md index eeaf708..2fbe42b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ See the [examples](#examples-1). - [Spotify](#spotify) - [Bandcamp](#bandcamp) - [Search string](#search-string) + - [List](#list) - [Download modes](#download-modes) - [Normal](#normal) - [Album](#album) @@ -51,7 +52,7 @@ Usage: sldl [OPTIONS] --profile Configuration profile(s) to use. See --help "config". --concurrent-downloads Max concurrent downloads (default: 2) --m3u