diff --git a/download.html b/download.html index 84c9af6fd..62f68db9e 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.10.1 (sig)

+

2015.01.10.2 (sig)

- Windows exe (sig - 1508d4517ba7b88b573290f3c1c0e11996cf766a55bd5b478677d5bc172b009f)
- Full source + docs + binary tarball (sig - cd4c4ae8b6cca0fcb224a0daa79316e677c16f4ba8a6cfc7aff87a3fa3d9750a) + Windows exe (sig - 87660760d811c6cebfb7536c365dbbfa989f24934988766feafc28b56e24375a)
+ Full source + docs + binary tarball (sig - b5da9954e1309b0cad41c2d2b817e2252ed94d838b405f546f4d42f806680173)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.10.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.10.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.10.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.10.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.10.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/2015.01.10.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 643b5de35..4a9480e12 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.10.1 \ No newline at end of file +2015.01.10.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 208490e2d..072607fba 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-10T20:08:49.353219Z + 2015-01-10T21:05:46.045191Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7175,4 +7175,19 @@ 2015-01-10T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.10.2 + New version 2015.01.10.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.10.2/ +
+
+ + The youtube-dl maintainers + + 2015-01-10T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 435af3c70..a467b7f21 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.10.1", - "signature": "412ead09ddbb2dbfb58dadc152dc0e7d68c31476f8bcbdc296cfdf7163161b50f4492f8d7ae8d94d43649bde8aabaf41c47c71882fd048a0477e7e0089573e9ca494149c561910f476f815e1bab1d02850c28fa3965a2e259db6c1faf893c2fb465375f4f72a4ea95efadd301e71ac1014e231ea0d14ca940c100bb7860a6f2c", + "latest": "2015.01.10.2", + "signature": "699d12c8459be15804491ae0877ccb81e626240d96a42b86929e3954c3c698cfb6109c3c8dea31ad98f06148dc586f65ec9fca63fea0eec7d25f963b45f739adca72ac72af2fa21f537182d544ab099f482b2b4d63f81a5b6588205c8da51df869fd4dc5baa80d5b132b1b162bcfe90c1f478f480ae1e9a406d6ed90060be00f", "versions": { "2012.02.22": { "bin": [ @@ -6699,6 +6699,20 @@ "https://yt-dl.org/downloads/2015.01.10.1/youtube-dl-2015.01.10.1.tar.gz", "cd4c4ae8b6cca0fcb224a0daa79316e677c16f4ba8a6cfc7aff87a3fa3d9750a" ] + }, + "2015.01.10.2": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.10.2/youtube-dl", + "6ba24775fd3de778df9edb496e46d79e2ac9b56c1b5f3d4103c4abc61b40a7ab" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.10.2/youtube-dl.exe", + "87660760d811c6cebfb7536c365dbbfa989f24934988766feafc28b56e24375a" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.10.2/youtube-dl-2015.01.10.2.tar.gz", + "b5da9954e1309b0cad41c2d2b817e2252ed94d838b405f546f4d42f806680173" + ] } } } \ No newline at end of file