diff --git a/download.html b/download.html index 09c1f6210..db2697190 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.12.17.1 (sig)

+

2014.12.17.2 (sig)

- Windows exe (sig - 50a4c10a59ea0d9e11774ee77ea38e474a272f191e1da3e4a576967ddcce8e1a)
- Full source + docs + binary tarball (sig - ae9d4e43aaccf59a05044aa2eac328c1e392bb68d8ccaa2edfeedeb6e4ff302e) + Windows exe (sig - 04c9cc8555807971efc83836496ba44bc0af36a1252b4314141b1a02477bdbd3)
+ Full source + docs + binary tarball (sig - 302cc64b5a283f60a1b34a5ccf0f09964bf64aa29c5996c945065a72016f68fa)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.17.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.17.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.12.17.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.17.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.12.17.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.12.17.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 c70dc8b33..028183b77 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.17.1 \ No newline at end of file +2014.12.17.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 480cc0b89..89b48ea28 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-12-17T11:32:31.053500Z + 2014-12-17T11:42:42.991432Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6950,4 +6950,19 @@ 2014-12-17T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.17.2 + New version 2014.12.17.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.17.2/ +
+
+ + The youtube-dl maintainers + + 2014-12-17T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ebf4fa9da..9977884d9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.17.1", - "signature": "191f1497309d50d54c757181844ac2a04fcdd4518d6abccf8b0ffcbf91fe1b69d9c36a6666b3db51964af19b9ce876213c51c4a78d1adb8428a296f6535e095443fb7b772791225b4b203771e34e7baf6e6af52afda8f92b024276f7e8b6a2b80b51267cb5d11bc8bf69b7748369f1c1f12872006ee1bcbcd5b62d2258bf53ac", + "latest": "2014.12.17.2", + "signature": "13de987a51a53d6c57b41dec9ffd469df42309ecdcc879c6e53683e52ba638cad0253ad688aaad2a5a860d6f8b4664ae3469d405467820f2ca375d9bac843c956de016b8b3fe7af2096a10492ce002344cc0e76dde7684bcbbbddb7c64f8ef346e0809eab7b0f03321a43ef69077c18b054c1c40156cdc61e4e35cc9198e30ca", "versions": { "2012.02.22": { "bin": [ @@ -6489,6 +6489,20 @@ "https://yt-dl.org/downloads/2014.12.17.1/youtube-dl-2014.12.17.1.tar.gz", "ae9d4e43aaccf59a05044aa2eac328c1e392bb68d8ccaa2edfeedeb6e4ff302e" ] + }, + "2014.12.17.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.17.2/youtube-dl", + "17ee125908db69820cea161489bbf248d7a97a1ce3d44815044316a9b9bdca6d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.17.2/youtube-dl.exe", + "04c9cc8555807971efc83836496ba44bc0af36a1252b4314141b1a02477bdbd3" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.17.2/youtube-dl-2014.12.17.2.tar.gz", + "302cc64b5a283f60a1b34a5ccf0f09964bf64aa29c5996c945065a72016f68fa" + ] } } } \ No newline at end of file