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.
Clarification:
'youtube-dl.exe' is placed in a dir. on the path that I have write permissions to.
Let's say I'm in 'C:\SomeDir' and 'youtube-dl.exe' is in 'c:\users\MyProfile\bin' that is on the path.
If I then run:
I get the 'ERROR: no write permissions on youtube-dl' message
Giving the full path on the other hand works fine:
and changing directory to where 'youtube-dl.exe' is placed also works:
This happen with the version '2015.09.03'
I can't check it with latest version ('2015.09.09') as this just tells me that it's up-to-date so it never tries to write to disk.
--henrik