The Velocity9 commandline Application will allow you to download files from a specified URL with enhanced speed and concurrency. It utilizes multiple connections, concurrency, and progress tracking to optimize the downloading process.
- Python 3.8
- Dependencies (use
pip install -r requirements.txt
to install them):- tqdm
- urllib3
To use the File Downloader, follow the steps below:
-
Clone the repository or download the
velocity9
folder. -
Open a terminal or command prompt and navigate to the directory containing
main.py
. -
Run the following command to start the download, remember to include the download url:
python main.py start <url>