diff --git a/download.html b/download.html index c336200ae..31174c923 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.3+ to work.

-

2013.12.16.6 (sig)

+

2013.12.16.7 (sig)

- Windows exe (sig - c504b7e74f9418cae66caee8d22ee478e1d4c4a7ad892b26f10b01105b7162a2)
- Full source + docs + binary tarball (sig - bd11dc0d524f1fd90118c445479dcb00bfd5828b17a5464bdf605405569df9b3) + Windows exe (sig - bafddd4a7086f660839766925935f3ae2324ff37eb50b6a1b13af45945520799)
+ Full source + docs + binary tarball (sig - 95ceb0aa30a1791efa26e1d285a69283c468aa27cace65b9094d485e785a58e9)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.16.6/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.16.7/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /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/2013.12.16.6/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.16.7/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -49,7 +49,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2013.12.16.6/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/2013.12.16.7/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 01eef138a..3ce17f847 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -20,6 +20,7 @@
  • 56.com
  • 8tracks
  • 9gag
  • +
  • AcademicEarth:Course
  • AddAnime
  • anitube.se
  • AppleTrailers
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 9511e3b06..85c0cdd59 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.16.6 \ No newline at end of file +2013.12.16.7 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index c36875a58..f4db3e848 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-16T21:49:51.129647 + 2013-12-16T22:23:21.998945 youtube-dl-2012.02.22 @@ -2419,4 +2419,19 @@ 2013-12-16-6 + + youtube-dl-2013.12.16.7 + New version 2013.12.16.7 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16.7/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16-7 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6360a8673..d6044f05d 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.16.6", - "signature": "5cc863ca1477614981209819f9cb0fafb5acbe18f61886f32a6438b4b185b5bb0d614cc0bf823237ecc8a2b87f5dded04b48a102ef2ff858dcf8f2ac28f274ecd988bc9ad1d8d02c260e2895093e364e4b50a933f64c63e62f9445565b776fa2a3c796bbeaf4e2f5d66b3eca6da099087bb5feac598e274052dae94164d02596", + "latest": "2013.12.16.7", + "signature": "86351eb7c27000b9fb5f292c727ce6c2a37e14c2fdef02a47b6f172cb4fa99e940c7fe71011e837089754d90a86730d889787e58421b2d255bdcc5656c625951d920fc2d29ce5a1bad790c1c1c1732f99ed5e808c415d2574a2a50f5ae233791d817078791eda19ce6e598a9c8bb82fd14d08d43264101f3b25df4ba3989b7a2", "versions": { "2012.02.22": { "bin": [ @@ -2261,6 +2261,20 @@ "https://yt-dl.org/downloads/2013.12.16.6/youtube-dl-2013.12.16.6.tar.gz", "bd11dc0d524f1fd90118c445479dcb00bfd5828b17a5464bdf605405569df9b3" ] + }, + "2013.12.16.7": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl", + "b5095440c7afc4a9d4be6410d48e50c173b79b67c50599cfc44478f31949b810" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl.exe", + "bafddd4a7086f660839766925935f3ae2324ff37eb50b6a1b13af45945520799" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16.7/youtube-dl-2013.12.16.7.tar.gz", + "95ceb0aa30a1791efa26e1d285a69283c468aa27cace65b9094d485e785a58e9" + ] } } } \ No newline at end of file