rgreinho / trauma

Tokio Rust Asynchronous Universal download MAnager
MIT License
127 stars 10 forks source link

Async continuation #83

Open musicformellons opened 7 months ago

musicformellons commented 7 months ago

Help request

After downloading multiple files among which zipped ones, I would like to proceed as soon as these are download with unzipping them. How would be done using trauma?

rgreinho commented 3 months ago

Trauma just handles the downloads, not any action that would happen after that.

However, Trauma provides a summary of the downloaded files at the end of the process. You can iterate through the results, and when you encounter a zip file, unzip it.