From f79e8b7ab80103c82bc548d6450c81b54d7e4aca Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Thu, 27 Mar 2014 02:54:40 +0100
Subject: [PATCH] release 2014.03.27.1

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

diff --git a/download.html b/download.html
index b9c4e1635..9f71d9da6 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.27/youtube-dl">2014.03.27</a> (<a href="https://yt-dl.org/downloads/2014.03.27/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.03.27.1/youtube-dl">2014.03.27.1</a> (<a href="https://yt-dl.org/downloads/2014.03.27.1/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 56b246a431ee32686855b5b95ad23e51</li>
-<li><strong>SHA1</strong>: c7ab3d8fc8619295a5b6c48ac2737e50730f5c8c</li>
-<li><strong>SHA256</strong>: 1894430f389282191efabc8937f1edcb8a94123218c2e10d2b201157a96e69e9</li>
+<li><strong>MD5</strong>: 9f0c585770e03c6eab31c026e6bce72f</li>
+<li><strong>SHA1</strong>: c09675a307f5cd50078c733304235ddaa47a0327</li>
+<li><strong>SHA256</strong>: b6d0c3d3a6f865cfbd57d0a27ebd06756609a99ddbadb8b92b31a64991fb8ae9</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.03.27/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.27/youtube-dl.exe.sig">sig</a> - 1b2c39009449c6b36ef8c143558040b050b8ca92cccc5e8e4cb4b8a6b9d5b06a)<br>
-	<a href="https://yt-dl.org/downloads/2014.03.27/youtube-dl-2014.03.27.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.27/youtube-dl-2014.03.27.tar.gz.sig">sig</a> - a153d779621678a7e8e6af29217150756d73e538a653fb87f17f31ea07075154)
+	<a href="https://yt-dl.org/downloads/2014.03.27.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.27.1/youtube-dl.exe.sig">sig</a> - 5a94ce80bc3577b6504945c4700a1bbf9ae5eb24fad2b94bea4ac046a040d89d)<br>
+	<a href="https://yt-dl.org/downloads/2014.03.27.1/youtube-dl-2014.03.27.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.27.1/youtube-dl-2014.03.27.1.tar.gz.sig">sig</a> - 067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b)
 </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.27/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.27.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.27/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.27.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.27/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.27.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/supportedsites.html b/supportedsites.html
index 22d28fd4b..e50fcbe91 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -255,6 +255,7 @@
 	<li><b>udemy</b></li>
 	<li><b>udemy:course</b></li>
 	<li><b>Unistra</b></li>
+	<li><b>Urort</b>: NRK P3 Urørt</li>
 	<li><b>ustream</b></li>
 	<li><b>ustream:channel</b></li>
 	<li><b>Vbox7</b></li>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index 5c55e3d50..be942dbe5 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2014.03.27
\ No newline at end of file
+2014.03.27.1
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 70e9122a3..bd3d87490 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-27T02:26:01.076761Z</updated>
+    <updated>2014-03-27T02:54:38.695592Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -4025,4 +4025,19 @@
 	    <updated>2014-03-27T00:00:00Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.27.1</id>
+	    <title>New version 2014.03.27.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.27.1/">https://yt-dl.org/downloads/2014.03.27.1/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-03-27T00:00:01Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index f26ba0284..304a35c52 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2014.03.27", 
-    "signature": "3d04f3bb7c2e3301330bf9ace0b2987fb53a6a8ab3dcdf0b29f5fe833886a4f08ad848c1af80fd5ecc22a3c3444bfe336698f72380ac18fcae87708190e5ca23005782aa18d49a4c05966d507a2843b618752962f73375e353d3d7a92eed93e7b141cc2cc736d9fda4c7f58b34d162aafca1f4ca6a0cea655414ddcfc1649a7b", 
+    "latest": "2014.03.27.1", 
+    "signature": "245db50077310af2c60927cf766cd13638601c76884d3edd28156570d0e394aa3f25981de8293e95fb678ed41249499bba2df276867d1a1677c458ee3f8a0fb7950e9f0b6278f1c7442f0f860073c3add72e6c8057e56244fa4b25736a21136b8c931329d5cdda5f4ecccaea5769d4867a40c055fd16441e32a52cee52adc172", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -3759,6 +3759,20 @@
                 "https://yt-dl.org/downloads/2014.03.27/youtube-dl-2014.03.27.tar.gz", 
                 "a153d779621678a7e8e6af29217150756d73e538a653fb87f17f31ea07075154"
             ]
+        }, 
+        "2014.03.27.1": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl", 
+                "b6d0c3d3a6f865cfbd57d0a27ebd06756609a99ddbadb8b92b31a64991fb8ae9"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl.exe", 
+                "5a94ce80bc3577b6504945c4700a1bbf9ae5eb24fad2b94bea4ac046a040d89d"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl-2014.03.27.1.tar.gz", 
+                "067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b"
+            ]
         }
     }
 }
\ No newline at end of file