From fdf7547735239ac6d7650319e0f4e70828dff7b9 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 16 Jan 2015 14:26:02 +0100 Subject: [PATCH] release 2015.01.16 --- 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 9c8711384..5d1c12991 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.01.15.1 (sig)

+

2015.01.16 (sig)

- Windows exe (sig - 912de6b3804d73d64de4c934ef8fab992c55006fcd1f1d3299660375e0f6d6bb)
- Full source + docs + binary tarball (sig - 33ca4587ada5fb57646d3ff32f8502ec5f2573043cbd9ce634305e299fb22a17) + Windows exe (sig - 85c7c0766d530a7e06b01a9b3f9d844a72fa57ab555f6743ba91055b7edbee41)
+ Full source + docs + binary tarball (sig - 194eeeea3357b95eb447d8cfdc3227802849e2be697e2bad925cfad01e3a673e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.15.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.16/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/2015.01.15.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.16/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/2015.01.15.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/2015.01.16/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 2ffbe1b3b..053256e6e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.15.1 \ No newline at end of file +2015.01.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 76aaab2d0..241abfd0d 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 - 2015-01-15T22:46:25.991332Z + 2015-01-16T14:25:57.087286Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7235,4 +7235,19 @@ 2015-01-15T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.16 + New version 2015.01.16 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.16/ +
+
+ + The youtube-dl maintainers + + 2015-01-16T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c9146dede..f5bf15fd0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.15.1", - "signature": "50c2a7f4aa168fc17bdd670084175f533e8e51679e027eda616a86303fec1ee42202870c84c571c7fb265b821d9343e06965c3e514a99f2010b56e38a51c7dca0a19fc2a6f89f35ce9c090d0e7c275e742cd094ab37c0d51650159e6b56ba27fd348d9e00a1df916db4ad538700aebcffe70993a34a3e5346e280a725bf6328c", + "latest": "2015.01.16", + "signature": "14854b1dd457b2fed68fca819f2ce9417911f0dad49611cef2858a6bd04a3822bbcd0f8ebe87de6ec5243fce3b2a0dea822a1f99b67b09da86890c5cddc422134e4f985f65958f0ddeac03bdffdd797684c2f81deb0c7895826590ee9f3cdd925d8da1caf0ee8a8dc117fd2001a46fd2426fad843a24178a65e3f78056457ecc", "versions": { "2012.02.22": { "bin": [ @@ -6755,6 +6755,20 @@ "https://yt-dl.org/downloads/2015.01.15.1/youtube-dl-2015.01.15.1.tar.gz", "33ca4587ada5fb57646d3ff32f8502ec5f2573043cbd9ce634305e299fb22a17" ] + }, + "2015.01.16": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.16/youtube-dl", + "b5097dbc136c8e141f5c55c58148ffef5bf19f6ef78976a3b4993761addf50e8" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.16/youtube-dl.exe", + "85c7c0766d530a7e06b01a9b3f9d844a72fa57ab555f6743ba91055b7edbee41" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.16/youtube-dl-2015.01.16.tar.gz", + "194eeeea3357b95eb447d8cfdc3227802849e2be697e2bad925cfad01e3a673e" + ] } } } \ No newline at end of file