Change default downloader from aria2c to requests

This is to reduce the amount of required dependencies by not strictly requiring aria2c out of the box. You can always change the downloader back to aria2c in the config.
This commit is contained in:
rlaphoenix
2024-01-23 09:47:33 +00:00
parent 5e858e1259
commit 6450d4d447
3 changed files with 4 additions and 4 deletions

View File

@@ -153,8 +153,8 @@ Choose what software to use to download data throughout Devine where needed.
Options:
- `aria2c` (default) - https://github.com/aria2/aria2
- `requests` - https://github.com/psf/requests
- `requests` (default) - https://github.com/psf/requests
- `aria2c` - https://github.com/aria2/aria2
- `curl_impersonate` - https://github.com/yifeikong/curl-impersonate (via https://github.com/yifeikong/curl_cffi)
Note that aria2c can reach the highest speeds as it utilizes threading and more connections than the other