diff --git a/download.html b/download.html index 880a925f3..c6b9e0bd7 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.04.04.2 (sig)

+

2014.04.04.4 (sig)

- Windows exe (sig - 2166845393b1759ea6d8054d192e6282e26fb3580e7a8c747b28179214711152)
- Full source + docs + binary tarball (sig - 6e89fe11beacd5af6b9478cc90510006fc8583f6fb7f7bb069d81b2e5478542a) + Windows exe (sig - e4d68b8cacee38aea580389c54324ac64f2ee178a8413abca85ab250b5421aaa)
+ Full source + docs + binary tarball (sig - 31765dd17be12205edc7f6ffc5b96019303a4cfab493805b7aa6e5c999a47cf2)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.04.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.04.4/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.04.04.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.04.4/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.04.04.2/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.04.04.4/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 93832a641..07b3eec88 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.04.2 \ No newline at end of file +2014.04.04.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7ec2df777..a89d9a09b 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-04-04T02:38:34.992151Z + 2014-04-04T22:21:28.905519Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4295,4 +4295,19 @@ 2014-04-04T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.04.4 + New version 2014.04.04.4 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.04.04.4/ +
+
+ + The youtube-dl maintainers + + 2014-04-04T00:00:04Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 633d9ea5d..3c9d1fd32 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.04.2", - "signature": "6b7f7ef27ee86bae397b7ea31db9fc1a30257f498e3903930e153a746bc99c11ae6d93638c4bc1a31fbae499919d7502bbd19e61b203340338fa93b863ba77e8ab57edc184bf6dff1623f244b18374d14c24d835d7d4b3c375b5ae0d903de52a570120c35136a1dd3fe1c4fc6422d49b11485f269e497618848ef49ff4d0a393", + "latest": "2014.04.04.4", + "signature": "768189d345adda5e2c06fd132fa647f7677f438efb324fab1958321d8506e75b859d48ffbceed13ae28867a8fcbf8315c42b0e8733e6d5a9bfed4d443ff5dd65bd0a400155ae956060c5df780ad21e7fb49e7184c2ff087d08ffaa564b9ce9f9b02e0111232fe20075e2be84cf1c899c9be657586b61f3463f4337f15e9aae71", "versions": { "2012.02.22": { "bin": [ @@ -4011,6 +4011,20 @@ "https://yt-dl.org/downloads/2014.04.04.3/youtube-dl-2014.04.04.3.tar.gz", "274e8b013e8d3d3f81afdb08fa5e6694f734aafe4859ec8ce098bbcf82d3f36e" ] + }, + "2014.04.04.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl", + "160699c546502da2a91035e20512ef55d68d49971753d1ee91c31ea97f42f20a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl.exe", + "e4d68b8cacee38aea580389c54324ac64f2ee178a8413abca85ab250b5421aaa" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.04.4/youtube-dl-2014.04.04.4.tar.gz", + "31765dd17be12205edc7f6ffc5b96019303a4cfab493805b7aa6e5c999a47cf2" + ] } } } \ No newline at end of file