diff --git a/download.html b/download.html index 9e6892994..dee13eb05 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.08.22.1 (sig)

+

2014.08.22.2 (sig)

- Windows exe (sig - 3880e69ad8374c040c00fcad091501b1bbfb0d56332a4d7ad22a6f8332e066c2)
- Full source + docs + binary tarball (sig - e03e415b97f2a2e357722772ff1217275112fbe74b1c9302619e30bb52cbf793) + Windows exe (sig - e583816866bf11c70e05c418af90f1c7a31cdcde6b5da19cff1136e1071039a0)
+ Full source + docs + binary tarball (sig - 6739eda66840bb742c1053701db5c9722f93c42b85408804378789f551d26032)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.08.22.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.08.22.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.08.22.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.08.22.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.08.22.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.08.22.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 bf29e8e7a..827293706 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.08.22.1 \ No newline at end of file +2014.08.22.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 8de0dd4ab..0737210b4 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-08-22T03:05:39.633402Z + 2014-08-22T03:19:33.154787Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -5255,4 +5255,19 @@ 2014-08-22T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.22.2 + New version 2014.08.22.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.08.22.2/ +
+
+ + The youtube-dl maintainers + + 2014-08-22T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index 3680a66cc..0854e9cad 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.08.22.1", - "signature": "63551a1836dd3bbd396190a022678320d0afe0503f66d9bbd23bb753664990a1ecaf9836a3ad717b54eff3d815347f6f353e4e445c780706f31b20e8eaa490a5855521d8403efbe9d036f2537b6d41fb08fc3a334cba6e31b6b9f7f84ac7f6a2c683bc0948b068efffe10a13822a33d52573c34e1f3c04405ca461a212677897", + "latest": "2014.08.22.2", + "signature": "2bdc43b0b5267aa824b7d44c2edf45b57b6acdcb2c06c1d7810e0781db168d06dc2acebb6a6ba7a15307f8dd90afb5babb3c6c69af2a278e4f4128ca086b449a7e9a05f2653c43fdef4c52b43d4ca82da51bccddff04027ce9752521f8e90c620a14a9824ce356ca3ba0d9716d3646229fbc3157cd73e19cc34db1a215be2aca", "versions": { "2012.02.22": { "bin": [ @@ -4907,6 +4907,20 @@ "https://yt-dl.org/downloads/2014.08.22.1/youtube-dl-2014.08.22.1.tar.gz", "e03e415b97f2a2e357722772ff1217275112fbe74b1c9302619e30bb52cbf793" ] + }, + "2014.08.22.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.08.22.2/youtube-dl", + "440f7262aa9ac25f1f20051607690e8b3f37c7435c6f22bb9f2c24648af1b2ba" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.exe", + "e583816866bf11c70e05c418af90f1c7a31cdcde6b5da19cff1136e1071039a0" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.08.22.2/youtube-dl-2014.08.22.2.tar.gz", + "6739eda66840bb742c1053701db5c9722f93c42b85408804378789f551d26032" + ] } } } \ No newline at end of file