-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
There seems to be some websites that are less likely to just give you a straight direct download link and they play a lot around the expirey time + mirrors (source forge)
Describe the solution you'd like
A clear and concise description of what you want to happen.
A proper and an easy solution would be to expose in the GUI the ability to add more than one mirror to the same download, googling around i found out that motrix is built on Aria2, which allows to do that through
aria2c -c -x16 -s16 -k1M \ "https://mirror1.dl.sourceforge.net/project/.../file.zip" \ "https://mirror2.dl.sourceforge.net/project/.../file.zip"
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I'm not sure this applies to my feature request.
Additional context
Add any other context or screenshots about the feature request here.
It seems to be a GUI enhancement.