diff --git a/download.html b/download.html index 1f747ab51..0fc48a94d 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.18 (sig)

+

2015.02.18.1 (sig)

- Windows exe (sig - 5b6dac3bec2c743bc58bfe9e5b59a7ee6c4042727fe8b067762629d8a815d1da)
- Full source + docs + binary tarball (sig - dfb87e4c85845de15f05be8f79164c79756eedc3a39aa01a24d52b97093bcf8a) + Windows exe (sig - ca5759a6fc3527808b341dca361fabc7a81403eb725707b2481ee3ed9912ce0d)
+ Full source + docs + binary tarball (sig - 7eadc97c38a5d37e47a480120d760c416aead9f527107e08832f6dab9da211e3)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.18/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.18.1/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.18/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.18.1/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.18/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.18.1/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 34a160768..a402e2b52 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.18 \ No newline at end of file +2015.02.18.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 74af96682..22cf8f5ee 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-18T00:53:42.707439Z + 2015-02-18T11:03:03.798691Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7745,4 +7745,19 @@ 2015-02-18T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.18.1 + New version 2015.02.18.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.18.1/ +
+
+ + The youtube-dl maintainers + + 2015-02-18T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 95151b399..65c56d1c1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.18", - "signature": "7d0ce8867bd57d6efa57c51dd2d75eaaf6789caae0f38c86170799918c6417f8ba30c68e87f899a1c9e5db00455bd7e1a81af3f85ca8a546e9f5b5b551baade129b5d7fd007c579debf6378204c26f22e75b0cd778c3b8cab647077f1d042f02c76463f6e4767418082045ec08a62febaf3a28306ba210a3b952009b4e3057f8", + "latest": "2015.02.18.1", + "signature": "480e560ca2a65409ffefc485eb8d270879d1f4ef4b77d66389d1b7d1975d1477580c4298837f0da92c026d6fb6994044b8362027c8475069c22fabcbc43ffd42a5afe1213ac85c82f086f91dcf27e751cfb2b9acebb7220a515e7865f7118cec40131692fe996e285edbae423cfc747ce2b2ecb327bd92b3cf2f5086b3d6cc11", "versions": { "2012.02.22": { "bin": [ @@ -7231,6 +7231,20 @@ "https://yt-dl.org/downloads/2015.02.18/youtube-dl-2015.02.18.tar.gz", "dfb87e4c85845de15f05be8f79164c79756eedc3a39aa01a24d52b97093bcf8a" ] + }, + "2015.02.18.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.18.1/youtube-dl", + "7847e8df81331ec8aa91f2321fb033f1404ab7e3d6ec05249ac6860ae7956a76" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.18.1/youtube-dl.exe", + "ca5759a6fc3527808b341dca361fabc7a81403eb725707b2481ee3ed9912ce0d" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.18.1/youtube-dl-2015.02.18.1.tar.gz", + "7eadc97c38a5d37e47a480120d760c416aead9f527107e08832f6dab9da211e3" + ] } } } \ No newline at end of file