diff --git a/download.html b/download.html index 9b6f461c2..48bcc7852 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.12.04.1 (sig)

+

2014.12.04.2 (sig)

- Windows exe (sig - 7ebaf29be3bc28f8664d1f9339b8d51a972d8e314cc05685dfd3f70a2132fc39)
- Full source + docs + binary tarball (sig - 20fcc925902ceced094ab1659aa80b6643eddbd12f573e3dbab7d3da6c6fd635) + Windows exe (sig - 32e4fecdd94e70a1f5bef9f986f29b8440b5df75db841095f53741f1cfbdbc35)
+ Full source + docs + binary tarball (sig - a26b68ff9a208d0b5edc6cc5109260215d713877a015725fdf04d7a2c639d9fd)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.04.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.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.12.04.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.04.2/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl

@@ -53,7 +53,7 @@ See the pypi page for more

To check the signature, type: -sudo wget https://yt-dl.org/downloads/2014.12.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.12.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 4b3214d45..92863966f 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.04.1 \ No newline at end of file +2014.12.04.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a0ed055f4..c46220ac2 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-12-04T17:04:47.961777Z + 2014-12-04T17:52:39.791369Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6620,4 +6620,19 @@ 2014-12-04T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.04.2 + New version 2014.12.04.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.04.2/ +
+
+ + The youtube-dl maintainers + + 2014-12-04T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d6d63609f..ed50660ab 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.04.1", - "signature": "7cd68c411ff27e50da60e8bb1345078f6b485c3b7dbce5afe2220e5376aa6fede9651e42f5e2ffd2c2946abc77992f70f64034a92929b4bec9d048b3109344be02f90c408d3c181a868f3a9dcd27f341d16b63de7821788998eb4306ec3a11bce8b8d20c6b01947a6b476eb8517a81e61d05f49ccde2ed1869aef5d5d2ff625a", + "latest": "2014.12.04.2", + "signature": "37ef08025b976242bffef9f2613be972cc7b45bf3fd52d4b73946a73e0746fa45d045225229c3255f653a9c71547e8aa43dcfba553b1dad2cd726b16228ce2c02f9997bf5d72663d32e23a5435aae23657c5403706919a4b5b333712281d3fbba9d782209f924a6de033c91bb71c700e158952569de335d4b3be997c7e2d3a84", "versions": { "2012.02.22": { "bin": [ @@ -6181,6 +6181,20 @@ "https://yt-dl.org/downloads/2014.12.04.1/youtube-dl-2014.12.04.1.tar.gz", "20fcc925902ceced094ab1659aa80b6643eddbd12f573e3dbab7d3da6c6fd635" ] + }, + "2014.12.04.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.04.2/youtube-dl", + "53f9545ddceb65a5b50375a131813bf6041370f99d03b11229388536a13841f6" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.04.2/youtube-dl.exe", + "32e4fecdd94e70a1f5bef9f986f29b8440b5df75db841095f53741f1cfbdbc35" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.04.2/youtube-dl-2014.12.04.2.tar.gz", + "a26b68ff9a208d0b5edc6cc5109260215d713877a015725fdf04d7a2c639d9fd" + ] } } } \ No newline at end of file