pawamoy / aria2p

Command-line tool and library to interact with an aria2c daemon process with JSON-RPC.
https://pawamoy.github.io/aria2p
ISC License
490 stars 93 forks source link

Aria2c Input File Support #91

Closed jonnieey closed 3 years ago

jonnieey commented 3 years ago

Issue #70

pawamoy commented 3 years ago

Oh, you can also rebase on master to fix the Poetry error in CI.

pawamoy commented 3 years ago

Oh, I almost forgot: could you add tests for this? You can create the tests/data/input_files directory and create some valid and invalid files, then write some tests in test_api.py for split_input_file and/or parse_input_file.

jonnieey commented 3 years ago

Oh, I almost forgot: could you add tests for this? You can create the tests/data/input_files directory and create some valid and invalid files, then write some tests in test_api.py for split_input_file and/or parse_input_file.

Okay. :thumbsup:

jonnieey commented 3 years ago

That's great! Ready to merge?

Okay. :thumbsup: