Hi.
Could you please implement the autoparser for the manually entered arguments?
Currently, when a user wants to add, e.g., --downloader aria2c --downloader m3u8,dash:native -N 8, they are forced to enter it one by one:
--downloader ->
Enter ->
aria2c ->
Enter ->
--downloader ->
Enter ->
m3u8,dash:native ->
Enter ->
-N ->
Enter ->
8 ->
Enter
Phew, what a relief...
It would be much more convenient if the app will parse the entire input itself.