diff --git a/download.html b/download.html index cdd2af61e..39238a3f6 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.07 (sig)

+

2014.04.07.1 (sig)

- Windows exe (sig - 1fdf761cf48103961fa3ebd55f180418870560ad5d85f14abd0ab39fb2125138)
- Full source + docs + binary tarball (sig - 5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b) + Windows exe (sig - 52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4)
+ Full source + docs + binary tarball (sig - ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.04.07/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.04.07.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.07/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.04.07.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.07/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.07.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 0630aa1c3..155ca1a16 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.04.07 \ No newline at end of file +2014.04.07.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 0d03d1975..1f39dc5fe 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-07T13:49:04.077789Z + 2014-04-07T15:46:25.085171Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4370,4 +4370,19 @@ 2014-04-07T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.07.1 + New version 2014.04.07.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.04.07.1/ +
+
+ + The youtube-dl maintainers + + 2014-04-07T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 05da018f3..f9b8e2a4a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.04.07", - "signature": "710e53619be18fd12d9f8f65b93b7c3af8276f5a0b005dea8ce8692baa346301f99e6bdfb24989f9f4fdd19db6a06faafc1acaea2eb9282ea078e77b2a8a22fa7549e83ba03cac7c11a54500dc82a6ac6bf536483d11bffc607cc1d1b9ad41a5d33e5d6df21313e8cef81677e7411c053249b8bb83515c0557c143b665deba8e", + "latest": "2014.04.07.1", + "signature": "0a576691458cd7a553713e940e5fa4a18f48c18245d627912529f02531fb4cd89463754667f22d9ada77a256679da92193b76717ebe57e0c922c01294db09ad7a7cc1b5cb9e2af2d5dedcf8942d965174d78032dfbeacadcf17814127cbc61c702653275883e2829ffe59d77bf2d6621bb8e6f6c2e57df0596975316e96cb273", "versions": { "2012.02.22": { "bin": [ @@ -4081,6 +4081,20 @@ "https://yt-dl.org/downloads/2014.04.07/youtube-dl-2014.04.07.tar.gz", "5fc61943842e41d676425c2818221c4783e89e638ed513d7f563392016abfd0b" ] + }, + "2014.04.07.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl", + "f368b6831fc10d84c35023f1dccc4169ff72ae0bc408853d7fe4a0ec68eb6729" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl.exe", + "52c69e2fb08bcc4beeb4d3914a9e849bda4747ada79620f902ffafc1366d3ac4" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.04.07.1/youtube-dl-2014.04.07.1.tar.gz", + "ac5b505b974e036c9265c700d6bb373fc3d1aff22e2314fd55aef355cfe3112c" + ] } } } \ No newline at end of file