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

invalid version provided in download #770

Closed
arekm opened this issue Apr 1, 2013 · 1 comment
Closed

invalid version provided in download #770

arekm opened this issue Apr 1, 2013 · 1 comment

Comments

@arekm
Copy link

@arekm arekm commented Apr 1, 2013

Downloading 20130329 version:

[arekm@t400 test]$ wget https://github.com/rg3/youtube-dl/raw/2013.03.29/youtube-dl
--2013-04-01 23:22:21-- https://github.com/rg3/youtube-dl/raw/2013.03.29/youtube-dl
Resolving github.com (github.com)... 207.97.227.239
Connecting to github.com (github.com)|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.github.com/rg3/youtube-dl/2013.03.29/youtube-dl [following]
--2013-04-01 23:22:22-- https://raw.github.com/rg3/youtube-dl/2013.03.29/youtube-dl
Resolving raw.github.com (raw.github.com)... 199.27.76.133
Connecting to raw.github.com (raw.github.com)|199.27.76.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 59506 (58K) [text/plain]
Saving to: 'youtube-dl'

100%[===================================================================================================================>] 59,506 259KB/s in 0.2s

2013-04-01 23:22:23 (259 KB/s) - 'youtube-dl' saved [59506/59506]

but we get some old 20130202 version:

[arekm@t400 test]$ python youtube-dl --version
2013.02.02

so two options:

  1. invalid script provided at 20130329 url
  2. release process doesn't contain version in version.py validation and thus allowing for such mistakes
phihag added a commit that referenced this issue Apr 1, 2013
@phihag
Copy link
Contributor

@phihag phihag commented Apr 1, 2013

Oops, we accidentally merged commit 1528d66 , which changed that file. It's only there for legacy purposes, to allow updating from older versions. (If we were to continue to check everything into version control, we'd have a multi-GB repository in a year or so)

The newest release is - as correctly noted on the download page - at http://youtube-dl.org/downloads/2013.03.29/youtube-dl . That one works correctly, at least for me.

How did you find that URL?

@phihag phihag closed this Apr 1, 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.