diff --git a/download.html b/download.html index 9a009b27b..230ab26bd 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.

-

2013.09.24.2 (sig)

+

2013.09.29 (sig)

- Windows exe (sig - 0c55aa061ecf0f2fd82ba2ddd75de5d42708547c2ba6245fc7ee1684b9e1fa76)
- Full source + docs + binary tarball (sig - 0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708) + Windows exe (sig - c737e70f6ac91a23b670c25324e17c92326e145f5c5e67e46c415cde02721813)
+ Full source + docs + binary tarball (sig - 07eac71230aeff01b4513f695ff1b5a32f014aa1bb6db6e80dd8c38ee1ec8335)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.09.24.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.09.29/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/2013.09.24.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.09.29/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.09.24.2/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/2013.09.29/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 07d5caf86..bd628103f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.09.24.2 \ No newline at end of file +2013.09.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 57d465c32..bb90a6c5c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-09-24T21:58:13.819567 + 2013-09-29T14:43:37.397419 youtube-dl-2012.02.22 @@ -1414,6 +1414,21 @@ 2013-09-24-2 + + youtube-dl-2013.09.29 + New version 2013.09.29 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.09.29/ +
+
+ + The youtube-dl maintainers + + 2013-09-29 +
+ youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index bde2c33ef..340321ffd 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.09.24.2", - "signature": "41d321cc881f41d1618e044b98c6c91364b7118f85d80ec4fa0782ef29d4cadbec667c66978d0f3f4448c693c767bd1e124e9cd73e6c08da359925e84aed9694bf52901b7ae8c9d17c4f031d0478377c8aec1508a10b4315d1e6b1081badcf510b9efac6651e7dcad585e35e9af16fce25234100073c1a4dde7624f1e946a0a0", + "latest": "2013.09.29", + "signature": "941705a08d2cdfc26763698f42614dbb87287ae9d97876e085a939c028aac11ebf7c0fed8a1a8a13ea8992534299736e73fae87a05d5b16fffa5d7805ba10246bf68a01a6d785477f69a582ed0cfbf5fe0582381eab84344fcc65c0677f4bdba4eced26a624aa69e3c775c7b0ad574ca2f2e70928ce41ad2f1dede768f708c4e", "versions": { "2012.02.22": { "bin": [ @@ -1324,6 +1324,20 @@ "0ff095bd09f30c7c77758f6a74feaf163b88b06eefed5b865caedcf4623f7708" ] }, + "2013.09.29": { + "bin": [ + "https://yt-dl.org/downloads/2013.09.29/youtube-dl", + "db05dd8e287926c701cf499b67acfb5f6398b3c9dfe8bc80dcd2266641d80a6b" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.09.29/youtube-dl.exe", + "c737e70f6ac91a23b670c25324e17c92326e145f5c5e67e46c415cde02721813" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.09.29/youtube-dl-2013.09.29.tar.gz", + "07eac71230aeff01b4513f695ff1b5a32f014aa1bb6db6e80dd8c38ee1ec8335" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",