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

+

2014.12.17.1 (sig)

- Windows exe (sig - 2ab6c6c46e96a980327c47a562f296572831754279a45b9699640ae48f06d260)
- Full source + docs + binary tarball (sig - 137eac64ff9bdfc4b639ea31abb0b01414ac83f4b5648b881d5be83fcac59afe) + Windows exe (sig - 50a4c10a59ea0d9e11774ee77ea38e474a272f191e1da3e4a576967ddcce8e1a)
+ Full source + docs + binary tarball (sig - ae9d4e43aaccf59a05044aa2eac328c1e392bb68d8ccaa2edfeedeb6e4ff302e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.17/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.17.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.12.17/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.17.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.12.17/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.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 3d55560fa..c70dc8b33 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.17 \ No newline at end of file +2014.12.17.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fcaa2c883..480cc0b89 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-17T10:57:13.317822Z + 2014-12-17T11:32:31.053500Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6935,4 +6935,19 @@ 2014-12-17T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.17.1 + New version 2014.12.17.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.17.1/ +
+
+ + The youtube-dl maintainers + + 2014-12-17T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 96c022a29..ebf4fa9da 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.17", - "signature": "4dd8d353b3ccfa269d62bcf836f80e8a0ba92ee9a92d9ce604d0d27abf937e9c4586878f0c5d1081ab3d91fe48397ed5016a6e13d076288229d697b0148978bd04cba328d235f1633797b1b4ec74e75463139be2d78e87038a4ec6edc5c9f92b2b42ffe3330d1bbc951c496b19ec8492d49fb0e9dc17be96ec07af8a61bf762e", + "latest": "2014.12.17.1", + "signature": "191f1497309d50d54c757181844ac2a04fcdd4518d6abccf8b0ffcbf91fe1b69d9c36a6666b3db51964af19b9ce876213c51c4a78d1adb8428a296f6535e095443fb7b772791225b4b203771e34e7baf6e6af52afda8f92b024276f7e8b6a2b80b51267cb5d11bc8bf69b7748369f1c1f12872006ee1bcbcd5b62d2258bf53ac", "versions": { "2012.02.22": { "bin": [ @@ -6475,6 +6475,20 @@ "https://yt-dl.org/downloads/2014.12.17/youtube-dl-2014.12.17.tar.gz", "137eac64ff9bdfc4b639ea31abb0b01414ac83f4b5648b881d5be83fcac59afe" ] + }, + "2014.12.17.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.17.1/youtube-dl", + "070ee0fde9f9393ee3de71a65792a94c9e19d440ded148df600ad6ac881a80f3" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.17.1/youtube-dl.exe", + "50a4c10a59ea0d9e11774ee77ea38e474a272f191e1da3e4a576967ddcce8e1a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.17.1/youtube-dl-2014.12.17.1.tar.gz", + "ae9d4e43aaccf59a05044aa2eac328c1e392bb68d8ccaa2edfeedeb6e4ff302e" + ] } } } \ No newline at end of file