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.
Checklist
Description
I use youtube-dl in one of my c++ project, which is basically a GUI to play music from youtube. I wish if i was able to run youtube-dl in idle mode, where main process after starting youtube-dl could stay opened there to take more request.
Currently youtube-dl takes a request to process it, and need a new instance of process to have another request as i investigated using it. It can take tasks in batch but will need a new process to take another batch.
A suggestion how it could be implemented:
Youtube-dl take tasks and provide result with the index of task it processed.
Example:
youtube-dl --idle {[url]s}Result: