diff --git a/download.html b/download.html index db1cca6c4..2f7ce9577 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.07.20 (sig)

+

2014.07.20.1 (sig)

- Windows exe (sig - 2e928b9fb70937bb1495e85da6f99e68d4f5f8b6d618d6ff086f3c5097c6f1e8)
- Full source + docs + binary tarball (sig - 98e7902d05cdc5562d0d6fbb029e3151eea7e8c49cf477113259203e3e600aea) + Windows exe (sig - 020ff0c18e23518723f1e4c5a120a86e3570521309bb05e6ad8d58c62729d584)
+ Full source + docs + binary tarball (sig - 3c0a4708095ab9b184986b835ef0a23cf700302000feabba4d29ffe4b7de5668)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.20/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.20.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.07.20/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.20.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.07.20/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.07.20.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 b5c67e592..68528a8e0 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.20 \ No newline at end of file +2014.07.20.1 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index a48735528..41533bedd 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-07-20T18:55:35.903900Z + 2014-07-20T22:00:08.410300Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4970,4 +4970,19 @@ 2014-07-20T00:00:00Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.20.1 + New version 2014.07.20.1 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.07.20.1/ +
+
+ + The youtube-dl maintainers + + 2014-07-20T00:00:01Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index d586572eb..fe2886ad9 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.20", - "signature": "74c2be5652cf0b252750b7789aa0b19cd1348f35084daf90e8bc7994b43e9308a53415801aa92d34b398b2db820e8ca430ae1636a51fffbbaa3f004b847a9c74fb895a6c89c0da20fb3db6d579d5f3a9ede356a3877be93095231026d998140ba26fc156e845c4447392b50683875018cac6ac31a1a93672825dd22a9dae887d", + "latest": "2014.07.20.1", + "signature": "27da0227ea07637c6818e4df4660ededa25e88fd43bfd6bfeae453bac6b841818e6def03154fab0c7d2b1282ca675df52b4cbec0f2647190eedb868ba55035661b83dbacb59e124d8c129328aff748f17d8b70a5094c7a7577943038d1f4902165702abf6b658a7d48eb5dec7f16290fc26de0574a7af55e911feb8758442e4e", "versions": { "2012.02.22": { "bin": [ @@ -4641,6 +4641,20 @@ "https://yt-dl.org/downloads/2014.07.20/youtube-dl-2014.07.20.tar.gz", "98e7902d05cdc5562d0d6fbb029e3151eea7e8c49cf477113259203e3e600aea" ] + }, + "2014.07.20.1": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.20.1/youtube-dl", + "3f6cd8aaaaa79f8946287a93a71311c4256c8f69875ec48e0f2840c0639ab01a" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.20.1/youtube-dl.exe", + "020ff0c18e23518723f1e4c5a120a86e3570521309bb05e6ad8d58c62729d584" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.20.1/youtube-dl-2014.07.20.1.tar.gz", + "3c0a4708095ab9b184986b835ef0a23cf700302000feabba4d29ffe4b7de5668" + ] } } } \ No newline at end of file