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.
Update command returns before completing #16978
Comments
|
That's not possible since youtube-dl.exe is already terminated when this message is printed from a batch file running in background. |
What is the purpose of your issue?
Description of your issue, suggested solution and other information
I have a wrapper script that ensures yt-dl is up to date, which does the following on start (once per week):
I do this because the
--updatecommand returns too soon. Here is the latest example:It would be nice if the yt-dl update command waited until it was done before exiting.
Presumably some forked-off process is finishing the job?
This has been reproducible over many updates. Windows 7 on MINGW64 bash.
Apologies if this is already filed; as you can imagine searching for update issues is rough.