diff --git a/download.html b/download.html index 56be8adbd..bf9510d77 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.11.15.1 (sig)

+

2013.11.17 (sig)

- Windows exe (sig - cbca442a2a335c0d9c0e1c123d6c48d6a1374bf18046599951a4db6f57ef30b5)
- Full source + docs + binary tarball (sig - 816c8207d735cda72ea9f97327cf765e039c1a0075078de6dc0e2f6c7f114229) + Windows exe (sig - 45363412d3083cd9a127488abe1396b302d9ed433df4259e00a26e585c3b8c0e)
+ Full source + docs + binary tarball (sig - e78e8e6f05d5e61b3af8b2bf387ecb442582059d86a97646c2d4294e8e787bd4)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.11.15.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.11.17/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.11.15.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.11.17/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.11.15.1/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.11.17/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 04b562d0a..7b55bf854 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -130,6 +130,7 @@
  • soundcloud
  • soundcloud:set
  • soundcloud:user
  • +
  • southpark.de
  • southparkstudios.com
  • Space
  • Spankwire
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7128d364f..8d80c7a7c 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.11.15.1 \ No newline at end of file +2013.11.17 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index ad2de8d29..b1a4d64de 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-11-15T14:37:45.542399 + 2013-11-17T22:24:21.677215 youtube-dl-2012.02.22 @@ -1849,4 +1849,19 @@ 2013-11-15-1 + + youtube-dl-2013.11.17 + New version 2013.11.17 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.11.17/ +
    +
    + + The youtube-dl maintainers + + 2013-11-17 +
    +
    \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index ecc49c2c1..e3945cbb8 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.11.15.1", - "signature": "2ab0c975cd860ed8716a4fa0c34b4e5bd4746583375bd035a6eaafdefa81c58cfc548feda39ac0731ef581796acfefb6eda50a5b99c277d51ba424cd7ee8a9bb322039758a8fa1b7f501e417aef29e0c550387c98cd4adfcacd1e332fb0fabc526d1c932583aafb50f2a6fa95dfe54cb8fcea5122c70d052dc63d576b531c39b", + "latest": "2013.11.17", + "signature": "176c593ff4558befc05ae5fa028f72ca43f838e3e560a0464ac2a72c7edcb7833bf5e5c94be7acbb5ce6ddc0a6425d769ac7d4484dc23445377e2510c831ed733a1c23f69a1033d44ce8806300d21b5cb3e746e663acf9a59b6b40aa2edf91a84b9ffae5bda9308d11effa0517dc6c89e258d569586f3e8d3d9a1b9753ecbbfb", "versions": { "2012.02.22": { "bin": [ @@ -1729,6 +1729,20 @@ "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl-2013.11.15.1.tar.gz", "816c8207d735cda72ea9f97327cf765e039c1a0075078de6dc0e2f6c7f114229" ] + }, + "2013.11.17": { + "bin": [ + "https://yt-dl.org/downloads/2013.11.17/youtube-dl", + "e0790e1d2175c461240853d6c878059285ff689bd709315663c29739980d3a26" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.11.17/youtube-dl.exe", + "45363412d3083cd9a127488abe1396b302d9ed433df4259e00a26e585c3b8c0e" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.11.17/youtube-dl-2013.11.17.tar.gz", + "e78e8e6f05d5e61b3af8b2bf387ecb442582059d86a97646c2d4294e8e787bd4" + ] } } } \ No newline at end of file