diff --git a/download.html b/download.html index cbc6ec274..520e4d3c5 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2014.01.21 (sig)

+

2014.01.21.1 (sig)

- Windows exe (sig - 9956875236992a2738e7314b2e03cfe641b42586a9189c205ae8344490f66712)
- Full source + docs + binary tarball (sig - f974e268db8cda9ef3c74b4b7dd3433ddf9c5ccf68b5075a120ecd5979c90527) + Windows exe (sig - 9e3f716bf86ed79b936d013e1eb0e887afd5383ae52acef3e91299eaffcaec7f)
+ Full source + docs + binary tarball (sig - da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.21/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.21.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/2014.01.21/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.21.1/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -49,7 +49,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.01.21/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/2014.01.21.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 355c58151..218046a3d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.21 \ No newline at end of file +2014.01.21.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dcffb9d90..bdaac895c 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 - 2014-01-21T14:12:24.652640Z + 2014-01-21T18:27:19.313180Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2855,4 +2855,19 @@ 2014-01-21T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.21.1 + New version 2014.01.21.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.21.1/ +
+
+ + The youtube-dl maintainers + + 2014-01-21T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d982ae0b4..dc123e3c9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.21", - "signature": "592f518640bd4b33b699d7d97e07d76ab9e5a6ca7ebfae81590dc119dcf943f853c8f146efd7d5d5e4d7e6fdff0ab9fe9131be758ab050a09c6f9e2784fee50f012dd9ca5981c3caec34ae7067ff2dfaf1925805b39c8eaab4f4da67fc6e606d1c8e032f171cb510d6c8c1792707e321652ff49f6d1678e46c8ab04178abd3a8", + "latest": "2014.01.21.1", + "signature": "8e191aa11e703c6ef99cb7113133c2b13765fbf931c2278391df619b16059dff6579c918b8becf16c0227e7ba5fb64f78e4439dba67e1e8b291f0e2a36615da3a1a32b217448fa55653a207a1e33d9ea6c09f496c310bf1d7a603ff17fadf6875fb1775c6badefccada487e525c502abcb9c730c4e101d9d02f1fbf982062f3c", "versions": { "2012.02.22": { "bin": [ @@ -2667,6 +2667,20 @@ "https://yt-dl.org/downloads/2014.01.21/youtube-dl-2014.01.21.tar.gz", "f974e268db8cda9ef3c74b4b7dd3433ddf9c5ccf68b5075a120ecd5979c90527" ] + }, + "2014.01.21.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl", + "fe8791862635057bbc64a7855df1566554be669a8e11fb04a9d18a23db8d0dae" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl.exe", + "9e3f716bf86ed79b936d013e1eb0e887afd5383ae52acef3e91299eaffcaec7f" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl-2014.01.21.1.tar.gz", + "da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8" + ] } } } \ No newline at end of file