aria2p
aria2p copied to clipboard
Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
**Describe the bug** if you download a link (has some progress for example 50%) than get error or failed retry them with `r` or `R` than aria2p save them as...
**Is your feature request related to a problem? Please describe.** For control, some aspect of aria2p need to change config with scripts like this issue #112. It is hard or...
**Is your feature request related to a problem? Please describe.** GID is not good for first column (not informative), I prefer change the order of column **Describe the solution you'd...
Hi! First of all, thanks for creating this project. I need to run `aria2c` as a daemon and `aria2p` in the same Python script so it's self-contained. I was doing...
Would be useful a lot to open a file with a keystroke and even perfect to make shell custom commands binded to a key.
This might be something more specific to aria2c but i was wondering if it was possible to pass headers/cookies to an aria2p download? Having trouble figuring out.
log: File /mnt/sdb1/download//abc.mkv exists, but a control file(*.aria2) does not exist. Download was canceled in order to prevent your file from being truncated to 0. If you are sure to...
Thanks for this project, it looks super useful for integrating into another project that I maintain. One thing that would help a lot is to support a configuration file that...
We should be able to change the output directory of a download, even if it was already started and active.
Between the complexity, the flakiness and the bad perf of the tests, I think we should get rid of the actual aria2c instances in the test suite. We should simply...