Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download binary from youtube-dl download page #925

Closed
towerjoo opened this issue Jun 25, 2013 · 1 comment
Closed

Download binary from youtube-dl download page #925

towerjoo opened this issue Jun 25, 2013 · 1 comment

Comments

@towerjoo
Copy link

@towerjoo towerjoo commented Jun 25, 2013

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:

  1. is this safe to download from http://youtube-dl.org/downloads/2013.06.30/youtube-dl even when you guys upload a new version?
  2. what's the best practice to download the latest one? I guess the url will change later and we need to change our script respectively but we shouldn't, how to do it in a better way?

Thanks.

phihag added a commit that referenced this issue Jun 25, 2013
phihag added a commit that referenced this issue Jun 25, 2013
@phihag
Copy link
Contributor

@phihag phihag commented Jun 25, 2013

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.

@phihag phihag closed this Jun 25, 2013
@jaimeMF jaimeMF mentioned this issue Jul 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.