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

How can we download multiple files simultaneously? #44

Open
mohamedrafi-rapid opened this issue Jul 21, 2022 · 1 comment
Open

How can we download multiple files simultaneously? #44

mohamedrafi-rapid opened this issue Jul 21, 2022 · 1 comment

Comments

@mohamedrafi-rapid
Copy link

Please help to download multiple files simultaneously

@neekeetab
Copy link
Owner

Just create multiple instances of CachingPlayerItem – one per each url, and call .download() on all of them. Note that CachingPlayerItem only gives you the Data objects via a delegate, it's up to you to implement saving these files on disk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants