diff --git a/download.html b/download.html index e5b0afadb..4ef6a3324 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.1 (sig)

+

2014.05.19 (sig)

- Windows exe (sig - 3f0d9afe1509f778adb23d2c92a9e03de102a9f59f421dd9aea1629c71b7d7f4)
- Full source + docs + binary tarball (sig - 2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad) + Windows exe (sig - d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0)
+ Full source + docs + binary tarball (sig - da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.05.16.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.05.19/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.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.05.19/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.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/2014.05.19/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 bb28e52f5..845d34f05 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.05.16.1 \ No newline at end of file +2014.05.19 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index e58537441..bedf92804 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-16T15:57:28.353955Z + 2014-05-19T11:57:20.980384Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4700,4 +4700,19 @@ 2014-05-16T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.19 + New version 2014.05.19 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.05.19/ +
+
+ + The youtube-dl maintainers + + 2014-05-19T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c5d8457ea..ac2401c3a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.05.16.1", - "signature": "07ab91614fcd5bfdb01582a56a80d9ebdb7f116903fff5538a93c3fe526ab72e23ef863c3f262075e0cbfafad26b5d0f125d40521d93e28c56d71a2342841e8c18d0c86e5cac4bc906d595d77c5e064cd525e483e2b3bb3e08c485998433b4d873e9c4b50b2f30f450ac7bab4ee5d3a9288867f32e4b5353a77d44c3989ab2bd", + "latest": "2014.05.19", + "signature": "88305836decbeec579d94d9aa6465d3f213604293d7e5a5473868410502d18fb66780a62e2395228df28519956d17f9dc953bee16a89c5034904d90c08cca590e7d10f6936a52fb4c40762d101cbc5b6187d189759cf748a3eb334f5472a3863a69849fce5f864c91a724e2940f2a101f8b60f8cd9bc380c2b55a1e8dc6cc349", "versions": { "2012.02.22": { "bin": [ @@ -4389,6 +4389,20 @@ "https://yt-dl.org/downloads/2014.05.16.1/youtube-dl-2014.05.16.1.tar.gz", "2554e74f8f874903d775635ca5f3241e99cdd56201dab6a7718852805f2d0bad" ] + }, + "2014.05.19": { + "bin": [ + "https://yt-dl.org/downloads/2014.05.19/youtube-dl", + "49c12830ca01f05589485aa5129d38974c1e2893abda65c308a0b0153719bc4d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.05.19/youtube-dl.exe", + "d4ff78edeae6ea5182687a5ec124a6d51d41f94938ea398b5a3c5cd9527910a0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.05.19/youtube-dl-2014.05.19.tar.gz", + "da50c1f56e07e1c9c36a83f045a97d075fbd115023b813585ce29ad9b7f31e68" + ] } } } \ No newline at end of file