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 youtube-dl in the foreground? #19309
Comments
|
It does not run in background until you tell it to do so. |
|
This is the output:
A PID 22951 is created and I have to press Enter, then it will finish |
|
Hmm, ampersand! You really helped me a lot! Thank you so much!!! |
It seems youtube-dl creates a PID and then runs in the background. But I want it to run directly in the foreground. Any options to stop it running in the background?