diff --git a/download.html b/download.html index 7946ad12a..e326335db 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.03.04.1 (sig)

+

2014.03.04.2 (sig)

- Windows exe (sig - f4a1faf37b8ca05d928af99ba9a1e58b7ed15e3b144e27b17baeea99151c3d33)
- Full source + docs + binary tarball (sig - c1342d608ae705758e7feb54a9f6a68fc32a8b00510a4503495a9cef0776f7cb) + Windows exe (sig - fde821589d07d87d2ce17e25cd488a39886c989c2ec974acefd17e9d131a4a1a)
+ Full source + docs + binary tarball (sig - 973c197b9ec3a789486a3ce2f9a7cd49cd244968ef1f0389726b937fb4cc98de)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.03.04.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.03.04.2/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.03.04.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.03.04.2/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.03.04.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/2014.03.04.2/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 4bc2f406d..9fe8747fa 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.03.04.1 \ No newline at end of file +2014.03.04.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 999dfbdcb..9c85482af 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-03-04T03:43:45.376228Z + 2014-03-04T21:02:19.303128Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -3635,4 +3635,19 @@ 2014-03-04T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.04.2 + New version 2014.03.04.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.03.04.2/ +
+
+ + The youtube-dl maintainers + + 2014-03-04T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d2ac55212..8e5875a99 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.03.04.1", - "signature": "2831e96d85b040496397646c9931993d92af551a1e2e5204167e8975964b522da9636cd8460fcc8b6d1a326f9391ee5e16bf83b58c8bc6d23e5b4306852dfc280c928bb4f1895f15523649d7d9f66144de42df9ef1bb534b18ca5f5993dbf8c8439c2efb38a986d04f403c2bdae78b6dcb2f3818a65c52c36a603408d916f5df", + "latest": "2014.03.04.2", + "signature": "16ea6b31a808ecd40f501e2c925e84d2112449dce8280a22b6c45c373e72dd6f397aae20e9c1100db4598c200a947fc1759bef7cde95a4e0400cb6c1b8dc11b41a6dc56dcee272572a4d3bf91221d972baf42ce73d25a9fd42fcf3a82ca7088a9562f9a8f98bbcccf6c6b06c853126d40be99519384c47901a4f371a459b8c8b", "versions": { "2012.02.22": { "bin": [ @@ -3395,6 +3395,20 @@ "https://yt-dl.org/downloads/2014.03.04.1/youtube-dl-2014.03.04.1.tar.gz", "c1342d608ae705758e7feb54a9f6a68fc32a8b00510a4503495a9cef0776f7cb" ] + }, + "2014.03.04.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl", + "4c3c4f962d2cf9bece7eafdcae9f6f84f90ffe41e388f436e39c93e16130ab6d" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl.exe", + "fde821589d07d87d2ce17e25cd488a39886c989c2ec974acefd17e9d131a4a1a" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.03.04.2/youtube-dl-2014.03.04.2.tar.gz", + "973c197b9ec3a789486a3ce2f9a7cd49cd244968ef1f0389726b937fb4cc98de" + ] } } } \ No newline at end of file