Python wrapper of axel, a light command line download accelerator
axel-wrapper
depends on axel
, so you must install axel
before python-axel
sudo apt-get install axel
sudo pacman -S axel
pip install axel-wrapper
from axel import axel
# Download http://someurl/file.zip with 500 parallel connection
file_path = axel('http://someurl/file.zip', num_connections=500)