diff --git a/download.html b/download.html index 8b628c0fe..062b609e3 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 (sig)

+

2014.04.01.1 (sig)

- Windows exe (sig - f7447e65536f9a5a939625a552c95912cbd52172a1bd3c7cba05444f4ee15ff5)
- Full source + docs + binary tarball (sig - 06fad300afaa7186564b3d675aad8b9566caf552b8757285203e473d92db1888) + Windows exe (sig - dfd58598ca5db762b8a7c8049ffe98c53bfc0c76482fe64e6fadc0799b6f2706)
+ Full source + docs + binary tarball (sig - f4811be0459fc3f285a2b112f277e1b6487d9d8fde8fde84ef63e681e508bb30)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.01/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.01.1/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/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.01.1/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/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.1/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 d756d415f..1d0701e0e 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.01 \ No newline at end of file +2014.04.01.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 6cf69aa72..2205a6638 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-01T00:06:07.428663Z + 2014-04-01T00:27:53.518325Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4115,4 +4115,19 @@ 2014-04-01T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.01.1 + New version 2014.04.01.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.04.01.1/ +
+
+ + The youtube-dl maintainers + + 2014-04-01T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 073f32336..29a61043b 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.01", - "signature": "017565f80a455d7f83038033bdfb92b19180e42bba9180a72acd22f2c2faf0368fa789c4d4b48a09f04ed7fb978cdf5da1cccac2a8e51afc612e0a1486eee117aa8f426464da6fa2e12434a234e1e6de32cc501a135c6394afd03f59f5091f28c0b0e15d2458207816b6ed2ea67dccece66c4bd412bf602909a763e886b947ab", + "latest": "2014.04.01.1", + "signature": "7be34d93cd7b3cc2fa4f98ababdf979cfdaae9840d56a717cc182489e4e0013ae4e3e0588d02a49fbbc0dd0c886b8fd5b7237c1780faed90714e38c12ab30cce43174160cb09df549108195f5139953a7d90dc5906f7914f0659322c66fb10b0ffdb071b41ab0f3a5e9ca670ed9a0ff98b1918fa0d0d7658573c89dbd9789017", "versions": { "2012.02.22": { "bin": [ @@ -3843,6 +3843,20 @@ "https://yt-dl.org/downloads/2014.04.01/youtube-dl-2014.04.01.tar.gz", "06fad300afaa7186564b3d675aad8b9566caf552b8757285203e473d92db1888" ] + }, + "2014.04.01.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl", + "b0ef8a1c5c0efe4bb41617c592a06cb46fc205826bfd13b3005a00c26f90cc2f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl.exe", + "dfd58598ca5db762b8a7c8049ffe98c53bfc0c76482fe64e6fadc0799b6f2706" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.01.1/youtube-dl-2014.04.01.1.tar.gz", + "f4811be0459fc3f285a2b112f277e1b6487d9d8fde8fde84ef63e681e508bb30" + ] } } } \ No newline at end of file