diff --git a/download.html b/download.html index 13f45f1ad..e6449b679 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.02.26 (sig)

+

2014.02.27 (sig)

- Windows exe (sig - 0ea0732c8119d8739f6d9936d64e2a4b3ae8ece6b90f63dfe40a928e81f5cece)
- Full source + docs + binary tarball (sig - f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719) + Windows exe (sig - e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56)
+ Full source + docs + binary tarball (sig - 9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.02.26/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.02.27/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.02.26/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.02.27/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.02.26/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.02.27/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 0146fecfc..eb2618a1c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.02.26 \ No newline at end of file +2014.02.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index d16127555..72a78e257 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-02-26T00:39:21.007095Z + 2014-02-27T07:28:25.293961Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3545,4 +3545,19 @@ 2014-02-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.27 + New version 2014.02.27 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.02.27/ +
+
+ + The youtube-dl maintainers + + 2014-02-27T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 62e05a6ac..9f58ddf5a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.02.26", - "signature": "17b12800ed4dbee090bf8d19b28d35b248d771f231b95de99a57f6b524227af2b09f38c79e6791b01c9c30d23a719b96deb91dc2410cdb581481f6c1b4333c84078c8be8263ea54b47f937689a94f1d2a1cd36d75d34dae7737d553910db833f02e76962209ebd583ba46c04d08d13fa5c818c1db98794b9d854eef1e7c48b85", + "latest": "2014.02.27", + "signature": "0c5d49968c08d910196fd21e79346f56f16b68af959324549faff289a466d2bc824858bdd312e95ae24bbfc6bdc9b1fd8b4d5bd84fc78165a65a2f9c521629b8d30f0f24b642e4cb925004ea43f8637ccf6e145f1db1b0696eb9fe9e8009cfc2cfbf66386f675fa987d083340bfcb0e82728888b06ae825a0b3f712c1eefa1ae", "versions": { "2012.02.22": { "bin": [ @@ -3311,6 +3311,20 @@ "https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz", "f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719" ] + }, + "2014.02.27": { + "bin": [ + "https://yt-dl.org/downloads/2014.02.27/youtube-dl", + "24eeca8081427c284be89327de567bbd170816cd9f8c416e9bf0c0863f3c3690" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe", + "e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz", + "9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11" + ] } } } \ No newline at end of file