diff --git a/download.html b/download.html index b0e94d06a..cc04f1b42 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.27 (sig)

+

2016.03.01 (sig)

- Windows exe (sig - 3ff2b9fa221512fd8c44f4e68dd922df61f1b4dde89986adb976a8ddca243870)
- Full source + docs + binary tarball (sig - fe22ed108ec94f35e66b0907edffc6e67af54ead95a6f71e4b1ac53d2e1e006e) + Windows exe (sig - a456c179b1f1c93a873569246f7c5ecd6ceb913b83cdd60db94d9fd0ad60f6c7)
+ Full source + docs + binary tarball (sig - fc0f9aebcf3983a848a35631ed1aa465ff3feca507387bff72286a9b49f14d70)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.27/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2016.03.01/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.27/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2016.03.01/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.27/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.01/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 01dba4daa..e8345b52b 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 d42cd49ba..62475d79c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.27 \ No newline at end of file +2016.03.01 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 88f45409f..47b03d687 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-27T21:41:49.526091Z + 2016-03-01T00:11:05.950170Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9260,4 +9260,19 @@ 2016-02-27T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.03.01 + New version 2016.03.01 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.03.01/ +
    +
    + + The youtube-dl maintainers + + 2016-03-01T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 73d1b6412..67ac45541 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.27", - "signature": "8d1657b2683344cccdae96a08325e6b237e22ea904fc736b2e1499451993390d124329635a20f0cf0516fa552abefc49b4140cd5d45dff64cc26be6e7fd61fddbd8856c221e21e7a7bf5b8146bf47e920c97d23f415ad160e143bca368a3df3f08534918a40bef658cf6791bcca74ffce9bf7a6ee7b0297d9853e949538f476a", + "latest": "2016.03.01", + "signature": "277592c0b17a4fc18b11fa63d4f5e9775891fbb7fd9546fdd5432b5b09f2cafba956dc1b288b55fa2505972da52cd084c2ea1f9fc5c23f67e350cfdefa07475cf3a71739819afd1961ee861abc8f53084dee77fbb60e82e73046af7f2c48dcc3a822dc76c4207a8d0b434fb0ed84581ed71326570d5270c646055b885e075d83", "versions": { "2012.02.22": { "bin": [ @@ -8645,6 +8645,20 @@ "https://yt-dl.org/downloads/2016.02.27/youtube-dl-2016.02.27.tar.gz", "fe22ed108ec94f35e66b0907edffc6e67af54ead95a6f71e4b1ac53d2e1e006e" ] + }, + "2016.03.01": { + "bin": [ + "https://yt-dl.org/downloads/2016.03.01/youtube-dl", + "c1053e24cb7091754a93988cc11531ab53ac5e9acc8dce8b56476d1d7bba8e22" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.03.01/youtube-dl.exe", + "a456c179b1f1c93a873569246f7c5ecd6ceb913b83cdd60db94d9fd0ad60f6c7" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.03.01/youtube-dl-2016.03.01.tar.gz", + "fc0f9aebcf3983a848a35631ed1aa465ff3feca507387bff72286a9b49f14d70" + ] } } } \ No newline at end of file