From d1603ead1219283e1b69be97080ae81d533ed12f Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 1 Sep 2014 00:30:50 +0200 Subject: [PATCH] release 2014.09.01.1 --- 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 f76a4725b..171cfadef 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.09.01 (sig)

+

2014.09.01.1 (sig)

- Windows exe (sig - b11110d79412a15062c7602bf051f0c833f920d4eec8f64af1ad40df5045b5dc)
- Full source + docs + binary tarball (sig - 28242c9a8f70b1715504b5fd6f64cb30e7fc3eaf573581362d15f03caf45bb07) + Windows exe (sig - b043cee80dc7db1d9cbd70eea0c7c411da6f23c375ada768227cf41545a0c79f)
+ Full source + docs + binary tarball (sig - 328464979072829cc3a05e3f15f10d57ee49878c52ab82887e13169d22015a86)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.09.01/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.09.01.1/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.09.01/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.09.01.1/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.09.01/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.09.01.1/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 9a8780c9d..695850843 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.09.01 \ No newline at end of file +2014.09.01.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 95fe4c3b1..b055b836a 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-09-01T00:10:25.894532Z + 2014-09-01T00:30:47.591648Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5570,4 +5570,19 @@ 2014-09-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.01.1 + New version 2014.09.01.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.09.01.1/ +
+
+ + The youtube-dl maintainers + + 2014-09-01T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 2f800cad0..96f28be0f 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.09.01", - "signature": "161166130f6f651202ee0f1d578a87c3b527382d11e7104adc4ef5682b440bbabe755649954d453ff21788427497d2fbbf9ec250184888015948ea212b6049c673a460886b799df8d142364e5bc87bcbc08ca08bc400fcfd61f2424e89e9bc96593b097259f5c34fd406e8189eab8a4b3ac8c0863c45d20c904e13b48787acab", + "latest": "2014.09.01.1", + "signature": "64aea09ea1f5c918afe261d7ea2313d133557d9780ea7ffbe014a9bc151a23e4e57820f0e4fcac12ea52188cfc2846404a4e0bb89cfe14aac71c9693556138d9a83d5129fea1e7807b7814ebb0e037b5afe4193aa513dc60754ade8ba680cacc2f718a5e0da6bd3b66636a1905bcbba15df8b0d6bd21aecaafcff3871b858144", "versions": { "2012.02.22": { "bin": [ @@ -5201,6 +5201,20 @@ "https://yt-dl.org/downloads/2014.09.01/youtube-dl-2014.09.01.tar.gz", "28242c9a8f70b1715504b5fd6f64cb30e7fc3eaf573581362d15f03caf45bb07" ] + }, + "2014.09.01.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.09.01.1/youtube-dl", + "2a966912b21ee41bf27f62e6f9b0fdd483cf8f71e292b1b10d29345630eee96c" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.09.01.1/youtube-dl.exe", + "b043cee80dc7db1d9cbd70eea0c7c411da6f23c375ada768227cf41545a0c79f" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.09.01.1/youtube-dl-2014.09.01.1.tar.gz", + "328464979072829cc3a05e3f15f10d57ee49878c52ab82887e13169d22015a86" + ] } } } \ No newline at end of file