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

+

2014.07.20.2 (sig)

- Windows exe (sig - 020ff0c18e23518723f1e4c5a120a86e3570521309bb05e6ad8d58c62729d584)
- Full source + docs + binary tarball (sig - 3c0a4708095ab9b184986b835ef0a23cf700302000feabba4d29ffe4b7de5668) + Windows exe (sig - 7c0cd7dd60ac1c9eb6cd5a3ed23623779b3c9223d7be784cab53cba886b53d74)
+ Full source + docs + binary tarball (sig - e771413c658b2a0d0904d5985eeb04a05b161dd98744ad3c0abb37e8ccb25416)

To install it right away for all UNIX users (Linux, OS X, etc.), type: -sudo curl https://yt-dl.org/downloads/2014.07.20.1/youtube-dl -o /usr/local/bin/youtube-dl
+sudo curl https://yt-dl.org/downloads/2014.07.20.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.07.20.1/youtube-dl -O /usr/local/bin/youtube-dl
+sudo wget https://yt-dl.org/downloads/2014.07.20.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.07.20.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.07.20.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 68528a8e0..338637029 100644 --- a/update/LATEST_VERSION +++ b/update/LATEST_VERSION @@ -1 +1 @@ -2014.07.20.1 \ No newline at end of file +2014.07.20.2 \ No newline at end of file diff --git a/update/releases.atom b/update/releases.atom index 41533bedd..0a9e42e32 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-20T22:00:08.410300Z + 2014-07-20T23:26:36.863667Z https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22 @@ -4985,4 +4985,19 @@ 2014-07-20T00:00:01Z + + https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.20.2 + New version 2014.07.20.2 + + +
+ Downloads available at https://yt-dl.org/downloads/2014.07.20.2/ +
+
+ + The youtube-dl maintainers + + 2014-07-20T00:00:02Z +
+ \ No newline at end of file diff --git a/update/versions.json b/update/versions.json index fe2886ad9..6e25f9660 100644 --- a/update/versions.json +++ b/update/versions.json @@ -1,6 +1,6 @@ { - "latest": "2014.07.20.1", - "signature": "27da0227ea07637c6818e4df4660ededa25e88fd43bfd6bfeae453bac6b841818e6def03154fab0c7d2b1282ca675df52b4cbec0f2647190eedb868ba55035661b83dbacb59e124d8c129328aff748f17d8b70a5094c7a7577943038d1f4902165702abf6b658a7d48eb5dec7f16290fc26de0574a7af55e911feb8758442e4e", + "latest": "2014.07.20.2", + "signature": "4f52fe37c8648880d9eef0f490bade178587bb5dd838f2545b28c4775917a956d391329322e5cce53b9523daf5602b0204ea54288750ac6e032e0be3063ec395ad27c1133c9330a05bfa6592957871f96183e956f66a5c4b49ee4793c025280be72899f784b1b3a3ee8479a4302abd8222988622ea43de4becabd1056456c8ee", "versions": { "2012.02.22": { "bin": [ @@ -4655,6 +4655,20 @@ "https://yt-dl.org/downloads/2014.07.20.1/youtube-dl-2014.07.20.1.tar.gz", "3c0a4708095ab9b184986b835ef0a23cf700302000feabba4d29ffe4b7de5668" ] + }, + "2014.07.20.2": { + "bin": [ + "https://yt-dl.org/downloads/2014.07.20.2/youtube-dl", + "03ff43eb6ad35bf12bc28951db03b9bdc69d76e0ba539dcb17f74881588f7461" + ], + "exe": [ + "https://yt-dl.org/downloads/2014.07.20.2/youtube-dl.exe", + "7c0cd7dd60ac1c9eb6cd5a3ed23623779b3c9223d7be784cab53cba886b53d74" + ], + "tar": [ + "https://yt-dl.org/downloads/2014.07.20.2/youtube-dl-2014.07.20.2.tar.gz", + "e771413c658b2a0d0904d5985eeb04a05b161dd98744ad3c0abb37e8ccb25416" + ] } } } \ No newline at end of file