kevva / download

Download and extract files
MIT License
1.28k stars 200 forks source link

Support multi-threaded downloads #201

Open Richienb opened 4 years ago

Richienb commented 4 years ago

This would be useful when downloading large files and is already a strategy used by Chrome in which it creates .crdownload files.

Prior art: https://github.com/FaisalUmair/mt-files-downloader

// @sindresorhus

Richienb commented 4 years ago

I made an implementation of multipart downloading that we can base changes off: https://github.com/Richienb/multipart-get