diff --git a/download.html b/download.html index cc486ef52..3a5c30328 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.28 (sig)

+

2015.03.03 (sig)

- Windows exe (sig - bacffdda9a6890758f89d3cf0c4e9a6d2afec5835c42784327404e5004d03a7d)
- Full source + docs + binary tarball (sig - ac45afc0115399361807d502c3227f257882950ff650d00a73e071d60cb36a25) + Windows exe (sig - a03f7ed37e3ef8d28e75acfbabeaaea0c75842c8551cf238f5a76bd37df08060)
+ Full source + docs + binary tarball (sig - 5b13395af4460e362c1b877d71fac1eb1a76d9eebc8da479dd4783f801c3c276)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.28/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.03.03/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.28/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.03.03/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.28/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.03.03/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 8ce3e6320..52e32ef7e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.28 \ No newline at end of file +2015.03.03 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 7e1e5c2f6..ffd49dbcf 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-28T21:28:19.240279Z + 2015-03-03T00:08:48.986593Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7985,4 +7985,19 @@ 2015-02-28T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.03.03 + New version 2015.03.03 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.03.03/ +
+
+ + The youtube-dl maintainers + + 2015-03-03T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f55701bfc..e26f7685b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.28", - "signature": "1552d9df4cca9de879825b0e97793ad68a30d383a28e721ac6bcd301cc1afddcba567487922cde3b9a34290a3c2b98157885187bc6626b55e6110f25c1f1acb4c516787abe356a24ce35b875ab92f55097396908e857f331ed080dca9337f2b4252094eeb7444e6ec9315863c8b84b0fd853d011436ff03df5923cd8873d6fbc", + "latest": "2015.03.03", + "signature": "1ae7e94a2fffeb48cfdf27665bc7691c3eec9e87b551497496ee64d1a1d04245b273428bd839381e6b3237cfed7a8b8ff6671d64e72ff522f5a9e1d9d502a9b8e1bcadb6ebc88edcb8ee32f719318d637ccb7c13c1146fe38ee8c062b7eaf4a54a9752deacb3c28fcbcb9b348742c84db6c994d77af90c18e596f212292c785b", "versions": { "2012.02.22": { "bin": [ @@ -7455,6 +7455,20 @@ "https://yt-dl.org/downloads/2015.02.28/youtube-dl-2015.02.28.tar.gz", "ac45afc0115399361807d502c3227f257882950ff650d00a73e071d60cb36a25" ] + }, + "2015.03.03": { + "bin": [ + "https://yt-dl.org/downloads/2015.03.03/youtube-dl", + "95ef3a62cea38d148ea8059f0dbf6581bf1054650b1e6dc8ac22e4c4d4392854" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.03.03/youtube-dl.exe", + "a03f7ed37e3ef8d28e75acfbabeaaea0c75842c8551cf238f5a76bd37df08060" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.03.03/youtube-dl-2015.03.03.tar.gz", + "5b13395af4460e362c1b877d71fac1eb1a76d9eebc8da479dd4783f801c3c276" + ] } } } \ No newline at end of file