diff --git a/download.html b/download.html index 227610d57..df34faca7 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

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

-

2015.02.09.3 (sig)

+

2015.02.10 (sig)

- Windows exe (sig - fd051681c2a141b98a57f632520a974e48aa0fe2b4db423cd48485137b0bcc81)
- Full source + docs + binary tarball (sig - 10a4bb45876697e3779d481ce8edb0cca4364fd38f6881712415719bca9ffde3) + Windows exe (sig - 5230760f774cfdbf743e070fbf1aa74c3f7326bf991519ebb272defeadb1c37b)
+ Full source + docs + binary tarball (sig - 863bee174e815c711a693dd99c039ff41e6b9326fdeddd898ec73f3ad7daa801)

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

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2015.02.09.3/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/2015.02.10/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 300f83728..dd6517df8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.09.3 \ No newline at end of file +2015.02.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 551edb102..0db854dd1 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 - 2015-02-09T16:02:55.037668Z + 2015-02-10T01:23:58.816969Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7565,4 +7565,19 @@ 2015-02-09T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10 + New version 2015.02.10 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.10/ +
+
+ + The youtube-dl maintainers + + 2015-02-10T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 60359e13d..32ced58ff 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.09.3", - "signature": "1a98d873f79df43b35080a354e74de18df68ea1cb67742695a15fcc2eb342b2e755b6def9a89d2d0cfe246df364c6749788faa719eab3b51ab692942c550cb1c2c8f25166dddf654725f48688c61a576e2f7dab3804baa70c48aa7179d59eca060c5cbd0d8740908479c6cb72ad82c9e427f1f7446586c583269bca8f133e9ca", + "latest": "2015.02.10", + "signature": "7ddaca75281c1cd5630789ff6bd959cae666f59c7807d5f63d722fcda4fa3c4811144334669732ae7bd8cb4e56f9293a7582b18d2cfcb07bce61f2367e95fded5b61ad6e62e71ba4ec4fa4a9840ce11ef7aafa8787c149d79613f20bcc81b9fa09b4309b917d06e693e5f2d1f3bda33e4e71d1035690f92bce424329f204efa5", "versions": { "2012.02.22": { "bin": [ @@ -7063,6 +7063,20 @@ "https://yt-dl.org/downloads/2015.02.09.3/youtube-dl-2015.02.09.3.tar.gz", "10a4bb45876697e3779d481ce8edb0cca4364fd38f6881712415719bca9ffde3" ] + }, + "2015.02.10": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.10/youtube-dl", + "70bdf7221f93d7bcb71fa642774ab5e9411bd38e3c127e84851242e3ec1b6384" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.10/youtube-dl.exe", + "5230760f774cfdbf743e070fbf1aa74c3f7326bf991519ebb272defeadb1c37b" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.10/youtube-dl-2015.02.10.tar.gz", + "863bee174e815c711a693dd99c039ff41e6b9326fdeddd898ec73f3ad7daa801" + ] } } } \ No newline at end of file