diff --git a/download.html b/download.html index a17d322f4..f4c89cbc4 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.

-

2014.10.13 (sig)

+

2014.10.15 (sig)

- Windows exe (sig - 9ab059e37657f7e9cdd781d3e9f504da08ec722ffaa91fd26141fa94b0588fdf)
- Full source + docs + binary tarball (sig - 4d36a051f4cd727c02f20ed05b61d9a7aa087a5c06ddeb3d6bc34faca16e6c5b) + Windows exe (sig - 55aaffbec53b0ddb90156e28fffabdd99e9f130d838c8a07f2d3c759dbfa3282)
+ Full source + docs + binary tarball (sig - f17e0a0ebae95120906c0c866caabb76ba5bf2abc8ae5cb939f8d584b1a511a8)

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

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

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.10.13/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/2014.10.15/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/update/LATEST_VERSION b/update/LATEST_VERSION index 7d21119ee..ec62d773f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.10.13 \ No newline at end of file +2014.10.15 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 526fe7039..24f618b51 100644 --- a/update/releases.atom +++ b/update/releases.atom @@ -3,7 +3,7 @@ youtube-dl releases https://yt-dl.org/feed/youtube-dl-updates-feed - 2014-10-13T10:20:09.255721Z + 2014-10-15T12:42:44.121226Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6005,4 +6005,19 @@ 2014-10-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.15 + New version 2014.10.15 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.10.15/ +
+
+ + The youtube-dl maintainers + + 2014-10-15T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 083b61160..79f2abf24 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.10.13", - "signature": "3b5cfcaecb824adac4984dae8509c75e908fc5014cc7a18b38b7b5eb988bcbf8d527df9e07caa0d55c9c50dc39bf4f8b0ca78733acd41c3699e8fad20845ca8afc8c4e0b86e229a923e2431d941093165bdf8f486617e6706a214f91ca67dd23afda0b75ef20ad99592dc0efb0f53fb92e6716eb8c4571ece801788f54851177", + "latest": "2014.10.15", + "signature": "758ccf534d5f33cecb7b2804fad64c80363a270a328a69c103f930c95311c608b681052097543fbed54232266499b94d43d5d1b1c043f6333b1f676dcdadcccf3726fb1e9376de311343abfa4f55d311b4d163ea644c7fe7e47be3fb8432633fbdea54b4471d488b9ed287d1cf8819b58b6550b515d281f95230f5dc63ebeab4", "versions": { "2012.02.22": { "bin": [ @@ -5607,6 +5607,20 @@ "https://yt-dl.org/downloads/2014.10.13/youtube-dl-2014.10.13.tar.gz", "4d36a051f4cd727c02f20ed05b61d9a7aa087a5c06ddeb3d6bc34faca16e6c5b" ] + }, + "2014.10.15": { + "bin": [ + "https://yt-dl.org/downloads/2014.10.15/youtube-dl", + "fdffc336620ad487fee67dd71a148386aadf9a393b1b90aea079903a106afe89" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.10.15/youtube-dl.exe", + "55aaffbec53b0ddb90156e28fffabdd99e9f130d838c8a07f2d3c759dbfa3282" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.10.15/youtube-dl-2014.10.15.tar.gz", + "f17e0a0ebae95120906c0c866caabb76ba5bf2abc8ae5cb939f8d584b1a511a8" + ] } } } \ No newline at end of file