Implement Disc folders (#679)

* Add disc subdirectories

* Smoother recovery on broken config
This commit is contained in:
Nathan Thomas 2024-05-14 15:18:58 -07:00 committed by GitHub
parent 527b52cae2
commit 22d6a9b137
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 30 additions and 15 deletions

View file

@ -43,6 +43,7 @@ def test_sample_config_data_fields(sample_config_data):
downloads=DownloadsConfig(
folder="test_folder",
source_subdirectories=False,
disc_subdirectories=True,
concurrency=True,
max_connections=6,
requests_per_minute=60,