diff --git a/download.html b/download.html index 0beea8ef2..80db6fee1 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.04.01.2 (sig)

+

2014.04.01.3 (sig)

- Windows exe (sig - 8b2a403e94a7960683db082a415d6e8ea3da509fad0753f9e62f3a88f8134eca)
- Full source + docs + binary tarball (sig - b8c58dacf244e6895d5f122cc7159223216f2df4d3fe8d0063c8615173336050) + Windows exe (sig - 09cabfdbbc062137a1f243c43c28a741586b2b73351d38a6e73348c8e270ca81)
+ Full source + docs + binary tarball (sig - 83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.01.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.01.3/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.04.01.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.01.3/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.04.01.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/2014.04.01.3/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 73e3c38c2..671750c9f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.01.2 \ No newline at end of file +2014.04.01.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 3cbc87d33..4cce53452 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-04-01T06:04:47.249595Z + 2014-04-01T13:20:57.010643Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4145,4 +4145,19 @@ 2014-04-01T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01.3 + New version 2014.04.01.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.04.01.3/ +
+
+ + The youtube-dl maintainers + + 2014-04-01T00:00:03Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index f4e35aaa7..24d82409e 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.01.2", - "signature": "83c8522fa049f0ec10195a38e29dd21b0138cf03d5a735848a6bf9dcb621e576d49363c0082bf1d848fe48656e96a68262851c3835c85557ef1e439b882938c566fbbf1180dac1ef0f7c1e4740c98587c40ead0dd48a689b00ddc838c98dc01c1daacc73457911c103f72262d8bb4c3db90eedf49522ca4689a3749a4defd271", + "latest": "2014.04.01.3", + "signature": "67171c65a0d6c024561dac5d3c65090af466856da89e016fa0fad8995c632132b9a58441ca80e98c6a3b43959d35bfab7ea656cd66814f9519bbebef977a7aa62c84906f0d0c61f84fd5aa10df1520220545a81c6bc85c75793322ff4b64fed9004a25a65ac5a2b09b8e86c9f8ca100a954dadf4607f9ccd9d30102f350b2b1e", "versions": { "2012.02.22": { "bin": [ @@ -3871,6 +3871,20 @@ "https://yt-dl.org/downloads/2014.04.01.2/youtube-dl-2014.04.01.2.tar.gz", "b8c58dacf244e6895d5f122cc7159223216f2df4d3fe8d0063c8615173336050" ] + }, + "2014.04.01.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl", + "0f70581c325870301b2af339b2de37eda5d6c95d67020ea7b4d3cc2a6276bbe0" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl.exe", + "09cabfdbbc062137a1f243c43c28a741586b2b73351d38a6e73348c8e270ca81" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.01.3/youtube-dl-2014.04.01.3.tar.gz", + "83d4ca50a8930434555c75fa169f7659da0cb3babba342ee55d4d479287437e3" + ] } } } \ No newline at end of file