Add ability to choose downloader via config

This commit is contained in:
rlaphoenix
2023-05-12 06:42:33 +01:00
parent b92708ef45
commit cb82febb7c
7 changed files with 33 additions and 13 deletions

View File

@@ -128,6 +128,15 @@ AMZN:
bitrate: CVBR
```
## downloader (str)
Choose what software to use to download data throughout Devine where needed.
Options:
- `aria2c` (default) - https://github.com/aria2/aria2
- `saldl` - https://github.com/saldl/saldl
## headers (dict)
Case-Insensitive dictionary of headers that all Services begin their Request Session state with.