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.
youtube-dl updating on windows 10 #20831
Comments
|
Most likely you have several instances of youtube-dl in |
|
There's only one instance of youtube-dl in path. I figured out how to update youtube--dl though, go to youtube-dl's installation directory, right-click it and select properties, security, and give all group or user names all permissions, then open the directory, right-click on youtube-dl and select compatibility, and check run this program as administrator, then open a cmd prompt in youtube-dl's installation directory by pressing and holding shift and right-clicking anywhere in the white space in that folder, and select open command window here, then type youtube-dl --update and youtube-dl will update properly, but to run other commands such as youtube-dl --version, you need to uncheck run this program as administrator. However, you never used to need to do all that to update youtube-dl. Simply adding it to the environment variables path list in system properties, opening a cmd prompt window from any folder, then typing youtube-dl --update used to be able to update it properly. Now it doesn't update properly on windows 7 or 10. It would be great if you could fix it so that it updates properly, and easily. Other than that, it's a great program. Thanks. |
|
Hi, is there a way to merge all of these similar service requests: "#20831", "#20832", "#20887", and "#20888" into one service request? You provided me with the "--format "best[ext=mp4][height<=720]" command to use to download and convert files as 720p mp4 a while ago when I wanted help with that, because I didn't know which command to use. Everything was working fine and youtube-dl was able to download videos properly and convert them in that format until recently. Can you please tell me what command to use for youtube-dl to download videos in 720p (in this case, in the available 720x480 resolution), and mux the available streams using ffmpeg into an mp4 file? So far, I've only found out how to get youtube-dl to download the videos in the correct 720x480 available resolution, but it saves them as mkv files, and I want to find out how to get it to use ffmpeg to convert them to mp4 files. I'd really appreciate it, since the faq is very confusting for average computer users. Youtube-dl is a very good program by the way, once people know how to use it. Thank you. |
Hi. When typing "youtube-dl --update" in a cmd or powershell window in windows 10 to update it, it gives an error message that says "The system cannot find the file specified.", and even though it says "Updated youtube-dl to version 2019.04.24.", you can tell that it isn't updated, because if you type "youtube-dl --version", it says "2018.12.03. I've already added youtube-dl's program path to the environment variables path list in windows 10's system properties, so do you know why it isn't updating and how to get it to update properly? When I try and update it the same way with my windows 7 computer, it updates properly. Thanks.