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.
Python application integration #218
Comments
|
You can simply read from |
Firstly ive seen #217 and looking forward to API-ification.
In the meantime, im using subprocess to call youtube-dl, but am curious on how my code can get the download progress.
Im running it like so
Here after the first line, it executes youtube-dl, only when it finishes the download, the next line is executed with the shell output. Is there a way I can regularly poll the subprocess for the latest shell output so my application can know what the progress is?
I understand this has more to do with subprocess than youtube-dl, but i figured some users may have already figured it out.