diff --git a/download.html b/download.html index 0232c1771..f78ada085 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2014.09.04 (sig)

+

2014.09.04.1 (sig)

- Windows exe (sig - 5811b2b91c24d25362a7681afa7f48a403be99f7a4ed8ea2029c702e23acb794)
- Full source + docs + binary tarball (sig - 3eb56d2a02be5517de31acdfb3f982fd7f41533d12d00eee3b4ac178f805b39c) + Windows exe (sig - c9754b75c0d1c44c74d30807fa5e57cb17a6465e43730b69e7b83eb706fddc06)
+ Full source + docs + binary tarball (sig - 6843d4dae4146d22a709476d87c2362057a5bd4fa2ad8a46fbefc0e2896ee57f)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.04/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.04.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/2014.09.04/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.04.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/2014.09.04/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/2014.09.04.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 b3e09e45b..9455734e3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.04 \ No newline at end of file +2014.09.04.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0d252ea32..0421e473b 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 - 2014-09-04T01:35:37.417359Z + 2014-09-04T04:55:05.632823Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5615,4 +5615,19 @@ 2014-09-04T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.04.1 + New version 2014.09.04.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.09.04.1/ +
+
+ + The youtube-dl maintainers + + 2014-09-04T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2d20394e0..7e44be786 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.04", - "signature": "9b2e43324335105306274a48f07edc679858ab9b625c98a5cfd4f7f3037d0bd5f7cfaa4f0cb15d1b58a09824fe0895caa3f6596e751c5cecd68b5afcfe65eb723522297f533787d7afa1ad92c938fb2f2d76c9ce0e156638f2bff7ce3fbf929f44c4f54f12b33b9474fc160e9dcc0f75e8b7b7a2a3cf88f9b2804853d35b9deb", + "latest": "2014.09.04.1", + "signature": "27467074a9efbea1777aea98f2f6db44c86993cea3402d3146a43212b27a72bbfb792cddf2f46633c015bd5b20368cb87bff9df7978494f54f3c0d9271a7981ed44093f89f67e6e14b72851cc2a7bc755ce7e75f0b52d7fa3b89d320f59305a0b4262bc827e9e99c91f43dfbd020ca0f6204aec1b8bd0420e375b8a361f94657", "versions": { "2012.02.22": { "bin": [ @@ -5243,6 +5243,20 @@ "https://yt-dl.org/downloads/2014.09.04/youtube-dl-2014.09.04.tar.gz", "3eb56d2a02be5517de31acdfb3f982fd7f41533d12d00eee3b4ac178f805b39c" ] + }, + "2014.09.04.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.04.1/youtube-dl", + "4921ef4a336d5c2c3f516ae5f2fa103100c8f658b6d7ce60bd6dc2d997d9a210" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.04.1/youtube-dl.exe", + "c9754b75c0d1c44c74d30807fa5e57cb17a6465e43730b69e7b83eb706fddc06" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.04.1/youtube-dl-2014.09.04.1.tar.gz", + "6843d4dae4146d22a709476d87c2362057a5bd4fa2ad8a46fbefc0e2896ee57f" + ] } } } \ No newline at end of file