diff --git a/download.html b/download.html index 4f5245b66..9652a7108 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.10.28 (sig)

+

2013.10.29 (sig)

- Windows exe (sig - 5da821e74080a1b1fca7da1266930cb3357f9d5d8274f761e571a7309fc0059f)
- Full source + docs + binary tarball (sig - 30f6ff1bce244d478a173375e5b7b641f0798107b00a8d4a70b7a6e157286b65) + Windows exe (sig - 34569c4636952e3eb436f14ab10df7c9fba7a47532d467a4778402e68f82e170)
+ Full source + docs + binary tarball (sig - dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.28/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.10.29/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.10.28/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.10.29/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.10.28/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.10.29/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 a3cca6378..cde6ea67b 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -90,6 +90,7 @@
  • mixcloud
  • MTV
  • muzu.tv
  • +
  • MySpace
  • MySpass
  • myvideo
  • Naver
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index 7f1347269..10bab70ec 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.28 \ No newline at end of file +2013.10.29 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index b20af38dc..dea87b68c 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-28T11:39:27.268957 + 2013-10-29T06:50:44.775619 youtube-dl-2012.02.22 @@ -1669,6 +1669,21 @@ 2013-10-28 + + youtube-dl-2013.10.29 + New version 2013.10.29 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.29/ +
    +
    + + The youtube-dl maintainers + + 2013-10-29 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 7bcaa4ab8..f9859c8fb 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.28", - "signature": "1f0d8c374e037cfa3854d615a87f6ddfd3db51e1a3a6d3a96e328102a4014ce6f40e42542ab382086597b7b3f846625b8dc200745fc278ec57dda8092b9b88a1044476dea2636f3cebc02f73c25c4dc8a935a6b28870f8a13506832e917ee4862f996ead11d44d18e555934ae4f1e7effbcefc163d18d690b74b8a85c66fcabf", + "latest": "2013.10.29", + "signature": "6d9755205d22c59513ed7087f25c013bf4c49eb1787ff09fa800a76971ffee559973d26a1dd57a3faa2a6a5caff773de4c42bf58b9f09d7b926afe26a3262b83b157bbab8984395e741133de7d115fb6c6dc6547385605f1c1238e96d06389b940a0da0548ea22d766183054219a3ebe06ef00ca533af6da5dfdd81958c2bbc9", "versions": { "2012.02.22": { "bin": [ @@ -1562,6 +1562,20 @@ "30f6ff1bce244d478a173375e5b7b641f0798107b00a8d4a70b7a6e157286b65" ] }, + "2013.10.29": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.29/youtube-dl", + "86f476d96efcfad5084a033fffdd7740f528165777b397e43b19cda6e083e19c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.29/youtube-dl.exe", + "34569c4636952e3eb436f14ab10df7c9fba7a47532d467a4778402e68f82e170" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.29/youtube-dl-2013.10.29.tar.gz", + "dfa7e4bc84c6a393019753f002f0e7e14ac04958395798d74dd151a50362c5e6" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",