diff --git a/download.html b/download.html index 4d79badb7..c93f6389b 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.02.09 (sig)

+

2016.02.09.1 (sig)

- Windows exe (sig - b3bdfdbc5ec4e3043d2656975c50091a25bfa6bc273ff7b2bfc3f0c81e06410a)
- Full source + docs + binary tarball (sig - 361d4a47f5ff1591c9577c58fe11689ba07eb9cab07f21560a426710beef0207) + Windows exe (sig - f92e7bd16b65cbb76e78b84065833eab5db8cc86feb2fa71c24bbdd487a30434)
+ Full source + docs + binary tarball (sig - f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.09/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2016.02.09.1/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.02.09/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2016.02.09.1/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.02.09/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.02.09.1/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 a03f543ae..75c775f91 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -54,8 +54,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 86be9429a..7aaf1cca8 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.09 \ No newline at end of file +2016.02.09.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 572acdb5b..1ce5cf630 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-02-09T13:01:35.001788Z + 2016-02-09T20:23:48.661419Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9185,4 +9185,19 @@ 2016-02-09T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.09.1 + New version 2016.02.09.1 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.02.09.1/ +
    +
    + + The youtube-dl maintainers + + 2016-02-09T00:00:01Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f2b2bf329..148529cac 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.09", - "signature": "7b17b11fd0aeb10bf91eeac4d95eefc14bab1d25738a1953d6af32a75a170cd1c6a39316aa5ece4fec4f2b4dd1bc4364be20b89be92d0131768601678ef766de157dbc67589cf99f388c79179a4916cd28b2452b856e1d742768988011971a16036d847cd18a8609474f093ee8141a2f266f7f74af353b58b960b3addb02276a", + "latest": "2016.02.09.1", + "signature": "4f042004eb670d8e9afb718e64cc12548627776971be86ca5455fe195199a663626c56916c47a99db40897a0fdeb2dfadd52a777d4768f88a795f7a15757f88a157277d3a6447d8322af4bdcd5bc80d8d09f9c1d6e71b6ebe1e301c4b8d147d953322aaf236b836839a05bdb1d0c129e9c1e5f1c040cfb52639149195e7a0e7d", "versions": { "2012.02.22": { "bin": [ @@ -8575,6 +8575,20 @@ "https://yt-dl.org/downloads/2016.02.09/youtube-dl-2016.02.09.tar.gz", "361d4a47f5ff1591c9577c58fe11689ba07eb9cab07f21560a426710beef0207" ] + }, + "2016.02.09.1": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl", + "af7483b29156cb85aa4d3abb84a727942b6c2e8fa61ea17232e3e76cbffe1a8c" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl.exe", + "f92e7bd16b65cbb76e78b84065833eab5db8cc86feb2fa71c24bbdd487a30434" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl-2016.02.09.1.tar.gz", + "f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78" + ] } } } \ No newline at end of file