diff --git a/download.html b/download.html index 7e20959d3..c3f4f0021 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.05 (sig)

+

2015.01.05.1 (sig)

- Windows exe (sig - 9a3f5e0b50a3c060603a7957189b4850c257343eb200c2e74a09a88ded891b82)
- Full source + docs + binary tarball (sig - c06bcdaf6dfb074b06144c3b4afb81c3db95a3be442405b616e828c249a48c83) + Windows exe (sig - 7c4d594aeac663277bdce1fe519d041383b6a6372962f7de1cbcba296d5438c4)
+ Full source + docs + binary tarball (sig - 67428cd5d0a34da00ede41ec1fd22cc9b6d3caf44586b02b69d4de810599564b)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.05/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.05.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.05/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.05.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.05/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.05.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 0a30c444f..b7bca2b1e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.05 \ No newline at end of file +2015.01.05.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 55889cc7e..0520f6703 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-05T18:56:01.685251Z + 2015-01-05T22:45:26.006710Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7040,4 +7040,19 @@ 2015-01-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.05.1 + New version 2015.01.05.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.05.1/ +
+
+ + The youtube-dl maintainers + + 2015-01-05T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 976710544..6a717f046 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.05", - "signature": "1b05ee4fc5c68c705ffca32b85176ba388e6be72b82562733f0db9e536f4027d83ad5db1d93d24f1661748d36eb24776c7eac96d0f65d0122c36bcfa561bc6d0fb7db35e4c0f16314afea6ca0e57bfa3ddab1927c26917354c5a5d16ec0f9fca4fd65e9bd0e92111a23a42fd2572ef6d67ef4dd5a20aa6f17c7e7fcee9a101d6", + "latest": "2015.01.05.1", + "signature": "46f34b83779b92d39e90e36f0250127a9f8b8e2c6d5683f5c642540dbcaff9a39aec642eec2998fad358504e789020fc5613600fd9feadc572405b2fc50b43b775f2d6019e27a33f8269374dcc86722909486dbec1e80eeef3f988d3a6dc168ecbf4b157810c1c64f1077965467802d4e8447bdef05761f3a4079cc4d85217d0", "versions": { "2012.02.22": { "bin": [ @@ -6573,6 +6573,20 @@ "https://yt-dl.org/downloads/2015.01.05/youtube-dl-2015.01.05.tar.gz", "c06bcdaf6dfb074b06144c3b4afb81c3db95a3be442405b616e828c249a48c83" ] + }, + "2015.01.05.1": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.05.1/youtube-dl", + "f2275634b229d1443a25d836fb04751e999651deec4d3c84c42ed1c2dbb15c26" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.05.1/youtube-dl.exe", + "7c4d594aeac663277bdce1fe519d041383b6a6372962f7de1cbcba296d5438c4" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.05.1/youtube-dl-2015.01.05.1.tar.gz", + "67428cd5d0a34da00ede41ec1fd22cc9b6d3caf44586b02b69d4de810599564b" + ] } } } \ No newline at end of file