mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Changes as per second PR review
This commit is contained in:
@@ -141,7 +141,7 @@ optional arguments:
|
||||
-ll {INFO,WARNING,ERROR,DEBUG}, --log-level {INFO,WARNING,ERROR,DEBUG}
|
||||
set log verbosity (default: INFO)
|
||||
-c CONFIG_FILE_PATH --config CONFIG_FILE_PATH
|
||||
path to custom config.yml file
|
||||
Replace with custom config.yml file (default: None)
|
||||
```
|
||||
|
||||
#### Download by Name
|
||||
@@ -265,7 +265,7 @@ Also note that config options are overridden by command-line arguments.
|
||||
|
||||
#### Specify the Custom Config File Path
|
||||
|
||||
If you want to use custom `config.yml` instead of default one, you can use `-c`/`--config` option.
|
||||
If you want to use custom `.yml` configuration instead of the default one, you can use `-c`/`--config` option.
|
||||
E.g. `$ python3 spotdl.py -s "adele hello" -c "/home/user/customConfig.yml"`
|
||||
|
||||
## [Docker Image](https://hub.docker.com/r/ritiek/spotify-downloader/)
|
||||
|
||||
Reference in New Issue
Block a user