diff --git a/download.html b/download.html index 8691b5bcc..c4e9733e7 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.13 (sig)

+

2014.12.13.1 (sig)

- Windows exe (sig - 87a3d2cec96d55cc27a4180eee3f5a9e018ff9bacaa877cac87c7ae4e9857f4d)
- Full source + docs + binary tarball (sig - d488f0b44e9b8cf760c6c16597758ef72f1b6a164a7a2135c43f280307c53ce6) + Windows exe (sig - 271574876aa2cace84d40cc8b4cbe83331ef84eaf43a9b186ba0e01212a77ced)
+ Full source + docs + binary tarball (sig - 36b51e7ff3ec154411b5ed49cdd8492089e0bc09bfc57e80d61e4259d7ca10ee)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.12.13/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.12.13.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.12.13/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.12.13.1/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.13/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.13.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 1f55bab9c..248e5f9dc 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.12.13 \ No newline at end of file +2014.12.13.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 33ba429c6..d14bc653e 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-13T23:17:31.963045Z + 2014-12-13T23:55:03.975546Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -6830,4 +6830,19 @@ 2014-12-13T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.13.1 + New version 2014.12.13.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.12.13.1/ +
+
+ + The youtube-dl maintainers + + 2014-12-13T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index da0688470..4024f48b4 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.12.13", - "signature": "55f59c4b7a860d9815bc30b6f88fc7fb92a2eaa178ce54078d4eca1307841d7db35c5707a966f04fe512e56dfbe40b0013159703b331abd709a394ccab48d0a82853015926a35bb0814643f160fd86e0a7d8bdd85d14466d7b9cd303823c4401275414856a140b9d82270733b441bff82554dbf6a537bbe68ed8937a7819a988", + "latest": "2014.12.13.1", + "signature": "42d07e5542954915c02b7fba2a8ae31b504351b03789605fe7593cf1f081f64887165995b0b6234477737816bf9f96c0b4b1b93cd4b81e262edb297591d397458d38c5568eb95de5b64fc65ee9449987bc6b994405cf1d17fc1c1c8986ef8f560328ffe0ba890b6a274e5ae638ac69a7bacaa19ae9abf03dc608d95fcb4be2b9", "versions": { "2012.02.22": { "bin": [ @@ -6377,6 +6377,20 @@ "https://yt-dl.org/downloads/2014.12.13/youtube-dl-2014.12.13.tar.gz", "d488f0b44e9b8cf760c6c16597758ef72f1b6a164a7a2135c43f280307c53ce6" ] + }, + "2014.12.13.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.12.13.1/youtube-dl", + "c9b53d6878f5ba5c8a20c0f8209e560286ffb2e1c8ad7751b5a66655addd05bb" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.12.13.1/youtube-dl.exe", + "271574876aa2cace84d40cc8b4cbe83331ef84eaf43a9b186ba0e01212a77ced" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.12.13.1/youtube-dl-2014.12.13.1.tar.gz", + "36b51e7ff3ec154411b5ed49cdd8492089e0bc09bfc57e80d61e4259d7ca10ee" + ] } } } \ No newline at end of file