diff --git a/download.html b/download.html index 47f4a48a5..189a7c43e 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.01.05.3 (sig)

+

2014.01.05.4 (sig)

- Windows exe (sig - 95a3f18047534cc78fd38ffc8553687119e9794ebf07d4548e50f258c6bae7cd)
- Full source + docs + binary tarball (sig - 81a0f2e0d0ada2ed91b3b1d60791bd2f48995832cd7c26835645301e860e95fd) + Windows exe (sig - 7fcd4040874c1ffd2211d1430a2003c024dd607357e9b939a4cfbbb9d7a1b4fd)
+ Full source + docs + binary tarball (sig - b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.05.3/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.05.4/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.01.05.3/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.05.4/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/2014.01.05.3/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.01.05.4/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 89da2e900..13d79d90f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.05.3 \ No newline at end of file +2014.01.05.4 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3c99bbd54..f1de01e3b 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-01-05T05:34:41.378350Z + 2014-01-05T05:45:44.159600Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2630,4 +2630,19 @@ 2014-01-05T00:00:03Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.4 + New version 2014.01.05.4 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.05.4/ +
+
+ + The youtube-dl maintainers + + 2014-01-05T00:00:04Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index e7606b493..4e648f6d9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.05.3", - "signature": "48bc00111d45a46c1919b5554fa59f3d30564b9e9a142adbbef6fc5d0965b1475f1397f7d2b902fa14fb938838e8a58e38e447758411917468034aab04a9d388722274f2d32b773e77d75032c070b35f9dc420e1eccde1d5932f27d6e88d923aed828fc653c170c4dcc9391cc7ee395cc4b32c6adfd4106659db1579d488fd8b", + "latest": "2014.01.05.4", + "signature": "7cecc79305de0df7de7600f1a16dfd028d1f0fe3ccebc6d7c59a182007b5ecef5403d9dfdd204435f237123b9d92517950f5c570617425a560fd3aa144e2af2a558db6be1c28f09a554b95008e315f43ca99829a318994c3823c84544ee175d2a7ecc7ef15450265f510e51991dc1bdd4884f6a85f42f79bd3ec481784a53ac4", "versions": { "2012.02.22": { "bin": [ @@ -2457,6 +2457,20 @@ "https://yt-dl.org/downloads/2014.01.05.3/youtube-dl-2014.01.05.3.tar.gz", "81a0f2e0d0ada2ed91b3b1d60791bd2f48995832cd7c26835645301e860e95fd" ] + }, + "2014.01.05.4": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl", + "0390c5aab497bdd6b5984a4618ed6dd029f434adc1310e9231cd1f1b3d202a47" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl.exe", + "7fcd4040874c1ffd2211d1430a2003c024dd607357e9b939a4cfbbb9d7a1b4fd" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl-2014.01.05.4.tar.gz", + "b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e" + ] } } } \ No newline at end of file