You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to know if it is possible to download multiple link from one builder asynchronously. I read the documentation and the code and I didn't found any clue for doing that...
Thanks in advance !
The text was updated successfully, but these errors were encountered:
Hello, no, this is not supported by the API at the moment. Would the advantage be that you just need one yt-dlp/youtube-dl process to download multiple files? Because if that's not a problem, you could just use multiple builders and run them in parallel with something like future::join_all
Hello, no, this is not supported by the API at the moment. Would the advantage be that you just need one yt-dlp/youtube-dl process to download multiple files? Because if that's not a problem, you could just use multiple builders and run them in parallel with something like future::join_all
Yeah thats what I basically did, here's a snippet:
Hi !
I wanted to know if it is possible to download multiple link from one builder asynchronously. I read the documentation and the code and I didn't found any clue for doing that...
Thanks in advance !
The text was updated successfully, but these errors were encountered: