diff --git a/download.html b/download.html index 4847cbf00..de527fa4a 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.10.26.1 (sig)

+

2014.10.26.2 (sig)

- Windows exe (sig - c604e36ca1697f52aff28ae99f2fe9a31c19da8168dc41b6b435fd7c625b71aa)
- Full source + docs + binary tarball (sig - dc44550aecd8d5326dca784d0fd7e5b93b0cebdc58d641bd27e674e26d059e26) + Windows exe (sig - 75fcda0d064af8d0cdffc4620f338bb256a45cb2eb6d8a230c0dda93adfef14a)
+ Full source + docs + binary tarball (sig - 8f1ce592916d2a5d673cda5cb8e652ed105c77c00a051fa67c116e3cc1733056)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.10.26.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.10.26.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.10.26.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.10.26.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.10.26.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.10.26.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 e07067f4b..2b2267750 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.10.26.1 \ No newline at end of file +2014.10.26.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index accebb325..5993e432c 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-10-26T21:07:43.911295Z + 2014-10-26T21:52:20.677380Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6110,4 +6110,19 @@ 2014-10-26T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.26.2 + New version 2014.10.26.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.10.26.2/ +
+
+ + The youtube-dl maintainers + + 2014-10-26T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5bd479740..b7350042a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.10.26.1", - "signature": "002c8030066a1558266ff6e2de8ff306dd21d2479a1c263c8662dd2bf3ac26e5c055da11ddf0889fea1338d60514b244d0e2e17dfffce69de5c5ae59a7b4c61f0976b2f8898611b2e34251102402e466c85bd515186d83477e6687638641bc32ba7e44e4fbcafc68247991e82516c0aa3a53be627d78928c9459a312b7aa51b6", + "latest": "2014.10.26.2", + "signature": "7c88941c90a7881cc934bf771e16f6c5ea411523ca72f3ae0df3dad350261abce6202ea58debd7a6f6dd31384541e171bc9730334691e49dfcb170b3df59a34fefcd47b9d57aa9008373db0c417b9d6947127dfcdf8ceeb07280d20c9ad83370f2fdef10f06f0b66704f9491360e0b47339d8d74beaba463aebcc8bf383baad8", "versions": { "2012.02.22": { "bin": [ @@ -5705,6 +5705,20 @@ "https://yt-dl.org/downloads/2014.10.26.1/youtube-dl-2014.10.26.1.tar.gz", "dc44550aecd8d5326dca784d0fd7e5b93b0cebdc58d641bd27e674e26d059e26" ] + }, + "2014.10.26.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.10.26.2/youtube-dl", + "2e5c4b2f9a7bf4412dcce0b9f6b75191937074de0be812757beabb0114a88a07" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.10.26.2/youtube-dl.exe", + "75fcda0d064af8d0cdffc4620f338bb256a45cb2eb6d8a230c0dda93adfef14a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.10.26.2/youtube-dl-2014.10.26.2.tar.gz", + "8f1ce592916d2a5d673cda5cb8e652ed105c77c00a051fa67c116e3cc1733056" + ] } } } \ No newline at end of file