diff --git a/download.html b/download.html index 411d5db3a..eb37c72fe 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.11.13.2 (sig)

+

2014.11.13.3 (sig)

- Windows exe (sig - 62a391e85a17b8a8dd5780c3d6f91eb4616c10fcd8bf0ba810f0cf200e2e9edc)
- Full source + docs + binary tarball (sig - 71d031f238c721408428ed5849b1a22409ea74e13fd9eb74f78c2692018f881f) + Windows exe (sig - fc42f8bfa2310b54f8405d63e0ad29c1416cdb2a2289a77291d28dd02ddb30e1)
+ Full source + docs + binary tarball (sig - 978e325e758dbb67a0479c310b46e902343c7c133bac976e49953b82da4d65e3)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.11.13.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.11.13.3/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.11.13.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.11.13.3/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/2014.11.13.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.11.13.3/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 86fbd7857..72888dcf6 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.11.13.2 \ No newline at end of file +2014.11.13.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a3fa8b73a..96794593a 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-11-13T16:25:29.065614Z + 2014-11-13T16:31:50.198018Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6290,4 +6290,19 @@ 2014-11-13T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.13.3 + New version 2014.11.13.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.11.13.3/ +
+
+ + The youtube-dl maintainers + + 2014-11-13T00:00:03Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 59e7fdcc1..e66f38d8e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.11.13.2", - "signature": "5ae17b777b9464fb0888775803922cde78f88c1395d08f91b2eea2deed6ca57608df12b144eda0dfb05a5ccf1cf0d550b07f29311b54c356dd925c13353285cd97cdcdf3946681363c8249440955f0bedcc76231213e5e1a22faecc2ca0bda072c77e2a29653d605eb442ed8f4744e958860f1d6b8bc9e8ca0b61d1c7895c472", + "latest": "2014.11.13.3", + "signature": "9d5f307c84cc64b7a2306cf3d8802d9eefb124e27c588f605b2afbee3471e3a172254328036af88b874fbb22b1d56dbec788ec1b2dd72728d17bfea0c948210096a763af9a2d9e00ba977478f623c6a290106e49cc23519b72807d3af406e9a4b735dfc51ef66657a9cefe6e6bab4255ec5800ac987716671e587c96e3d6a700", "versions": { "2012.02.22": { "bin": [ @@ -5873,6 +5873,20 @@ "https://yt-dl.org/downloads/2014.11.13.2/youtube-dl-2014.11.13.2.tar.gz", "71d031f238c721408428ed5849b1a22409ea74e13fd9eb74f78c2692018f881f" ] + }, + "2014.11.13.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.11.13.3/youtube-dl", + "34cd317650d0ae424bccc31f01f8db23df9bf7fad7f893622b36c60b9ca374a3" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.11.13.3/youtube-dl.exe", + "fc42f8bfa2310b54f8405d63e0ad29c1416cdb2a2289a77291d28dd02ddb30e1" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.11.13.3/youtube-dl-2014.11.13.3.tar.gz", + "978e325e758dbb67a0479c310b46e902343c7c133bac976e49953b82da4d65e3" + ] } } } \ No newline at end of file