From f6cdbe792e642d82e19bf56c1598e4c0b8793af5 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Thu, 20 Mar 2014 16:38:42 +0100
Subject: [PATCH] release 2014.03.20

---
 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 cb76fdf56..8cc3d269a 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.18.1/youtube-dl">2014.03.18.1</a> (<a href="https://yt-dl.org/downloads/2014.03.18.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl">2014.03.20</a> (<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 1865872f42f511dc84dbfdc8126ade0e</li>
-<li><strong>SHA1</strong>: 4a4fcc34eac80217943e1ac5d870febd9f560b87</li>
-<li><strong>SHA256</strong>: 4df8dfb5d67a22e80f9ae16b93361d40cec032addf54e028d887a216a1757ae9</li>
+<li><strong>MD5</strong>: 6fd36533c72013ea60d5b61a21271566</li>
+<li><strong>SHA1</strong>: b9db9e5aabfa3835e88df1c6068f542991d36fb3</li>
+<li><strong>SHA256</strong>: 20bec848aa1f5df06156bdf82c90d2403204127bf2e1eaf87eba9a547be0cf17</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.03.18.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.18.1/youtube-dl.exe.sig">sig</a> - f564f7ab6adc152f53f4f46472b55c678e00542cef8bcb028afda4e072c1919d)<br>
-	<a href="https://yt-dl.org/downloads/2014.03.18.1/youtube-dl-2014.03.18.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.18.1/youtube-dl-2014.03.18.1.tar.gz.sig">sig</a> - c1deb27e99e6793a2dd00a70f3a9ebac895b13d94ad3de27f28a6c5514dfde7b)
+	<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl.exe.sig">sig</a> - 89d14905a596e3e430932945d5e33911a295cf449527d3e8d0e83210832bb2ca)<br>
+	<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz.sig">sig</a> - 9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277)
 </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.18.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.20/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.18.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.20/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.18.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.03.20/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 d5781552d..3bf0b5704 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -31,6 +31,7 @@
 	<li><b>ARD</b></li>
 	<li><b>arte.tv</b></li>
 	<li><b>arte.tv:+7</b></li>
+	<li><b>arte.tv:concert</b></li>
 	<li><b>arte.tv:creative</b></li>
 	<li><b>arte.tv:ddc</b></li>
 	<li><b>arte.tv:future</b></li>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index 00d2d2657..76522aea5 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2014.03.18.1
\ No newline at end of file
+2014.03.20
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 0bcb28c25..92fe3bb2f 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-18T14:49:10.494464Z</updated>
+    <updated>2014-03-20T16:38:40.694410Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -3770,4 +3770,19 @@
 	    <updated>2014-03-18T00:00:01Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.20</id>
+	    <title>New version 2014.03.20</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.20/">https://yt-dl.org/downloads/2014.03.20/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-03-20T00:00:00Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index aa6263158..09132c12b 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2014.03.18.1", 
-    "signature": "3da8a0fe0f894d31bbe683436e286e25217aa89dae3e3ee02fc1f584b8a3867dcfa711b3c1ffa1c9e1c641e092eadbc831052b62584e94a27bf315e0b3e3f6311d67d29aac5de69702778e82729690ea06e6b578723e41121bb8961d62c0517c9760f20b85e4affef04e173de89339476117d8f55f723e6ff1523fe2af1e4cbf", 
+    "latest": "2014.03.20", 
+    "signature": "08734e057fdda3a1e03b53681722c244767384d78772da483c313f52d5d840d7dda005fd8a8fcb818c20b53d5622ad84dc53027b10d1a6fd11b2000f27407f319f6d58b22bfd8108532e6ebb2ad928b411289db7436b6e9f4389c8c893d846309a66d4559c46129ee53331bac7f3655518b2ba372677a72df0ce7e10f10cf521", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -3521,6 +3521,20 @@
                 "https://yt-dl.org/downloads/2014.03.18.1/youtube-dl-2014.03.18.1.tar.gz", 
                 "c1deb27e99e6793a2dd00a70f3a9ebac895b13d94ad3de27f28a6c5514dfde7b"
             ]
+        }, 
+        "2014.03.20": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.03.20/youtube-dl", 
+                "20bec848aa1f5df06156bdf82c90d2403204127bf2e1eaf87eba9a547be0cf17"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2014.03.20/youtube-dl.exe", 
+                "89d14905a596e3e430932945d5e33911a295cf449527d3e8d0e83210832bb2ca"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2014.03.20/youtube-dl-2014.03.20.tar.gz", 
+                "9f4ae879a8492564e9064a13da267936155320af647174f2fb7e811e9c7a1277"
+            ]
         }
     }
 }
\ No newline at end of file