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

+

2014.12.10.3 (sig)

- Windows exe (sig - 9613a8eac1f14c294bba5fe368bb97b855e7110a7c59efb78688f00451898b52)
- Full source + docs + binary tarball (sig - b51ccb10d11d91471359c8ae2a23fc7a78dd70c11b73419144ca90bb1af2560e) + Windows exe (sig - 1ef93fbab94af2338f1a395f6b59b158e55049eb4cb8bc268febc0ce101caf22)
+ Full source + docs + binary tarball (sig - 0fc3251cbd4b619eeea8978ed24d8821b84f270183178a676f57297823fe34a7)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.10.2/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.10.3/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.2/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.10.3/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.2/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.3/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 bfe5a536a..204e995a3 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.10.2 \ No newline at end of file +2014.12.10.3 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 62002adc0..b7b34a4c0 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-10T14:42:04.087342Z + 2014-12-10T15:22:13.658737Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6710,4 +6710,19 @@ 2014-12-10T00:00:02Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.10.3 + New version 2014.12.10.3 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.10.3/ +
+
+ + The youtube-dl maintainers + + 2014-12-10T00:00:03Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index cf3b02379..9f815eb1a 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.10.2", - "signature": "0744ba705684a3a21acf17a1ba813e3f8917c9ecbdf87a033230e8b56e110c8d3a9b7d0759c87510db8208dabe342dbde691b2d9b37eaa5136355cc02076f7f8442ac002f05d4c540104f4d8c493d4b9b10d0db90c3b927a87640361fe84f2c09da02c15b664769749953e65ee9eebed1af28c63a539e9198e8a5979ff0b6ca8", + "latest": "2014.12.10.3", + "signature": "917f139ca00efef68f341c73c6f854136a796d8316500656e6dfe9d46190d93b4da7b330f0b8bbde298bef798724541c285a482f3df33d143f05dbe76da2a2fcb455594b11c56f4b976421d7287b54a16941afd295824dfe36e14309d4c8f13635fd9c35beac19810578087099fcaae955a4aa6d8a0c598974b736ace5aa4ec7", "versions": { "2012.02.22": { "bin": [ @@ -6265,6 +6265,20 @@ "https://yt-dl.org/downloads/2014.12.10.2/youtube-dl-2014.12.10.2.tar.gz", "b51ccb10d11d91471359c8ae2a23fc7a78dd70c11b73419144ca90bb1af2560e" ] + }, + "2014.12.10.3": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.10.3/youtube-dl", + "ec09864ba75fa7953ae8c2373fd04359270ac3f7b9bbc7c2dd764e3375c7e3b0" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.10.3/youtube-dl.exe", + "1ef93fbab94af2338f1a395f6b59b158e55049eb4cb8bc268febc0ce101caf22" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.10.3/youtube-dl-2014.12.10.3.tar.gz", + "0fc3251cbd4b619eeea8978ed24d8821b84f270183178a676f57297823fe34a7" + ] } } } \ No newline at end of file