diff --git a/download.html b/download.html index b7f89ec19..80b19374d 100644 --- a/download.html +++ b/download.html @@ -16,27 +16,27 @@

Remember youtube-dl requires Python version 2.6, 2.7, or 3.2+ to work.

-

2015.11.01 (sig)

+

2015.11.02 (sig)

- Windows exe (sig - 01d6876030a7ad9b340f00657ef3ba7c933ef0d702d144bedfef6679fd979152)
- Full source + docs + binary tarball (sig - 58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a) + Windows exe (sig - 3a995d6d8cdd8cf5f033ea21581da2c5deccba49f02516e7482d1361acb87a7a)
+ Full source + docs + binary tarball (sig - 5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.11.01/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.11.02/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /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/2015.11.01/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.11.02/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /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/2015.11.01/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/2015.11.02/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 c5109b703..3464ebcbe 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.11.01 \ No newline at end of file +2015.11.02 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 46b2ad6a1..c1206e565 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 - 2015-11-01T14:22:54.315007Z + 2015-11-02T16:24:36.716077Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -8690,4 +8690,19 @@ 2015-11-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.02 + New version 2015.11.02 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.11.02/ +
+
+ + The youtube-dl maintainers + + 2015-11-02T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 6a309b5c1..9d74b9f12 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.11.01", - "signature": "5e8aa6a3fc28a339b82973b9317fa60b8777644d17cc88897ab5b90a62501aaf134d143a81cb29dccd9a4a68468032b930c8162cfd6688f2bc6c31c7fc23494c9435588ce44fadb6b3a4d50564fc8901a78e1ad0e9bd1ce1b57078d140cf8a885682421d374249ab3dac2444ded25fa98d8dd9c7b1418e1b11dcdcdddc871003", + "latest": "2015.11.02", + "signature": "4df1b65955801b988812752d582318c0b407f5994960afbe579d490176e7494b715baf5ba60d11c51a3198e7dd4ae2dba0b0ddd196ec9296a9809eb1ebce991b805d1e4eff700fd93fe60da7d30408f5183e281fcc1c57e30d55e040980caa541763ecbff83fc208cd49e60e5201008284a3c9f26edbda22148c76e604ceed05", "versions": { "2012.02.22": { "bin": [ @@ -8113,6 +8113,20 @@ "https://yt-dl.org/downloads/2015.11.01/youtube-dl-2015.11.01.tar.gz", "58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a" ] + }, + "2015.11.02": { + "bin": [ + "https://yt-dl.org/downloads/2015.11.02/youtube-dl", + "ec08bffa6e2a9fb2137a89b4ed22bb24ad91f9151646d8b32167cf823132db0c" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.11.02/youtube-dl.exe", + "3a995d6d8cdd8cf5f033ea21581da2c5deccba49f02516e7482d1361acb87a7a" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.11.02/youtube-dl-2015.11.02.tar.gz", + "5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c" + ] } } } \ No newline at end of file