diff --git a/download.html b/download.html index c627aed45..1cb99e9f9 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.01.07.2 (sig)

+

2015.01.08 (sig)

- Windows exe (sig - e8c712f7188b78b45a2e665f96671b5db70bad298dfc5e479a8bd17afb52e652)
- Full source + docs + binary tarball (sig - 0b455df973833010f34ad9dd8c5a6140ce027f989b7221c7a1d26d4c848ce560) + Windows exe (sig - 1a5abf3f28efed245743fdbd853c971a10d9d587d39b452766cc2e1fe63e5cfb)
+ Full source + docs + binary tarball (sig - 937b0c1c7781da19cb4fb1b89953ac36dd6ac9bb42591ba2a1442796410cac9c)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2015.01.07.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2015.01.08/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/2015.01.07.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2015.01.08/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/2015.01.07.2/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.01.08/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 f064aeaf2..5b1d2a0ae 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2015.01.07.2 \ No newline at end of file +2015.01.08 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index dbf2c7133..255730804 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-01-07T07:47:13.408141Z + 2015-01-08T16:21:39.781719Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -7085,4 +7085,19 @@ 2015-01-07T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.08 + New version 2015.01.08 + + +
+ Downloads available at https://yt-dl.org/downloads/2015.01.08/ +
+
+ + The youtube-dl maintainers + + 2015-01-08T00:00:00Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index c001ac0fb..433c30ef0 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2015.01.07.2", - "signature": "4ec35d1761d144b67fde98336aff1b804a20693354c06932c9167b89e3bf7024ab866fdb9b41f90aa8f1fb2c5fb98feeee0c81c80f7325164d47337cfcce065442f6f0dac06d82b9b16853f612738b1d5e55b46f2a930eac73eef05e746f9b04dfd7f9b749dc1ae2859e748e08955ede62238d22f21c07f46c95395bf85fa4f9", + "latest": "2015.01.08", + "signature": "8230f9cef6ad5f959f92aac55748afcd2dc8c6b2f6aa9ab8aaa7044c77e410a1eaa1fbbf7293d94bf21d705abefc2742456cc72b51805af7e9c6eba254b42a2bbcfccb724b04303c820a0b13c37316e29e3714a182e15f7542eb8dd8ebe42091d5cb1d54a4c6bb57d387fb4891a34c9a8ad2b36313306358b7ed7c203d742b1f", "versions": { "2012.02.22": { "bin": [ @@ -6615,6 +6615,20 @@ "https://yt-dl.org/downloads/2015.01.07.2/youtube-dl-2015.01.07.2.tar.gz", "0b455df973833010f34ad9dd8c5a6140ce027f989b7221c7a1d26d4c848ce560" ] + }, + "2015.01.08": { + "bin": [ + "https://yt-dl.org/downloads/2015.01.08/youtube-dl", + "2aac321a4c302a15028a9924c71ca2d7dad506ba2d09bb4761bb79ef15f28696" + ], + "exe": [ + "https://yt-dl.org/downloads/2015.01.08/youtube-dl.exe", + "1a5abf3f28efed245743fdbd853c971a10d9d587d39b452766cc2e1fe63e5cfb" + ], + "tar": [ + "https://yt-dl.org/downloads/2015.01.08/youtube-dl-2015.01.08.tar.gz", + "937b0c1c7781da19cb4fb1b89953ac36dd6ac9bb42591ba2a1442796410cac9c" + ] } } } \ No newline at end of file