diff --git a/download.html b/download.html index c93f6389b..24cc605bd 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.

-

2016.02.09.1 (sig)

+

2016.02.10 (sig)

- Windows exe (sig - f92e7bd16b65cbb76e78b84065833eab5db8cc86feb2fa71c24bbdd487a30434)
- Full source + docs + binary tarball (sig - f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78) + Windows exe (sig - 701e04ab2f1b78ffcf9bac6c0936e35e3e9d01e3e03a017d9dcfba398e388227)
+ Full source + docs + binary tarball (sig - 386cfc2128eebbedf2c4ffdb41537aede509436cdb6b6ef596da4eece376d023)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2016.02.09.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2016.02.10/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/2016.02.09.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2016.02.10/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/2016.02.09.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/2016.02.10/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 7aaf1cca8..8567378ed 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2016.02.09.1 \ No newline at end of file +2016.02.10 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 1ce5cf630..9a3806c00 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 - 2016-02-09T20:23:48.661419Z + 2016-02-10T16:21:08.467920Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -9200,4 +9200,19 @@ 2016-02-09T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.02.10 + New version 2016.02.10 + + +
+ Downloads available at https://yt-dl.org/downloads/2016.02.10/ +
+
+ + The youtube-dl maintainers + + 2016-02-10T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 148529cac..4b7fd74e3 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2016.02.09.1", - "signature": "4f042004eb670d8e9afb718e64cc12548627776971be86ca5455fe195199a663626c56916c47a99db40897a0fdeb2dfadd52a777d4768f88a795f7a15757f88a157277d3a6447d8322af4bdcd5bc80d8d09f9c1d6e71b6ebe1e301c4b8d147d953322aaf236b836839a05bdb1d0c129e9c1e5f1c040cfb52639149195e7a0e7d", + "latest": "2016.02.10", + "signature": "8bd8fd62159c3f6894c33b8e89c259bc8364a087a6a8e3212d70c4747ad177fa2ca5b1e558292b2cf100156f3d6b2f039bfb482200d22b57a6a1a0aa26e905877181ecb420da539fe20fae9cb0cf13fb429f8b2c808083e0d497b0674fa3ee3dde8e07df4f2dd35ea7b6a157c2b0cf35dd4caafa406a8439a12a6fbc4cf01d19", "versions": { "2012.02.22": { "bin": [ @@ -8589,6 +8589,20 @@ "https://yt-dl.org/downloads/2016.02.09.1/youtube-dl-2016.02.09.1.tar.gz", "f4811f2864e5ffeb8865c097c6373d1c487ef326df71d45accd5ba0ab01f3f78" ] + }, + "2016.02.10": { + "bin": [ + "https://yt-dl.org/downloads/2016.02.10/youtube-dl", + "8f8938d99d9d03fd87c4f84b49c1c901cfaa3a5fe59c7dc15e43e9fea5b1c66a" + ], + "exe": [ + "https://yt-dl.org/downloads/2016.02.10/youtube-dl.exe", + "701e04ab2f1b78ffcf9bac6c0936e35e3e9d01e3e03a017d9dcfba398e388227" + ], + "tar": [ + "https://yt-dl.org/downloads/2016.02.10/youtube-dl-2016.02.10.tar.gz", + "386cfc2128eebbedf2c4ffdb41537aede509436cdb6b6ef596da4eece376d023" + ] } } } \ No newline at end of file