diff --git a/download.html b/download.html index 77e13dbf1..098efa873 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.3 (sig)

+

2013.11.26 (sig)

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

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.25.3/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.26/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.3/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.26/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.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/2013.11.26/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 f3c1258f4..7365244cc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.25.3 \ No newline at end of file +2013.11.26 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b9d96e165..ce9d1d2e3 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-25T22:57:44.005558 + 2013-11-26T10:48:13.447921 youtube-dl-2012.02.22 @@ -2074,4 +2074,19 @@ 2013-11-25-3 + + youtube-dl-2013.11.26 + New version 2013.11.26 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.11.26/ +
+
+ + The youtube-dl maintainers + + 2013-11-26 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 01aefd96e..2388ce845 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.25.3", - "signature": "1c19522109a1947380f83ca3b959e3ad77226c24dc655c3241535775845bae95b81bb0a60877402ef751ccff6981cf53cc9fdbb3b830add0a0b9e8902e716d274f6a6fc323fc6876158146d9b67b0ef15a541ce5d312dae7ee14fa0e99fb80401eb61ab3001aabca231cb3e4d294cda5641c6318e410ad57747d7517157e9267", + "latest": "2013.11.26", + "signature": "8d9f795700a8ba61e83b698e1022eb98cf331f798c5d5336545149a8614c6bae5ce7f0fa94fa80883d0d9dd4f56f7e2bb2327653ea5edf6c47a970d0dcdcfe0fc67df1236f51d8a86cf8c75523de65ee2e70c0dbde1c1b85ac022b7beb33c8cf927a0f9afb68f0f5e403aabccc81ebb7b9ca14d98adfef7297a90657d0449de8", "versions": { "2012.02.22": { "bin": [ @@ -1939,6 +1939,20 @@ "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl-2013.11.25.3.tar.gz", "1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60" ] + }, + "2013.11.26": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.26/youtube-dl", + "6efbe1d3e53b8a9341ab785b04c7463ddc41ec8180ab56411ee9884dd875b1e7" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.26/youtube-dl.exe", + "9b3c8927acfaddf91f5a4af7f6562d0a086a23987718cfc0d1c5c269d7f6e1a4" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.26/youtube-dl-2013.11.26.tar.gz", + "eb38ace616da80f3adb4613faea36d3085e7874a27b933f9fc48b32b930f1922" + ] } } } \ No newline at end of file