diff --git a/download.html b/download.html index 84a20226f..c5d16f506 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.17 (sig)

+

2013.10.18 (sig)

- Windows exe (sig - f6698ddfa1578399fe7730fce0511884b0ffee10f68ed6d7faa3e0b78babab99)
- Full source + docs + binary tarball (sig - 789aa2d66379a9dd2f541b4c210348e83d0b6eea61925564b064f98105087927) + Windows exe (sig - 7fd5d798a52c83155fb657a6d941aec1b8f496b25aff58d147e141f389df4fa3)
+ Full source + docs + binary tarball (sig - 06e86e0a7633c5cfe9c5792b36f43a9acd2fd3070d74468a8a2f1385f7db987d)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2013.10.17/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2013.10.18/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.17/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2013.10.18/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.17/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.18/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 08bfdf02c..491f79926 100644 --- a/supportedsites.html +++ b/supportedsites.html @@ -127,6 +127,7 @@
  • Steam
  • SztvHu
  • Teamcoco
  • +
  • TechTalks
  • techtv.mit.edu
  • TED
  • TF1
  • diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION index adf611564..edabc566d 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2013.10.17 \ No newline at end of file +2013.10.18 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 61c16f815..9f25f90ba 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -2,7 +2,7 @@ youtube-dl releases youtube-dl-updates-feed - 2013-10-17T02:23:58.263055 + 2013-10-18T11:20:37.294898 youtube-dl-2012.02.22 @@ -1549,6 +1549,21 @@ 2013-10-17 + + youtube-dl-2013.10.18 + New version 2013.10.18 + + +
    + Downloads available at https://yt-dl.org/downloads/2013.10.18/ +
    +
    + + The youtube-dl maintainers + + 2013-10-18 +
    + youtube-dl-2013.11.09 New version 2013.11.09 diff --git a/update/versions.json b/update/versions.json index 3bbfac3b9..1598b9fab 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2013.10.17", - "signature": "4c2c087de1f27c4433739a1ec771471363e4b133d2821fa179960d50c89c08e8378803ea0848ae7a8ba22a1d1a974e392fdccfdc3b16b230c9d78f225fff99032b974cb8fbe9fdb9f146e92da79faebff502336ef7fe5263b2369b0af3c571daeed38d59acfbdd2484350ea262df0f84d82a61aad48bf34031143bbfb2e7fb4e", + "latest": "2013.10.18", + "signature": "22d88299dcb82934bf3771f66074764591308531fbc77c62d39537de1460ccb9659e5df3c3d7685741ae8a88832b9cbaba6018004806e6d62bc16e4e53963bf97a9b182f5b2b3a167b7da55669da9f1f94ac26bf9ded8f6264b0ac209edb47887dcb3b880ddc959e74b118151898ad428c16e962582f5d250d883e5277eb82bc", "versions": { "2012.02.22": { "bin": [ @@ -1450,6 +1450,20 @@ "789aa2d66379a9dd2f541b4c210348e83d0b6eea61925564b064f98105087927" ] }, + "2013.10.18": { + "bin": [ + "https://yt-dl.org/downloads/2013.10.18/youtube-dl", + "e481f19a36be4accbb75c6be4b5e26df038e9b998fdfdd9affe8babced07a06c" + ], + "exe": [ + "https://yt-dl.org/downloads/2013.10.18/youtube-dl.exe", + "7fd5d798a52c83155fb657a6d941aec1b8f496b25aff58d147e141f389df4fa3" + ], + "tar": [ + "https://yt-dl.org/downloads/2013.10.18/youtube-dl-2013.10.18.tar.gz", + "06e86e0a7633c5cfe9c5792b36f43a9acd2fd3070d74468a8a2f1385f7db987d" + ] + }, "2013.11.09": { "bin": [ "https://yt-dl.org/downloads/2013.11.09/youtube-dl",