diff --git a/download.html b/download.html index e110524e8..6d89504ed 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.01.23 (sig)

+

2016.01.27 (sig)

- Windows exe (sig - 3187a8a0b8fda241df383ab912ea669e225c6f49fb7cf13039aa4408cc5c3bc2)
- Full source + docs + binary tarball (sig - 449f4330fac38ed9f2bb2a547f42c1cfd705bab6a8839ff279fc4bd91f233154) + Windows exe (sig - a253d11b5348f6437b672d82ed9282e616ac41ff6e441138b1a7e2ce4c7b9444)
+ Full source + docs + binary tarball (sig - d06bb62ea19aef3ebb842ac01d98bbeee378e06d9e7c7a2f3bef343205b52ee9)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.01.23/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2016.01.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.01.23/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2016.01.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.01.23/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.01.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 8df7d14ef..5ad2007c2 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -195,6 +195,7 @@
  • ExpoTV
  • ExtremeTube
  • facebook
  • +
  • facebook:post
  • faz.net
  • fc2
  • Fczenit
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 58639a0e9..7684e3a93 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.01.23 \ No newline at end of file +2016.01.27 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index fd7ed8c9b..09db48a00 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-01-23T12:05:40.808145Z + 2016-01-27T09:05:54.172611Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9065,4 +9065,19 @@ 2016-01-23T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.01.27 + New version 2016.01.27 + + +
    + Downloads available at https://yt-dl.org/downloads/2016.01.27/ +
    +
    + + The youtube-dl maintainers + + 2016-01-27T00:00:00Z +
    + \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 93d70bba3..6632e42ce 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.01.23", - "signature": "341ad5122d79af346c3f7e9dae68e4a7b37a815750d4f27ac58643edf875040a7d0b135fa008ff00d7bf28e9c19e787d2e3db0c0e2b755cae91161675ab89411115378f75fbc19aa69cf403f6e5441892e2f5436ce6ae458dfebd563c16d1e2f3ed952b160cc9d507dfea584e9e253cd274d320d6ce81335b798a52f3c9afe1c", + "latest": "2016.01.27", + "signature": "6c718a8064dd7f2f2466b729c7c7b83f25f69d1afe6e8b18fe5ef0b0395a77b8ba23bd8262f8789bc42d9a8be541f543be9348e08eb9716d93cc8ef311755a0bd06afb1951ff766524fe4e224eb381b55743226e8498e145e294a15f698484b4c380f5f4c9b024890180fdadf34560a1a6ca2facd46bb152225e7a6965829bf9", "versions": { "2012.02.22": { "bin": [ @@ -8463,6 +8463,20 @@ "https://yt-dl.org/downloads/2016.01.23/youtube-dl-2016.01.23.tar.gz", "449f4330fac38ed9f2bb2a547f42c1cfd705bab6a8839ff279fc4bd91f233154" ] + }, + "2016.01.27": { + "bin": [ + "https://yt-dl.org/downloads/2016.01.27/youtube-dl", + "28d861a504fce2b15093a84643c5d893cb031c9fe38e50a0873721d69f70783e" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.01.27/youtube-dl.exe", + "a253d11b5348f6437b672d82ed9282e616ac41ff6e441138b1a7e2ce4c7b9444" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.01.27/youtube-dl-2016.01.27.tar.gz", + "d06bb62ea19aef3ebb842ac01d98bbeee378e06d9e7c7a2f3bef343205b52ee9" + ] } } } \ No newline at end of file