Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async continuation #83

Open
musicformellons opened this issue Jan 29, 2024 · 1 comment
Open

Async continuation #83

musicformellons opened this issue Jan 29, 2024 · 1 comment
Labels
feedback/question Further information is requested

Comments

@musicformellons
Copy link

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?

@musicformellons musicformellons added the feedback/question Further information is requested label Jan 29, 2024
@rgreinho
Copy link
Owner

rgreinho commented Jun 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback/question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants