From 3e88ea52e68431aeca815922c25dfc7ad660e11e Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 4 Feb 2015 16:11:52 +0100 Subject: [PATCH] release 2015.02.04 --- 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 7ce706b58..9ee77aad0 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.02.03.1 (sig)

+

2015.02.04 (sig)

- Windows exe (sig - a7d40cebed4f762a310f54c3d3e4596e59aa678370a052240991bcf86e42f7f4)
- Full source + docs + binary tarball (sig - 63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd) + Windows exe (sig - 6b6bd35e2d513776a0b5dfdbcb58332cf32f5fb9b593894041ebb37a5b2d0817)
+ Full source + docs + binary tarball (sig - b2d147e251f997c84bad92277ebdbc44f6aa7bd62b7def9e55ffdb1c3e103264)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.02.03.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.02.04/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.02.03.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.02.04/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.02.03.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.02.04/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 1825fda92..f3801e942 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.02.03.1 \ No newline at end of file +2015.02.04 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 748a7f77b..8acce6133 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-02-03T11:07:11.692064Z + 2015-02-04T16:11:51.479797Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7475,4 +7475,19 @@ 2015-02-03T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.04 + New version 2015.02.04 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.02.04/ +
+
+ + The youtube-dl maintainers + + 2015-02-04T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f016773c3..13ba7c9a1 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.02.03.1", - "signature": "446d125af8a40f7e1bb1367cccec9cb6d90633021bb4e172f01927f16df23a3c61a176bcdfcb08f40170d1788fbc3ba7ec464c7eb704efacb48ff8ecd6897a71ee8d35071e5933fae59101ac3c0cc8b591f86f711bd6131b608f0c85ae9b5147d709b7270da08e6abc990459bcad4c0f9091a7a8ccc745e275ad1335dc4b8de7", + "latest": "2015.02.04", + "signature": "633f039d91f118ba9c2ede50cc9a2bf132d65bafc3665d6493a48972fd02695874bf2d0dc30f257c0745e5254a792803075019a4c180fb5495b50984548c0187cddcb25f201a8b7546fdfb929c76b25e22724f2a17c310addeb221c27df78f102184d58df6877c0d81cef87b0a83b393a475d355adb5e5d258955298aa2c23ef", "versions": { "2012.02.22": { "bin": [ @@ -6979,6 +6979,20 @@ "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl-2015.02.03.1.tar.gz", "63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd" ] + }, + "2015.02.04": { + "bin": [ + "https://yt-dl.org/downloads/2015.02.04/youtube-dl", + "9f45e65552b71f98f24f610e057931f15d9deb4453ceb0e812c06d5259eacb89" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.02.04/youtube-dl.exe", + "6b6bd35e2d513776a0b5dfdbcb58332cf32f5fb9b593894041ebb37a5b2d0817" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.02.04/youtube-dl-2015.02.04.tar.gz", + "b2d147e251f997c84bad92277ebdbc44f6aa7bd62b7def9e55ffdb1c3e103264" + ] } } } \ No newline at end of file