diff --git a/download.html b/download.html index 3f23cb851..c627aed45 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.01.07 (sig)

+

2015.01.07.2 (sig)

- Windows exe (sig - eadcc71d925d95a6daba1d6a781b9c79e866c50d81a55d02f32401b4e1566fa4)
- Full source + docs + binary tarball (sig - 58dd752d9ef6e1cdc5f17b8771b3a40286fe72d7e4aa4f650e1df59eb2c27e97) + Windows exe (sig - e8c712f7188b78b45a2e665f96671b5db70bad298dfc5e479a8bd17afb52e652)
+ Full source + docs + binary tarball (sig - 0b455df973833010f34ad9dd8c5a6140ce027f989b7221c7a1d26d4c848ce560)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.07/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.07.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/2015.01.07/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.07.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/2015.01.07/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/2015.01.07.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 7f9ca49a2..f064aeaf2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.07 \ No newline at end of file +2015.01.07.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 35dc5d636..dbf2c7133 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 - 2015-01-07T07:27:43.260933Z + 2015-01-07T07:47:13.408141Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7070,4 +7070,19 @@ 2015-01-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.07.2 + New version 2015.01.07.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.07.2/ +
+
+ + The youtube-dl maintainers + + 2015-01-07T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5155d9d98..c001ac0fb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.07", - "signature": "2860a11bb9858e1fafea32654bc1013de173376e3064eeadd97ece392d98be459326dd64d699fae668ab917f536d1e2f1b6084aee53cfa8efe31f83ed37b39419260c58b2c0f945bf80fd3e88b06f9204d853095633feb2d07c3dcedd83e915ce0743db74b1d2fa29114bfc7a1b48d89ac9f3414ab148140c16d49c573e2e476", + "latest": "2015.01.07.2", + "signature": "4ec35d1761d144b67fde98336aff1b804a20693354c06932c9167b89e3bf7024ab866fdb9b41f90aa8f1fb2c5fb98feeee0c81c80f7325164d47337cfcce065442f6f0dac06d82b9b16853f612738b1d5e55b46f2a930eac73eef05e746f9b04dfd7f9b749dc1ae2859e748e08955ede62238d22f21c07f46c95395bf85fa4f9", "versions": { "2012.02.22": { "bin": [ @@ -6601,6 +6601,20 @@ "https://yt-dl.org/downloads/2015.01.07/youtube-dl-2015.01.07.tar.gz", "58dd752d9ef6e1cdc5f17b8771b3a40286fe72d7e4aa4f650e1df59eb2c27e97" ] + }, + "2015.01.07.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.07.2/youtube-dl", + "ee8a9f25fb74243ff3ac9ef85f0f82fd2f9ca5efea8c6f66e57acf8cffae8f4a" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.07.2/youtube-dl.exe", + "e8c712f7188b78b45a2e665f96671b5db70bad298dfc5e479a8bd17afb52e652" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.07.2/youtube-dl-2015.01.07.2.tar.gz", + "0b455df973833010f34ad9dd8c5a6140ce027f989b7221c7a1d26d4c848ce560" + ] } } } \ No newline at end of file