diff --git a/download.html b/download.html
index 9f71d9da6..bcd9641c8 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.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>
+<h2><a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl">2014.03.28</a> (<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 9f0c585770e03c6eab31c026e6bce72f</li>
-<li><strong>SHA1</strong>: c09675a307f5cd50078c733304235ddaa47a0327</li>
-<li><strong>SHA256</strong>: b6d0c3d3a6f865cfbd57d0a27ebd06756609a99ddbadb8b92b31a64991fb8ae9</li>
+<li><strong>MD5</strong>: bdebb0f417f7a22e1485bf502c703c61</li>
+<li><strong>SHA1</strong>: bc765be0c28efd0562d812a5d58022bc4f14aab7</li>
+<li><strong>SHA256</strong>: b8b4216e0d1b228b606272755517e182e96f55a66031f9b42fa736aea2043676</li>
 </ul>
 
 <p>
-	<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)
+	<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl.exe.sig">sig</a> - 3305111a4658cb52626355803627d336f748f7b9ee6febff0bfff719786a5711)<br>
+	<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz.sig">sig</a> - 76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1)
 </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.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.28/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.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.28/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.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.28/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 e50fcbe91..f25de4b5a 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -177,6 +177,7 @@
 	<li><b>novamov</b>: NovaMov</li>
 	<li><b>Nowness</b></li>
 	<li><b>nowvideo</b>: NowVideo</li>
+	<li><b>NTV</b></li>
 	<li><b>ocw.mit.edu</b></li>
 	<li><b>on.aol.com</b></li>
 	<li><b>Ooyala</b></li>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index be942dbe5..76ee2e8fb 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2014.03.27.1
\ No newline at end of file
+2014.03.28
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index bd3d87490..ab8a688f9 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:54:38.695592Z</updated>
+    <updated>2014-03-28T23:18:07.873821Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -4040,4 +4040,19 @@
 	    <updated>2014-03-27T00:00:01Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.28</id>
+	    <title>New version 2014.03.28</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.28/">https://yt-dl.org/downloads/2014.03.28/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-03-28T00:00:00Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 304a35c52..fd538aae9 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2014.03.27.1", 
-    "signature": "245db50077310af2c60927cf766cd13638601c76884d3edd28156570d0e394aa3f25981de8293e95fb678ed41249499bba2df276867d1a1677c458ee3f8a0fb7950e9f0b6278f1c7442f0f860073c3add72e6c8057e56244fa4b25736a21136b8c931329d5cdda5f4ecccaea5769d4867a40c055fd16441e32a52cee52adc172", 
+    "latest": "2014.03.28", 
+    "signature": "4c1d8597e650dbcfa567f62a9278bac357158fb1af7129f3bb9695e1b40c2518785df247a97d89b092624a3190b0caab1da14cf330288be70f1f027999b55e1f3f8a4e0f240475def0cd1072da88f582c96688ce724c610caff585a426af920a52194f9043bd9f08af961f11bbef766d80cdd7a4bf98f674669dff10ae068979", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -3773,6 +3773,20 @@
                 "https://yt-dl.org/downloads/2014.03.27.1/youtube-dl-2014.03.27.1.tar.gz", 
                 "067962a9ad22bd1b0db4310d0c8d1fc06440e2db9785268bcaf286158b403b7b"
             ]
+        }, 
+        "2014.03.28": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.03.28/youtube-dl", 
+                "b8b4216e0d1b228b606272755517e182e96f55a66031f9b42fa736aea2043676"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2014.03.28/youtube-dl.exe", 
+                "3305111a4658cb52626355803627d336f748f7b9ee6febff0bfff719786a5711"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2014.03.28/youtube-dl-2014.03.28.tar.gz", 
+                "76662faec3afad3f199014ab31e424a341406d1a95417c395ea770b7ebd4a0a1"
+            ]
         }
     }
 }
\ No newline at end of file