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.
Async ytsearch5 #21671
Async ytsearch5 #21671
Comments
|
|
|
@dstftw Hello, thanks for your response. |
Checklist
Question
Hello, I would like to know if is possible to make
youtube-dl ytsearch5:"searchQuery" --get-idto run in async manner because I only want an info list about those videos(no ffmpeg).For now, it takes up to 7 seconds to retrieve info about 5 videos instead of to do 5 simultaneous request.
Thanks in advance