aria2c
python wheel for aria2 static build.
ARIA2C = BIN / 'aria2c.exe' if sys.platform == 'win32' else 'aria2c'
module-attribute
¶
aria2c binary executable file path.
main(argv=None)
¶
Launch aria2c as a subprocess.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
argv |
Optional[Iterable[str]]
|
The command line arguments that will be passed to aria2c.
If |
None
|
Raises:
Type | Description |
---|---|
RuntimeError
|
If aria2c binary not found. |
Returns:
Type | Description |
---|---|
NoReturn
|
Never return, always call |