diff --git a/download.html b/download.html index 9f081969c..353c57389 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.02.16.1 (sig)

+

2015.02.17 (sig)

- Windows exe (sig - 0f36f1d2e60def2f3d40fae7892319dce3210673b498796f4bcdcd99fee20561)
- Full source + docs + binary tarball (sig - 20edea66880bb78c895c8d431e50ff871ee3dd7c7a57cbe24aa8adc4bcc0b118) + Windows exe (sig - d37ea1cce4ad5fd0f157d8a7151c0396c42966f49e8dd72683e4f174cf9fa282)
+ Full source + docs + binary tarball (sig - 862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.16.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.17/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget: -sudo wget https://yt-dl.org/downloads/2015.02.16.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.17/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.16.1/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig
+sudo wget https://yt-dl.org/downloads/2015.02.17/youtube-dl.sig -O youtube-dl.sig
gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl
rm youtube-dl.sig

The following GPG keys will be used to sign the binaries and the git tags:

diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 476e55416..0f3d1b89d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.16.1 \ No newline at end of file +2015.02.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3818c5917..00d6650bf 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2015-02-16T15:49:29.380926Z + 2015-02-17T17:30:58.914807Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7700,4 +7700,19 @@ 2015-02-16T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.17 + New version 2015.02.17 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.17/ +
+
+ + The youtube-dl maintainers + + 2015-02-17T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ed0e36a6c..411c29602 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.16.1", - "signature": "674544fee47cf48d46eb999c90a1939780b78f65d74aa04951c7f12457721eda5107175f5fa9646c13f70244ae649b5a2a4752a320eda6f80cd05ad62e171d842c760171453bdcf6edb852e6941924fac5f5306bf4c5735f2de7cf789ce975f4fde616cfbb018d535a0462d9a80f3448731cbc3cb26f54be42427746eff8a350", + "latest": "2015.02.17", + "signature": "1f2c781a09e6e751053b9599c8af51e5b230e1e9955bdce88d58d297b2d2d4bfd7a25f41e6f760fa9412d841d7050dfcdbc53d87bcf4b9012221da0e0a1454a9750c789f29cf5490ca1e22c7e488dd758fb519c8ebb7afece56d264c76c94df40807714756651c36af936b349ddd0ca471531983fb9a8764dbb75c83e074d8f2", "versions": { "2012.02.22": { "bin": [ @@ -7189,6 +7189,20 @@ "https://yt-dl.org/downloads/2015.02.16.1/youtube-dl-2015.02.16.1.tar.gz", "20edea66880bb78c895c8d431e50ff871ee3dd7c7a57cbe24aa8adc4bcc0b118" ] + }, + "2015.02.17": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.17/youtube-dl", + "a73e2610451b3798f76cbc0b3ec6aadc18c8f857326c23581f39fb68b5f66d00" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.17/youtube-dl.exe", + "d37ea1cce4ad5fd0f157d8a7151c0396c42966f49e8dd72683e4f174cf9fa282" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.17/youtube-dl-2015.02.17.tar.gz", + "862da68cf535fc99c4b10ad39cca1aa4164bb6835451782c578ca3f0afb1d452" + ] } } } \ No newline at end of file