diff --git a/download.html b/download.html index 23981265b..8504ab6b9 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.09 (sig)

+

2015.01.09.1 (sig)

- Windows exe (sig - a7e3b9f622702485d9ea59ee2c71a9a28fb3492478721f2836bfe418795e7730)
- Full source + docs + binary tarball (sig - 684caecfab0063a99c372d065628b0297be2f14719f35951825e6ae9e49e8ad7) + Windows exe (sig - ed169f96e81cbb007cc3804a6780475563d122c2efaa58ae3fdbbcaabb4e4a4c)
+ Full source + docs + binary tarball (sig - 98bb93ac37cc8ea3bc0a49c1506893670ea450618c4593af87959bea64c7e12c)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.09/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.09.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.09/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.09.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.09/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.09.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 c2ab2c076..2fe5388f2 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.09 \ No newline at end of file +2015.01.09.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index da9b70728..40a0a511c 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-09T20:24:34.236783Z + 2015-01-09T21:35:34.866190Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7115,4 +7115,19 @@ 2015-01-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.09.1 + New version 2015.01.09.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.09.1/ +
+
+ + The youtube-dl maintainers + + 2015-01-09T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 40ab3fda0..38d0654ce 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.09", - "signature": "91f4e5150c7ed00ad39370f7718a6c842d93292bbd84c41079c100c7cd5c9b303948fda86b11c22ea368ffeaa5e925e48787251ec24712a2da0480925df14f9a537fa7ff1804c4786a1beb9429bb8bb8c88e14e4b77182bfd741a01b81d7793396f5c7909a3a3a35e35c2d9994fdfa1036b05c3bec40b2c4b7b04bb7ecbfbb01", + "latest": "2015.01.09.1", + "signature": "34267799cf19359f674a0a820e31224d901aadcbb8d98226db2633393c4a2106ddec328aa8b2960d8cd6e3f91bffa170ae24410bb740bb328df8f5901d64742e1c6eac1d89347ec420bd8642d0a0c9182cd2c60107185a7617f89a57681635a069be32354e930efcbc9b6b2c8b1bb5ad8785fdf361225d8a08bcde2eb35ab060", "versions": { "2012.02.22": { "bin": [ @@ -6643,6 +6643,20 @@ "https://yt-dl.org/downloads/2015.01.09/youtube-dl-2015.01.09.tar.gz", "684caecfab0063a99c372d065628b0297be2f14719f35951825e6ae9e49e8ad7" ] + }, + "2015.01.09.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.09.1/youtube-dl", + "ba5f13ec75012bf3993cc7f09c060d62d07cfcd7feb273a7ba77882c49472911" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.09.1/youtube-dl.exe", + "ed169f96e81cbb007cc3804a6780475563d122c2efaa58ae3fdbbcaabb4e4a4c" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.09.1/youtube-dl-2015.01.09.1.tar.gz", + "98bb93ac37cc8ea3bc0a49c1506893670ea450618c4593af87959bea64c7e12c" + ] } } } \ No newline at end of file