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.
Can --update be used in the same command line when downloading a video? #20570
Comments
|
Solutions is not to run further commands until update is complete. |
|
Hmm.. Not much of a solution. I've looked a bit deeper at this page: https://ytdl-org.github.io/youtube-dl/download.html Is there a reason it can't be in a 'latest' folder similar to the unix versions? |
Before submitting an issue make sure you have:
What is the purpose of your issue?
Using windows 7 running from a batch file
Can --update be used in the same command line when downloading a video or does it have to be run as a separate command?
I've tried:
&
Used another batch file to
calltwo separate batch files each containing one of the above lines.Used
start /waitoption for each line.This is the output every time:
It downloads but doesn't delete
youtube-dl.exe.newThe second command to download the video doesn't wait & appears to lock the update process.Is there a solution?