mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-23 03:27:14 -04:00
Implement Disc folders (#679)
* Add disc subdirectories * Smoother recovery on broken config
This commit is contained in:
parent
527b52cae2
commit
22d6a9b137
9 changed files with 30 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue