diff --git a/download.html b/download.html index 4cd9c329e..3c5114d5f 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.29.1 (sig)

+

2014.09.29.2 (sig)

- Windows exe (sig - 8b4a791347e29aa06e05d66a72abd0a265be71d3caeddbaef8f8ee4b3f32f533)
- Full source + docs + binary tarball (sig - bf5ec73d4699e07c895cf201d7fbb28b7562c2b42d081aaafecb64cb96fe515e) + Windows exe (sig - 41dc21fbca28d5c4f465a7546237724399810023e5212d37408376333764b5c1)
+ Full source + docs + binary tarball (sig - 4192ad648e21e8ab1a4e9b4fe130e47623834407737fd40a0197c61fe38b50f1)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.29.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.29.2/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.29.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.29.2/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.29.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/2014.09.29.2/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 a5de6d204..d570afaea 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.29.1 \ No newline at end of file +2014.09.29.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b7bff2da2..4076a49cb 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-29T02:11:17.629544Z + 2014-09-29T04:53:26.038546Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5915,4 +5915,19 @@ 2014-09-29T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.29.2 + New version 2014.09.29.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.09.29.2/ +
+
+ + The youtube-dl maintainers + + 2014-09-29T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5c597ec85..087ac6747 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.29.1", - "signature": "9815d6fda241c1a8c318e3d899a0f5be91acdf4762d535890869ea0f7b83adcd5d8e494a44e13ecf1e38a89f38b306e09ec2cb51bc8c0c8782a67381e77d6706cde167526c6cdda93d0b84c2814ab1d5a66205fea87a6b8d8de328b6b27dfd2527e82a57a4f83ad46e85dc6fcba861e2d4a9458af13977a3042d16c7cd37516d", + "latest": "2014.09.29.2", + "signature": "37f471dceeca3b4cc09ae196871997e90a551f2fb91dd2593d176676cae3010af4fd706264afb36cd8068e848f3f168b48caef53250b5c32244489c6b9ca54c9475dd48e9f696fd7bd1d0a08e5ee7558227a22896005e2124953624be3de4d4ea04ba4466773551719b5c80a95edc79ec9e5be4b6e20a81b138eac0d6369830a", "versions": { "2012.02.22": { "bin": [ @@ -5523,6 +5523,20 @@ "https://yt-dl.org/downloads/2014.09.29.1/youtube-dl-2014.09.29.1.tar.gz", "bf5ec73d4699e07c895cf201d7fbb28b7562c2b42d081aaafecb64cb96fe515e" ] + }, + "2014.09.29.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.29.2/youtube-dl", + "36d169fecb9eb12496b7f175670439c5a8247184ef5ca6493c6f508e1fc2fe97" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.29.2/youtube-dl.exe", + "41dc21fbca28d5c4f465a7546237724399810023e5212d37408376333764b5c1" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.29.2/youtube-dl-2014.09.29.2.tar.gz", + "4192ad648e21e8ab1a4e9b4fe130e47623834407737fd40a0197c61fe38b50f1" + ] } } } \ No newline at end of file