Python based File Downloader.
It makes use of Python's Multiprocessing features to make sure
you get your file downloaded, faster than other downloaders.
- Requirements
Python Requests
- Installing requests
pip install requests
should do installation of Python Requests
-
Cloning the repo in your $HOME
git clone https://github.com/phenomenal-ab/PyDownloader.git $HOME
-
Make an alias to the program in your BASHRC like
alias pydm='python3 $HOME/PyDownloader/main.py' # Considering you cloned the repository in your $HOME
You need to pass 2 Arguments to the PyDownloader thing
First: Download Link (preferably in quotes) Second: File Name (preferably in double quotes)