From bb5a8bca6a439aa83cf8690f3b3787f3c1b6da66 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Fri, 21 Mar 2014 01:22:30 +0100
Subject: [PATCH] release 2014.03.21.1

---
 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 faf47c7a0..9df513664 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.03.21/youtube-dl">2014.03.21</a> (<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl">2014.03.21.1</a> (<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: a8bca4d36ffb9bc527fbafa51b69a216</li>
-<li><strong>SHA1</strong>: 6119cdb38e4bc106b1c15eca9707199044dc94b0</li>
-<li><strong>SHA256</strong>: 1c6f4b923684aca731fd37436fd8efe9e19699ee6c3cd51d0da3bf1b882e3c56</li>
+<li><strong>MD5</strong>: aff7d8da8a209c30c9dd342aac2a07ff</li>
+<li><strong>SHA1</strong>: 75d8736cef4f5077ad70535268372fa876d8186a</li>
+<li><strong>SHA256</strong>: 4ddefc42c81019cef0879721942b49f9a988f4bde91ecf86602a46dba914fc0c</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl.exe.sig">sig</a> - ef0e1a5ce8f8f7d1dcf07e19796062faee6fcf67a3566cfd97d3f0f55f25170e)<br>
-	<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz.sig">sig</a> - 9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e)
+	<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.exe.sig">sig</a> - 50db43021fe385826ce50b076a6fbf4b3836ce38b7bfd552eff18c9768f05bf3)<br>
+	<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz.sig">sig</a> - 8d8e4e1f5c60435cbefe5a450f88e990ba4b35e7ddf90ba3aa44769542bb4a11)
 </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.03.21/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.21.1/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.03.21/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.21.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 </p>
 
@@ -49,7 +49,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.03.21/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.03.21.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>
 </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 c62114358..d855d3bde 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2014.03.21
\ No newline at end of file
+2014.03.21.1
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 069a0ed93..4e31b32a6 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-03-21T00:44:33.915288Z</updated>
+    <updated>2014-03-21T01:22:28.630361Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -3800,4 +3800,19 @@
 	    <updated>2014-03-21T00:00:00Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.21.1</id>
+	    <title>New version 2014.03.21.1</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.03.21.1/">https://yt-dl.org/downloads/2014.03.21.1/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-03-21T00:00:01Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 62570942c..dac0f326c 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2014.03.21", 
-    "signature": "2c36ed0d64a9eee964fc0de6a58c10879be38b640ab2b0721b780396e1c45d9ab4979f07725587f1a75a353ecd14d8b84889fa8b5ced64cddf962946bead9d2d1a11b4eee68c9b7279b8c7c81d417332d34de80058d42f3d09613a9c7d961bd1ef90416bafe621bf2c5156e63553f8f16ed972c34f1ca92961eb21018681fec7", 
+    "latest": "2014.03.21.1", 
+    "signature": "65afae142ffe5eacc96ac19d2473afd2b141376158ef533bad16b09598142ade3e64fd6c970272623e4e1d943dbb3c0f4e022ff7ce36ce363d1c533d01c58210443fed3f527f930f1312c7cd2e0fdbc766dbd692e81428c5cecf0238c5721efe14ed56478afcddbfcbae63adb4d9c4ddfdac576008e963e00f61dfca5d4addc0", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -3549,6 +3549,20 @@
                 "https://yt-dl.org/downloads/2014.03.21/youtube-dl-2014.03.21.tar.gz", 
                 "9819dfda4daaab9111c86377d87b1eb043dbfaa88e7215cf7cf0891fb013de3e"
             ]
+        }, 
+        "2014.03.21.1": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl", 
+                "4ddefc42c81019cef0879721942b49f9a988f4bde91ecf86602a46dba914fc0c"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl.exe", 
+                "50db43021fe385826ce50b076a6fbf4b3836ce38b7bfd552eff18c9768f05bf3"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2014.03.21.1/youtube-dl-2014.03.21.1.tar.gz", 
+                "8d8e4e1f5c60435cbefe5a450f88e990ba4b35e7ddf90ba3aa44769542bb4a11"
+            ]
         }
     }
 }
\ No newline at end of file