diff --git a/download.html b/download.html index d851dcaf8..f5457c0ea 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.03.26 (sig)

+

2016.03.27 (sig)

- Windows exe (sig - 65579f07f03c0ceea1b2a489194baa23bf2bdeb0d13e354bfe00357719697522)
- Full source + docs + binary tarball (sig - 7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61) + Windows exe (sig - f5e5d1e7f151a6a82439dcbbf98ed43740b0f1ad149ba7e15d5e50145663bc21)
+ Full source + docs + binary tarball (sig - 472e5d0b5907ace17267974ca8f3548c02c44c6ff679ab10ee01987873285dbf)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.03.26/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2016.03.27/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.03.26/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2016.03.27/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.03.26/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.03.27/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 0f57afc7f..4bbbe6dc3 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -55,8 +55,8 @@
  • appletrailers:section
  • archive.org: archive.org videos
  • ARD
  • -
  • ARD:mediathek
  • ARD:mediathek: Saarländischer Rundfunk
  • +
  • ARD:mediathek
  • arte.tv
  • arte.tv:+7
  • arte.tv:cinema
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index df78a9679..0ace28390 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.03.26 \ No newline at end of file +2016.03.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 035dda55c..ba9a5e324 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-03-26T09:01:01.218344Z + 2016-03-27T17:00:24.502354Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9350,4 +9350,19 @@ 2016-03-26T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.27 + New version 2016.03.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.03.27/ +
    +
    + + The youtube-dl maintainers + + 2016-03-27T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e0182ac8c..677d54310 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.03.26", - "signature": "6211db0b44f15fb6090de1650e702c48e5a342dae1ba7db09f263c5fa9b5e69b72e42819fba5b1ff8f38221dc616f397dd30bad1373759edd39febac94ffa24de347f9746902084553e912ff7793c9d5104ce3ca76cb0c110592f4319b8ab01c43367ae6d2773719ef527ebc83431b7a774d77378cc415094e835b0fba0abcb3", + "latest": "2016.03.27", + "signature": "6a9761a091762a547cd6d592283eacea68ad5f1b8f8dfab244dfc3ed292efa42af921c46fe420059f7aad8368570cf9c66c1ed06ccd774e43e695df45d2c18a76afb33ed4b78d76330dac02cee58989fba28e2994a0e8e8ec51ac2a9b00c6408171716e35d71f4702e136c94662c6236bb1ad1b808000258cc681a8c357c0154", "versions": { "2012.02.22": { "bin": [ @@ -8729,6 +8729,20 @@ "https://yt-dl.org/downloads/2016.03.26/youtube-dl-2016.03.26.tar.gz", "7a5ef31c40c4e5b3d5a22e99437bf02b0c79b6a19e765749db6c9b754836bc61" ] + }, + "2016.03.27": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.27/youtube-dl", + "b42e2e84eda23985684850c69b283ecc51c8df890d2fa743a27e9ece5d4780a5" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.27/youtube-dl.exe", + "f5e5d1e7f151a6a82439dcbbf98ed43740b0f1ad149ba7e15d5e50145663bc21" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.27/youtube-dl-2016.03.27.tar.gz", + "472e5d0b5907ace17267974ca8f3548c02c44c6ff679ab10ee01987873285dbf" + ] } } } \ No newline at end of file