diff --git a/download.html b/download.html index c59397453..e4048ccf1 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.

-

2016.04.05 (sig)

+

2016.04.06 (sig)

- Windows exe (sig - 025b8cb149f9c899d597392819baa732e593b4784b5cd837c495abfe93061897)
- Full source + docs + binary tarball (sig - b42fa16c6657a083082e6914c19c07f57a5a9dea34981e7442954dc30acae3ed) + Windows exe (sig - 0db9d03b4fad9debb28322197ad3b9e6d0d31f2c8124103fc8bb4707729a681c)
+ Full source + docs + binary tarball (sig - 115a7443162198f12d97c2c1d83e69d462f78410a26d6dd5ae3c74603397b9cd)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.04.05/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2016.04.06/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /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/2016.04.05/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2016.04.06/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /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/2016.04.05/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/2016.04.06/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/supportedsites.html b/supportedsites.html index 610a60f1a..25cb854ea 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,8 +55,8 @@
  • appletrailers:section
  • archive.org: archive.org videos
  • ARD
  • -
  • ARD:mediathek: Saarländischer Rundfunk
  • ARD:mediathek
  • +
  • ARD:mediathek: Saarländischer Rundfunk
  • arte.tv
  • arte.tv:+7
  • arte.tv:cinema
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 77fb5b9cb..0753cafff 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.04.05 \ No newline at end of file +2016.04.06 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 77465895b..0b66f9e92 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 - 2016-04-05T18:39:11.794050Z + 2016-04-06T15:16:27.266631Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9395,4 +9395,19 @@ 2016-04-05T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.04.06 + New version 2016.04.06 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.04.06/ +
    +
    + + The youtube-dl maintainers + + 2016-04-06T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index a204ee8bd..d9de361e5 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.04.05", - "signature": "93949e80f837743fb027ff5a089471f5d094857c8246620f1fe27b31c6cb1163940c374d3112c5c96c4cd6a9b432d68d11a6c8de5d5d1dab4662f9b2c140151804426de72b74a7b3788141d445720e6c939b44f7407f4ce0ae38b2cfc6e84e723a4326972da4a284da525df5bc1f1ea977e92e7db9cafb4ef1494737cf94189c", + "latest": "2016.04.06", + "signature": "7502eddaa05117e80fe236bea73ad48edb1f023fe254b31776cc70ecdb6005dac5d99dd740fd63cf6104e7dc141e1e49023a3aa727f4f664c0ccfb2833f2c668e8d88e28fb6c26c2d57f679724635d4bec7128453e5e791a7f5ac889998fae65ca48494b8c3cbeaf321df65d72bf77e21d148a611cf92a5d7ced7ac0147bcfcf", "versions": { "2012.02.22": { "bin": [ @@ -8771,6 +8771,20 @@ "https://yt-dl.org/downloads/2016.04.05/youtube-dl-2016.04.05.tar.gz", "b42fa16c6657a083082e6914c19c07f57a5a9dea34981e7442954dc30acae3ed" ] + }, + "2016.04.06": { + "bin": [ + "https://yt-dl.org/downloads/2016.04.06/youtube-dl", + "9959cf3f2e202e5b6241638e34e131a5a68aa39910ecb668dbb6f307e1763776" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.04.06/youtube-dl.exe", + "0db9d03b4fad9debb28322197ad3b9e6d0d31f2c8124103fc8bb4707729a681c" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.04.06/youtube-dl-2016.04.06.tar.gz", + "115a7443162198f12d97c2c1d83e69d462f78410a26d6dd5ae3c74603397b9cd" + ] } } } \ No newline at end of file