Parallel downloading for iso`s.
The current implementation of iso_download(download_file), is slow and it shows no progress as its downloaded.
Not able to know is its being downloaded or not or checking how much is left, is annoying, sure i can estimate it by hopping over to network usage tools.
Proposed solution
Implement a parallel download function or use external tool like axel [https://github.com/axel-download-accelerator/axel] or use threading for parallel downloading using chunks and use tqdm
Parallel downloading for iso`s.
The current implementation of iso_download(download_file), is slow and it shows no progress as its downloaded.
Not able to know is its being downloaded or not or checking how much is left, is annoying, sure i can estimate it by hopping over to network usage tools.
Proposed solution
Implement a parallel download function or use external tool like axel [https://github.com/axel-download-accelerator/axel] or use threading for parallel downloading using chunks and use tqdm