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.
Download binary from youtube-dl download page #925
Comments
|
You can now download the latest version from https://yt-dl.org/latest/youtube-dl . I've also added code to make sure that new versions pop up atomically. Although we currently keep all the old versions and expect to do so for the foreseeable future, we do not guarantee to do so forever. |
Hey:
we have a shell script to download the latest binary(unix). We used to do this by wget https://raw.github.com/rg3/youtube-dl/master/youtube-dl and since it's outdated, so we moved to wget http://youtube-dl.org/downloads/2013.06.30/youtube-dl
Questions:
Thanks.