From cfe77134973b95b97d5e8792c82a8b1c9e118ddc Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Thu, 28 Aug 2014 18:09:04 +0200
Subject: [PATCH] release 2014.08.28.2

---
 download.html         | 18 +++++++++---------
 update/LATEST_VERSION |  2 +-
 update/releases.atom  | 17 ++++++++++++++++-
 update/versions.json  | 18 ++++++++++++++++--
 4 files changed, 42 insertions(+), 13 deletions(-)

diff --git a/download.html b/download.html
index a19693288..96f43d207 100644
--- a/download.html
+++ b/download.html
@@ -16,27 +16,27 @@
 
 <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.3+ to work.</p>
 
-<h2><a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl">2014.08.28.1</a> (<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl">2014.08.28.2</a> (<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 325f8c8b2105ad029605ccddfe23b0ff</li>
-<li><strong>SHA1</strong>: a48126f6d0004b0046e9611e047b115f21fa86f7</li>
-<li><strong>SHA256</strong>: 347b468d9c217b17b6bf1a074579c024aee432e3d9462730863772a782bdc2b2</li>
+<li><strong>MD5</strong>: 4f0e1ef5c10301967b604a93b1f1a1f7</li>
+<li><strong>SHA1</strong>: e0894a0794abaace2244335f42ed04c2d6bd00dc</li>
+<li><strong>SHA256</strong>: 3adc68a6f416da77ccb2b07780bb65440b211d2bd448abb13692f8e49a828158</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl.exe.sig">sig</a> - 0553b928e15d7fb43e84c19ff92ecc0a4d62d8052e53b322aaca9e4e9e431f43)<br>
-	<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl-2014.08.28.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.28.1/youtube-dl-2014.08.28.1.tar.gz.sig">sig</a> - 9e6a2fe435dc11ea00570cf52273cefbadc18b39a4918c0cf0e55f74331f07bd)
+	<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl.exe.sig">sig</a> - 393d4555ca928df2ef435f5d37c6ced90daa28746c13cba722e4e5522f122119)<br>
+	<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl-2014.08.28.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.28.2/youtube-dl-2014.08.28.2.tar.gz.sig">sig</a> - eb3490189a3082ed1f688c1ed78fdb87be0eed751a4d3b08155929dd7b0dadfd)
 </p>
 
 <p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
-<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.28.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.28.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 </p>
 
 <p>If you do not have curl, you can alternatively use a recent wget:
 
-<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.28.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.28.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 </p>
 
@@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
 </p>
 
 <p>To check the signature, type:
-<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.28.1/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.28.2/youtube-dl.sig -O youtube-dl.sig<br/>gpg --verify youtube-dl.sig /usr/local/bin/youtube-dl<br/>rm youtube-dl.sig</code>
 </p>
 
 <p>The following GPG keys will be used to sign the binaries and the git tags:</p>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index 6833188d6..a53c562f0 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2014.08.28.1
\ No newline at end of file
+2014.08.28.2
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 35a95384a..19c501968 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -3,7 +3,7 @@
     <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
     <title>youtube-dl releases</title>
     <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
-    <updated>2014-08-28T14:07:24.181590Z</updated>
+    <updated>2014-08-28T18:09:02.781647Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -5525,4 +5525,19 @@
 	    <updated>2014-08-28T00:00:01Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.28.2</id>
+	    <title>New version 2014.08.28.2</title>
+	    <link href="http://rg3.github.io/youtube-dl" />
+	    <content type="xhtml">
+	        <div xmlns="http://www.w3.org/1999/xhtml">
+	            Downloads available at <a href="https://yt-dl.org/downloads/2014.08.28.2/">https://yt-dl.org/downloads/2014.08.28.2/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-08-28T00:00:02Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 92236ef3f..6311e55ad 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2014.08.28.1",
-    "signature": "53bb81df1e45058fa044345e7f31c587bb21f73570f4b4b4c21ed3c480e8a0ee83b288f436db78be689e71c40f296fad5b3f3f5fb6f688ff7626f7d7eb9f23d17bd2dd7738d06ad218c3dd9ff51238d637fda2fd462eb7c9102812c32687ad29dee7b14b152423b752d9d2d9294998913a92abed1569e7c836dab9aecc20b64b",
+    "latest": "2014.08.28.2",
+    "signature": "25f7f503f1d80ad922833081c7f0492af7b3fbc2b6d4de14403e3ebdbfdeb94369ad8b80702b8de9c75a5ab3c2370302aa518bb903f800d2dbcb17a44efa6723621e978e0e651236156f43993a61a46bdb05f903d4646bd42175acd1741c9b2dd3570a52c21892c6a3b2997ec2dec0e37f84e7eb98dcbb91fdb1bec6fddf4186",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -5159,6 +5159,20 @@
                 "https://yt-dl.org/downloads/2014.08.28.1/youtube-dl-2014.08.28.1.tar.gz",
                 "9e6a2fe435dc11ea00570cf52273cefbadc18b39a4918c0cf0e55f74331f07bd"
             ]
+        },
+        "2014.08.28.2": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.08.28.2/youtube-dl",
+                "3adc68a6f416da77ccb2b07780bb65440b211d2bd448abb13692f8e49a828158"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2014.08.28.2/youtube-dl.exe",
+                "393d4555ca928df2ef435f5d37c6ced90daa28746c13cba722e4e5522f122119"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2014.08.28.2/youtube-dl-2014.08.28.2.tar.gz",
+                "eb3490189a3082ed1f688c1ed78fdb87be0eed751a4d3b08155929dd7b0dadfd"
+            ]
         }
     }
 }
\ No newline at end of file