mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

supporting return file type if url doesn't contain extension like url from google driver, dropbox #55

Open veila opened 6 years ago

veila commented 6 years ago

When I download from dropbox or google driver, file url doesn't contain extension, and no any prefix to I can catch the file type. Pls help