diff --git a/download.html b/download.html index 2979033a4..70255430a 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.23.1 (sig)

+

2014.01.23.2 (sig)

- Windows exe (sig - 1100fadc704f640fecc718ce3e6c8913f2f7c57ed5b27a9833bf7abfa8223187)
- Full source + docs + binary tarball (sig - d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e) + Windows exe (sig - 7757279e34b1205d5742ad0f9b94fdbdd845888f509ed61449ce4fc166ed0927)
+ Full source + docs + binary tarball (sig - 8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.01.23.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.01.23.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.01.23.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.01.23.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.01.23.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.01.23.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 92fe24da5..115dd2942 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.01.23.1 \ No newline at end of file +2014.01.23.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 5896c6835..f98fcaf20 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-23T10:41:46.453786Z + 2014-01-23T19:15:45.421632Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -2990,4 +2990,19 @@ 2014-01-23T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.23.2 + New version 2014.01.23.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.01.23.2/ +
+
+ + The youtube-dl maintainers + + 2014-01-23T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 51e70fc4e..5f0b3bf11 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.01.23.1", - "signature": "07e1f43fe9cfc9b063825e6a1b52f4aa90c17cb2dd4235cc2b7bdd462781fe93716f31c0ff4f26cdb95f287ec20098a4cf282a4d63880f49c4febe7f79031734bd87198711160c90215c48b805a172320e9b745cfd5df67ed6fe1e6218a075aa5f260066a89eef7973c9714ef1289834d3980ef5a7acb6f67d71786a40ff1c9c", + "latest": "2014.01.23.2", + "signature": "6f5375e0c31b26a581fb83ebfe83b772c11c547601a087edcbef0a4f9b0cdda5e5cd976db7027712e85588b8e84965b60f4231cb0fdae8d67ae5910763f39691b6e853903d6fd964a865b684fe9c55346b92b5a670cea4bf2a7eff34f72f3c9b85a003d1e45e10329e29465d519d702c733725ae6b8f1fe5453e40dd3fd72939", "versions": { "2012.02.22": { "bin": [ @@ -2793,6 +2793,20 @@ "https://yt-dl.org/downloads/2014.01.23.1/youtube-dl-2014.01.23.1.tar.gz", "d91ab013620b89a53f345d803ec124301c7c1bd9153231dd287c983ab8e4df1e" ] + }, + "2014.01.23.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl", + "5d2e1b5188aed6d55ec6ba4f2653805d4ca91c83dd1cd83c2997a7159fb55d9f" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl.exe", + "7757279e34b1205d5742ad0f9b94fdbdd845888f509ed61449ce4fc166ed0927" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.01.23.2/youtube-dl-2014.01.23.2.tar.gz", + "8eff767b3b81e6682f2ac302c54355fd02a7d7efdedd258a00a43c88e492dfe0" + ] } } } \ No newline at end of file