diff --git a/download.html b/download.html index cc4ea1bbd..aa654645c 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.10.1 (sig)

+

2014.12.10.2 (sig)

- Windows exe (sig - dd3c4fecfaa2003f76667ba4f95b7a4874f49febd2b2d118f7869fb4232a650f)
- Full source + docs + binary tarball (sig - abe06eb9da71d699b55672f721a71cd2c3edc62fda7d6e135d6be8573b74ec22) + Windows exe (sig - 9613a8eac1f14c294bba5fe368bb97b855e7110a7c59efb78688f00451898b52)
+ Full source + docs + binary tarball (sig - b51ccb10d11d91471359c8ae2a23fc7a78dd70c11b73419144ca90bb1af2560e)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.10.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.10.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.10.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.10.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.10.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.10.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 081921895..bfe5a536a 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.10.1 \ No newline at end of file +2014.12.10.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 650b77171..62002adc0 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-10T13:27:54.650035Z + 2014-12-10T14:42:04.087342Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6695,4 +6695,19 @@ 2014-12-10T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.10.2 + New version 2014.12.10.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.10.2/ +
+
+ + The youtube-dl maintainers + + 2014-12-10T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 174a6c0b4..cf3b02379 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.10.1", - "signature": "45a3252d80cc8a5f2086691583d24fd92408db1add6a7e82d649b683228437d23d8c5e352296a4de3b991d450cda5521653f33eade87fac87a854620afd636c306ff8aacee0efce0449d5c6fb4b5d6c09b9fbb01cd6832765bd4901fd749ce3a5b16a23657433084639b0c053a0cc0f6014c8d8ed1b54579ec50e440c1b28c8e", + "latest": "2014.12.10.2", + "signature": "0744ba705684a3a21acf17a1ba813e3f8917c9ecbdf87a033230e8b56e110c8d3a9b7d0759c87510db8208dabe342dbde691b2d9b37eaa5136355cc02076f7f8442ac002f05d4c540104f4d8c493d4b9b10d0db90c3b927a87640361fe84f2c09da02c15b664769749953e65ee9eebed1af28c63a539e9198e8a5979ff0b6ca8", "versions": { "2012.02.22": { "bin": [ @@ -6251,6 +6251,20 @@ "https://yt-dl.org/downloads/2014.12.10.1/youtube-dl-2014.12.10.1.tar.gz", "abe06eb9da71d699b55672f721a71cd2c3edc62fda7d6e135d6be8573b74ec22" ] + }, + "2014.12.10.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.10.2/youtube-dl", + "ea669f96ab5161c3dc29539f3aba0ee851042c09bf27aa10cef91963f70fab03" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.10.2/youtube-dl.exe", + "9613a8eac1f14c294bba5fe368bb97b855e7110a7c59efb78688f00451898b52" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.10.2/youtube-dl-2014.12.10.2.tar.gz", + "b51ccb10d11d91471359c8ae2a23fc7a78dd70c11b73419144ca90bb1af2560e" + ] } } } \ No newline at end of file