novoda / download-manager

A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures
Apache License 2.0
483 stars 63 forks source link

Provide info about batch directory in DownloadBatchStatus #507

Open jakubvimn opened 5 years ago

jakubvimn commented 5 years ago

Use case: After download a batch, I need to do some post-processing with the files after they are downloaded (e.g. extract a downloaded zip archive to the directory with the rest of downloaded files). Later, when I delete the batch, i want to delete the whole directory (not only the files that were downloaded, but only the ones that I added to the download directory).

Solution: Provide information about batch directory in DownloadBatchStatus