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.
youtube-dl runs by default in the background: bug or feature? #17826
Comments
|
It does not run in background by default. |
|
Happy to know you haven't changed the script's behaviour, but have you got any idea of what could be happening in my case then? youtube-dl is the only script behaving this way. |
Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2018.10.05. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I have not been using
youtube-dlfor a while. I got back to it today - on MacOS 10.14, v 2018.10.05 installed through Homebrew - and realised that now it always executes in the background, as if I was adding&to the end of the command line. Is that by design? Is there a way to run in the foreground as in the old days? Thanks.