PyAnime is a multithreaded download manager, currently it is configured to download anime media files from a source on the internet. It could be modified to download any file, modify the source according to your application. This code is based on the pyloader module for python3 you may check pyloader manual for goodies.
Clone the repository:
$ git clone https://github.com/seedon198/pyanime.git
install the modules :
$ pip3 install lwe-pyloader urllib requests BeautifulSoup
modify the archive_url in the code before executing the program,
$ python3 loader.py
Feel free to use this code :)