diff --git a/download.html b/download.html index ad941f5a0..77e13dbf1 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.

-

2013.11.25.2 (sig)

+

2013.11.25.3 (sig)

- Windows exe (sig - bb0e526ba0ffe4599c728e18ac8127939fc8bd06f545b56706d4ee6f81b40183)
- Full source + docs + binary tarball (sig - 9b660be4c2c6888ecbfcfcb56870a55b7af9103c485d070121b5eefa4d5f0bc5) + Windows exe (sig - 9e6052603c2bc556caf0f1826744b89131042ae9b3c8d18296bb90cb9ed80f6d)
+ Full source + docs + binary tarball (sig - 1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.25.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.25.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/2013.11.25.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.25.3/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/2013.11.25.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/2013.11.25.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 6b91a8482..f3c1258f4 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.25.2 \ No newline at end of file +2013.11.25.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 4f92c1cd4..b9d96e165 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-25T15:49:03.231670 + 2013-11-25T22:57:44.005558 youtube-dl-2012.02.22 @@ -2059,4 +2059,19 @@ 2013-11-25-2 + + youtube-dl-2013.11.25.3 + New version 2013.11.25.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.11.25.3/ +
+
+ + The youtube-dl maintainers + + 2013-11-25-3 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 450893627..01aefd96e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.25.2", - "signature": "2e5d14eb0a6f3d48226ee4645de2b487364b5a7034a52efdb65ff498d74f625b5533cb337ed138bee85e44cf01460c72420e562b7a5b464024643b91609f5f66f9ada95b056051f45b37294446732897c37d875a8d646b91f2d5ccffcbdbce9323294f3b453d1b82ca66ae08369795b30621e7e660216d037950e6500e428feb", + "latest": "2013.11.25.3", + "signature": "1c19522109a1947380f83ca3b959e3ad77226c24dc655c3241535775845bae95b81bb0a60877402ef751ccff6981cf53cc9fdbb3b830add0a0b9e8902e716d274f6a6fc323fc6876158146d9b67b0ef15a541ce5d312dae7ee14fa0e99fb80401eb61ab3001aabca231cb3e4d294cda5641c6318e410ad57747d7517157e9267", "versions": { "2012.02.22": { "bin": [ @@ -1925,6 +1925,20 @@ "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl-2013.11.25.2.tar.gz", "9b660be4c2c6888ecbfcfcb56870a55b7af9103c485d070121b5eefa4d5f0bc5" ] + }, + "2013.11.25.3": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl", + "13ad9f5552825591b64d6e67668d6fc6c77348aead5a6ef27a161c7c308f31c7" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl.exe", + "9e6052603c2bc556caf0f1826744b89131042ae9b3c8d18296bb90cb9ed80f6d" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl-2013.11.25.3.tar.gz", + "1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60" + ] } } } \ No newline at end of file