Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to run multiple youtube-dl request in the same time #10501
Comments
|
Use whatever concurrency capabilities your server/framework provides. |
Hi friends
i have server and the problem is if there is any request to download mp3 by using youtube-dl i can't request any other youtube-dl command until to finish the first one how to fix this problem