tusharmath / Multi-threaded-downloader

A http file downloader made in nodejs
MIT License
194 stars 90 forks source link

download m4a file has issue in windows #188

Open benhaben opened 7 years ago

benhaben commented 7 years ago

i use mtd in windows to download m4a music. but the file md5 check failure. image

image

ghost commented 5 years ago

This issue is crippling my project... The MD5 checks are not matching...

agnijalam commented 4 years ago

@benhaben , did you find any solution for this .. I too facing the same issue intermittently with any file formats.. I added retry mechanism to re download the file from where it left( in the file remaining is file) .. but looking for a better approach.