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

Extract URL links contained within a JSON or plist format #5

Closed docash59 closed 9 years ago

docash59 commented 10 years ago

Is it possible for the manager to extract URL links contained within a JSON or plist format, so the manager lists the available download links from the JSON or plist?

mzeeshanid commented 10 years ago

NO, currently this download manager needs direct URL link. You have to parse the URL links from the JSON or Plist and then you can start new download task. Thank You