From 4bfb57ea3e0bddbf8f1630f8e102d42db32ec635 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 17 Dec 2013 13:05:32 +0100 Subject: [PATCH] release 2013.12.17.2 --- download.html | 18 +++++++++--------- update/LATEST_VERSION | 2 +- update/releases.atom | 17 ++++++++++++++++- update/versions.json | 18 ++++++++++++++++-- 4 files changed, 42 insertions(+), 13 deletions(-) diff --git a/download.html b/download.html index f3cfed99c..b7a3b4c0e 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.12.17.1 (sig)

+

2013.12.17.2 (sig)

- Windows exe (sig - 9f8809a34695d248b85115485d3ee8b022e5ea234b8f025350b45e49f6233933)
- Full source + docs + binary tarball (sig - f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee) + Windows exe (sig - d718149c2f00aed1155401c66b85584818aa75ce6e719fc76043f0ff230618e3)
+ Full source + docs + binary tarball (sig - bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.17.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.17.2/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.12.17.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.17.2/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.12.17.1/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.12.17.2/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 064f845a4..b36f2feab 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.17.1 \ No newline at end of file +2013.12.17.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 917d2db32..135f3c165 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-17T04:16:09.248686 + 2013-12-17T13:05:31.096860 youtube-dl-2012.02.22 @@ -2464,4 +2464,19 @@ 2013-12-17-1 + + youtube-dl-2013.12.17.2 + New version 2013.12.17.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2013.12.17.2/ +
+
+ + The youtube-dl maintainers + + 2013-12-17-2 +
+
\ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 7009cd522..24b785089 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.17.1", - "signature": "16eecf8c3baa0815ef555d77292c50fa2a17b8855f0bf990e8d62e4ceec271ec708060cbd5d9c3a1f97df94125d894cc2732374a025a9b1b01e0dee0d3cf57a40edd80126adc07d3c8f6ebb47e96dae1a31ce53adb8e5ac5a9e3fdf3ee4117e5965fd2d93f3dfc03c96e1382317dbde0ddb75e928df1bf7edc3e2803a6f33ac6", + "latest": "2013.12.17.2", + "signature": "059ddf1e1a58ba178de7afc1775654aab211bb6ec4713aa437a8eb208fcf992417d3965ad3a40da4f9930d92bb90b3ec75c8c46e9438760a92498fe4c9b6fe926d5acbc76e028beb38fe786e06e1c06afa6ef88a32ff6b79ea793d93a016c45bcd36de8b4971c56f33fbc715b83929f467b26c90606697775a1f90d3c3c5d146", "versions": { "2012.02.22": { "bin": [ @@ -2303,6 +2303,20 @@ "https://yt-dl.org/downloads/2013.12.17.1/youtube-dl-2013.12.17.1.tar.gz", "f4eeb72e25124a94840c4c9c31476b6f468b13217e5e483cd7d672c7f4cafaee" ] + }, + "2013.12.17.2": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl", + "953409a75086b21aad8118348375b1484fd58441e8b6fb5bd969dbfb4eb3eb7c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl.exe", + "d718149c2f00aed1155401c66b85584818aa75ce6e719fc76043f0ff230618e3" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.17.2/youtube-dl-2013.12.17.2.tar.gz", + "bbf98e81921adbba383caf11f9dcb33aa4d6dc0b3c03ebba53690f613609bbb6" + ] } } } \ No newline at end of file