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.
[Cosmetics] Updating youtube-dl.exe #5810
Comments
Still the same:
Or do I have to wait for yet another update to see any changes? Hasn't this issue been fixed with a commit, like every other issue? |
|
@pargitejas's issue is slightly different. He/She is missing the prompt, and I guess he/she needs an extra Enter. Your issue is not solved yet, and I'll try to have a look these days. |
While updating youtube-dl the temporary youtube-dl-updater.bat performs this task:
Now for some reason the move-command (or something else?) causes a new commandprompt to appear, followed by the final echo + a new linefeed:
You'd always have to press ENTER for the commandprompt to appear again.
When I save the temporary bat-file and run it localy on a dummy youtube-dl.exe.new and youtube-dl.exe.new it performs as expected:
The final echo is displayed and the commandprompt appears again.
This behaviour is a but confusing, especially in batchscripts where I use youtube-dl.exe. Is this normal?