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.
Unable to Get YTDL to Update #2445
Comments
|
It looks like you're running these commands too fast, in some kind of loop. First of all, run
to make sure no instance of youtube-dl.exe is running anymore.
and wait 10 seconds. Does that work for you? |
|
Does not seem to work C:\Downloads>taskkill /F /IM youtube-dl.exe C:\Downloads>youtube-dl -U C:\Downloads>youtube-dl --version |
|
Wait, How long did you wait after the second command? Do you have some kind of firewall running? Which version of Windows are you using? |
|
I get C:\Downloads>icacls C:\Downloads Successfully processed 1 files; Failed processing 0 files Windows 8.1 64 bit I waited about 15 seconds. Windows firewall. |
|
Sometimes it says it updated but when you check the version afterwards it is still the old one. C:\Downloads>youtube-dl -U C:\Downloads>Waiting for file handle to be closed ... C:\Downloads>youtube-dl --version |
I do not seam to be able to get YTDL to update.
C:\Downloads>youtube-dl -U
Updating to version 2014.02.22.1 ...
C:\Downloads>echo ERRORLEVEL is 0
ERRORLEVEL is 0
C:\Downloads>if 0 NEQ 0 goto loop0
C:\Downloads>youtube-dl --version
Waiting for file handle to be closed ...
2014.02.10