diff --git a/download.html b/download.html index 30a0fac36..e5b0afadb 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.05.16 (sig)

+

2014.05.16.1 (sig)

- Windows exe (sig - 21af0dba685ee2ab3346d99730c07eaac0676e2fdffb0470c6f74740d0e75622)
- Full source + docs + binary tarball (sig - 40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2) + Windows exe (sig - 3f0d9afe1509f778adb23d2c92a9e03de102a9f59f421dd9aea1629c71b7d7f4)
+ Full source + docs + binary tarball (sig - 2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.16/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.05.16.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.05.16/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.05.16.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.05.16/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.05.16.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 3c3e47462..bb28e52f5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.16 \ No newline at end of file +2014.05.16.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b25595cb6..e58537441 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-05-16T12:20:28.000662Z + 2014-05-16T15:57:28.353955Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4685,4 +4685,19 @@ 2014-05-16T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.16.1 + New version 2014.05.16.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.05.16.1/ +
+
+ + The youtube-dl maintainers + + 2014-05-16T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2b6f79d0d..c5d8457ea 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.16", - "signature": "9c693597f55ef7f4932a4992e83d4b50432828b32719dc69ebbe5fadd17d0c9fb3d4384d901abae183f88a5a65a7168a0f443ada7a1cbcb655ee08a22a4ede0701002e877f9b83cedf17b75c3c3f829be824ff51ad69690c5fefcb9d9fff271b8acc71d5fb4d4060a5469aaac0916e98b97e2947e3b73ad62eaa80018dd2d25f", + "latest": "2014.05.16.1", + "signature": "07ab91614fcd5bfdb01582a56a80d9ebdb7f116903fff5538a93c3fe526ab72e23ef863c3f262075e0cbfafad26b5d0f125d40521d93e28c56d71a2342841e8c18d0c86e5cac4bc906d595d77c5e064cd525e483e2b3bb3e08c485998433b4d873e9c4b50b2f30f450ac7bab4ee5d3a9288867f32e4b5353a77d44c3989ab2bd", "versions": { "2012.02.22": { "bin": [ @@ -4375,6 +4375,20 @@ "https://yt-dl.org/downloads/2014.05.16/youtube-dl-2014.05.16.tar.gz", "40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2" ] + }, + "2014.05.16.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl", + "4ac8b57fc36d94df7394868e92a48714f857007aae013c089c00bb812f163d77" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl.exe", + "3f0d9afe1509f778adb23d2c92a9e03de102a9f59f421dd9aea1629c71b7d7f4" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz", + "2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad" + ] } } } \ No newline at end of file