diff --git a/download.html b/download.html index 992862be8..d0f3bb0ef 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.11.2 (sig)

+

2013.12.16 (sig)

- Windows exe (sig - 98b5b42cabe57e00ffee7f785db36ad5aaf949aba8f00af4839589029188e919)
- Full source + docs + binary tarball (sig - 785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab) + Windows exe (sig - 4931827086e1ca00d929ad4fcb599956bef9c70c0915ce42909e8cc8c5089037)
+ Full source + docs + binary tarball (sig - faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.12.11.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.12.16/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.11.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.12.16/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.11.2/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/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 42d70b2b8..a709a3db9 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -42,6 +42,7 @@
  • Brightcove
  • canalc2.tv
  • canalplus.fr
  • +
  • CBS
  • Cinemassacre
  • clipfish
  • Clipsyndicate
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index ba7899ad1..ea52db18e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.12.11.2 \ No newline at end of file +2013.12.16 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6569920e5..b99f9c072 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-12-11T09:28:48.376090 + 2013-12-16T04:48:43.215837 youtube-dl-2012.02.22 @@ -2329,4 +2329,19 @@ 2013-12-11-2 + + youtube-dl-2013.12.16 + New version 2013.12.16 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.12.16/ +
    +
    + + The youtube-dl maintainers + + 2013-12-16 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index b0acdaf06..98c7046c8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.12.11.2", - "signature": "1a2dae06ad237d1c7fda76feeaa977117b52970e5de4c1a1584d473564e28042bb66aa9ed0388d2343b93957899d75047b4cb98f42fd711ef5dec697370e4f0000732767c08c5514934fa31177da25eec7370ee070a34559256ccd66d90c622cf4546735ff59eb1f76abf132a6a0c75921a97bffc320cb1b009b5760e42d6c4c", + "latest": "2013.12.16", + "signature": "13dd6fae00aba371e741b55e43c849121196fb02beff62f07fea1b4b27f5a521c135bdbe959d2c8468152dfe99648bac2ba1aa95b305d98c4db19e87d817f7763f98e0fd11bb8f391a0756597ea2d9fc30b3ea0cece0ec3dc79181824aa6b71932928584ac4c71a59ec41def32d848ea8cb65de8ee56b6bb195f18f0032471eb", "versions": { "2012.02.22": { "bin": [ @@ -2177,6 +2177,20 @@ "https://yt-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz", "785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab" ] + }, + "2013.12.16": { + "bin": [ + "https://yt-dl.org/downloads/2013.12.16/youtube-dl", + "1464e8eef05444067fb75e46213da9de581caac351e9f192b26017abe0891321" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.12.16/youtube-dl.exe", + "4931827086e1ca00d929ad4fcb599956bef9c70c0915ce42909e8cc8c5089037" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz", + "faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78" + ] } } } \ No newline at end of file