diff --git a/download.html b/download.html index 2fdeb87be..fed022244 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.08.16 (sig)

+

2015.08.16.1 (sig)

- Windows exe (sig - 3e047c6fe6f19b1da038708ee4d77ea67d6824d0232a568663cabafaa0ddb4d5)
- Full source + docs + binary tarball (sig - 85ef29e55989bdde8ea1bf9084484288e2acf91bf9c9d2f6ee08380d427712e6) + Windows exe (sig - 3ce5a5518fc9e09547ed12157cf0adc9b032ff747ea471b2b40cad4910783dda)
+ Full source + docs + binary tarball (sig - feaa7b8e4b361cc824e64e0dbe521c3ddc6aab8b417b5491bc2914bfad42e711)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.08.16/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.08.16.1/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /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.08.16/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.08.16.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /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.08.16/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.08.16.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 3365c75e0..69a88bf42 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.08.16 \ No newline at end of file +2015.08.16.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5e9ccaf19..197e9e0f4 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-08-16T01:08:16.164806Z + 2015-08-16T23:52:03.930363Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8420,4 +8420,19 @@ 2015-08-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.16.1 + New version 2015.08.16.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.08.16.1/ +
+
+ + The youtube-dl maintainers + + 2015-08-16T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6285cb0a5..e2037e4f2 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.08.16", - "signature": "12902618308860c00b75ac8af2c12adae9dc58504babb81a07a62501f426539142ed231817ebfb6a2f9aebc9cbd516a83cff337e6ac13c48bf09c6e270af8060ef840e3abc6593e2bbf32fc8cf2d013cbd68254379de503a5c3f9eb1a99b6bc188d264bb6e2192032d585918c6d503cbf3dcb9b7fea4dda5f55cc101a7b07604", + "latest": "2015.08.16.1", + "signature": "1a757f7dca06e0f2bf4aba8dbb6e2dae60b00244192b8b914d46745a81577fc7d64cf27d9b0637668a9f5d00f166177a8229d63289b2b9eb96a5f8e172cbf5c5792da8222b327763889aad9e270db3692ef73c138d994d997f4789582681c66505ffe6653d3d1791b700b004bd83a9df0883a9e9aa01699f604431e7f857869c", "versions": { "2012.02.22": { "bin": [ @@ -7861,6 +7861,20 @@ "https://yt-dl.org/downloads/2015.08.16/youtube-dl-2015.08.16.tar.gz", "85ef29e55989bdde8ea1bf9084484288e2acf91bf9c9d2f6ee08380d427712e6" ] + }, + "2015.08.16.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.08.16.1/youtube-dl", + "7886730b462fb6183fef64da76fdee28317a03174c3b34c6fddb075055170e9e" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.exe", + "3ce5a5518fc9e09547ed12157cf0adc9b032ff747ea471b2b40cad4910783dda" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.08.16.1/youtube-dl-2015.08.16.1.tar.gz", + "feaa7b8e4b361cc824e64e0dbe521c3ddc6aab8b417b5491bc2914bfad42e711" + ] } } } \ No newline at end of file