From 132b1532c64358bef92000f9c9cef59bfad13ae6 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Thu, 28 Aug 2014 01:44:00 +0200 Subject: [PATCH] release 2014.08.28 --- 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 78801f017..9be466a5e 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.08.27.1 (sig)

+

2014.08.28 (sig)

- Windows exe (sig - 2239e7720a6a6f33ea4f37d80ba6857c7b48ecad23f1d9f3ebdbf6e894350346)
- Full source + docs + binary tarball (sig - 29b879fda86cc262eb09fb5fcc9397177df850c9c90e3f9a96f43afdc849b84c) + Windows exe (sig - 6bb8047ea223e894854251a08ad76661825f7387a714089290cc8c97d1727619)
+ Full source + docs + binary tarball (sig - a7f5707da2caa6499132a7b735680862621217dc1a238993cd05ef56e28d79e9)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.08.27.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.08.28/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.08.27.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.08.28/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.08.27.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/2014.08.28/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 2e792e4d2..c1dd19dc5 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.08.27.1 \ No newline at end of file +2014.08.28 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 189e989df..f29e3aa8e 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-08-27T02:40:38.994232Z + 2014-08-28T01:43:53.662436Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5495,4 +5495,19 @@ 2014-08-27T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.28 + New version 2014.08.28 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.08.28/ +
+
+ + The youtube-dl maintainers + + 2014-08-28T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ae9d1b547..7e355913d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.08.27.1", - "signature": "5aa504a8371ea91f4397f8ff9ea7f50cd9cbb6abbafe7fc5c7bd2ef8950b7068005b59e0a837e361f338bae557f170daae273feeb272e5556dfc957bcf45068bfb25fa5a53d85656560587a7dd9ed6465bc3d67a5373f82904cc4cb4730e5107e6e2a47fa75d66fb069716927ffd9663a8673a35608692535ec13628432ff006", + "latest": "2014.08.28", + "signature": "3318057a5bf398e2bc0e6d8b34db5e4aa6492bc2303d7e59063ffe36c0e5275158fd273a20cb504db08de30c5663538e86fba0b7d2f71f6d93c3a23642080d0961ea2387913e6f77472c3d4c59b0e090c76db81dad24516ddaae075931222306fc664f2cf35287bcb118dede3783ded4f212dae90c35a5080eb7fc1d80afa731", "versions": { "2012.02.22": { "bin": [ @@ -5131,6 +5131,20 @@ "https://yt-dl.org/downloads/2014.08.27.1/youtube-dl-2014.08.27.1.tar.gz", "29b879fda86cc262eb09fb5fcc9397177df850c9c90e3f9a96f43afdc849b84c" ] + }, + "2014.08.28": { + "bin": [ + "https://yt-dl.org/downloads/2014.08.28/youtube-dl", + "51208a483beb29280ceb3ea0be16baf1bea89c3e4647677392f3ee26bbc20cf1" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.08.28/youtube-dl.exe", + "6bb8047ea223e894854251a08ad76661825f7387a714089290cc8c97d1727619" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.08.28/youtube-dl-2014.08.28.tar.gz", + "a7f5707da2caa6499132a7b735680862621217dc1a238993cd05ef56e28d79e9" + ] } } } \ No newline at end of file