Is your feature request related to a problem? Please describe.
I would like to set custom aria rules, and get clarification on existing rules
Describe the solution you'd like
A little help blurb, or even entry on the github readme about using aria2 options
Additional context
I notice when downloads stop, putting in the url and continuing again picks up from where it left off. This implies the -c option, though it's not an aria default according to the man page, so some options aren't default and it would be nice to know what they are.
Additionally, the options to add extra settings are confusing. There is a box that specifically says "leave empty..." Unclear why that's there.
I assume each option needs to be on a new line.
So if I wanted to add max tries of 0 and max connections per server to 5 (for example)
Would it be 2 entries?
Like
-x 5 | Leave empty
-m 0 | Leave empty
or
-x | 5
-m | 0
Or can I do
-x 5 -m 0 | leave empty
This is very confusing, and just a simple guide/example would be really helpful.
[edit]: The same question for youtube-dl, I assume the process is the same?