diff --git a/download.html b/download.html index 4fa465f1b..9c8711384 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.15 (sig)

+

2015.01.15.1 (sig)

- Windows exe (sig - f73b043bf146d31d6609b6a0dbbda27a3364178eda0a2f70eba4f54d74ec552d)
- Full source + docs + binary tarball (sig - 085ca3f752b80467f8579c08736286f956269bebdebfa8ae946225a8ad094594) + Windows exe (sig - 912de6b3804d73d64de4c934ef8fab992c55006fcd1f1d3299660375e0f6d6bb)
+ Full source + docs + binary tarball (sig - 33ca4587ada5fb57646d3ff32f8502ec5f2573043cbd9ce634305e299fb22a17)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.15/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.15.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/2015.01.15/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.15.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/2015.01.15/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.15.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 7429bbf99..2ffbe1b3b 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.15 \ No newline at end of file +2015.01.15.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4da6af935..76aaab2d0 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-15T12:50:28.434709Z + 2015-01-15T22:46:25.991332Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7220,4 +7220,19 @@ 2015-01-15T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.15.1 + New version 2015.01.15.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.15.1/ +
+
+ + The youtube-dl maintainers + + 2015-01-15T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 5a68952a6..c9146dede 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.15", - "signature": "17bdd9a0904b2ec156454334993cdef00e4019d7dc03ffaeeec8599ef9740bbcae9cf25a130cb6bf0bb78bb6a1bbceb43fdf41598d1f7fe1b362871324c8652484e527c6ec6d98da1054672ce291fdfd833dafc1ae93c101f3909ec442a17225399822da93935768cc4852c91795c30ae6c93cac8d8c16b521be55ffa5729cf8", + "latest": "2015.01.15.1", + "signature": "50c2a7f4aa168fc17bdd670084175f533e8e51679e027eda616a86303fec1ee42202870c84c571c7fb265b821d9343e06965c3e514a99f2010b56e38a51c7dca0a19fc2a6f89f35ce9c090d0e7c275e742cd094ab37c0d51650159e6b56ba27fd348d9e00a1df916db4ad538700aebcffe70993a34a3e5346e280a725bf6328c", "versions": { "2012.02.22": { "bin": [ @@ -6741,6 +6741,20 @@ "https://yt-dl.org/downloads/2015.01.15/youtube-dl-2015.01.15.tar.gz", "085ca3f752b80467f8579c08736286f956269bebdebfa8ae946225a8ad094594" ] + }, + "2015.01.15.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.15.1/youtube-dl", + "0da8bca089a11711243b70b31c55e1f44c7473268138d1c62817039dfdcc8850" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.15.1/youtube-dl.exe", + "912de6b3804d73d64de4c934ef8fab992c55006fcd1f1d3299660375e0f6d6bb" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.15.1/youtube-dl-2015.01.15.1.tar.gz", + "33ca4587ada5fb57646d3ff32f8502ec5f2573043cbd9ce634305e299fb22a17" + ] } } } \ No newline at end of file