diff --git a/download.html b/download.html
index 0e9a6fcb1..47ddbe7bf 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/2013.11.13/youtube-dl">2013.11.13</a> (<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2013.11.15/youtube-dl">2013.11.15</a> (<a href="https://yt-dl.org/downloads/2013.11.15/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 61c6630588439937279f790211107b36</li>
-<li><strong>SHA1</strong>: 1c65e50db8ed92b7a851e76f5e18632cbda57cd1</li>
-<li><strong>SHA256</strong>: 2ad45d0535de2d1e0b987748762305369a605096d07eff3a3fb2afe1587476e7</li>
+<li><strong>MD5</strong>: fe80bd9bcecba61b9ad743591bc09cd5</li>
+<li><strong>SHA1</strong>: e5678a9ca529add4e58005892ed138888c25b0e0</li>
+<li><strong>SHA256</strong>: d1063da4acd3839052f3903cbe0e696b53020a036e4894f969ec25e4cee4b6ab</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl.exe.sig">sig</a> - 3b7d19d34dc65273214833cccf6b29dcab9d5bb779f59c323cbab70c1691fa6d)<br>
-	<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz.sig">sig</a> - 0a14c045d4a093f2c06d80596b34060043bdcebd4099ec0163fc02d2c45ac249)
+	<a href="https://yt-dl.org/downloads/2013.11.15/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.15/youtube-dl.exe.sig">sig</a> - c91e504232bffca390bef1f5453c43d1044ed937ba9994ef704d6a761c020a9e)<br>
+	<a href="https://yt-dl.org/downloads/2013.11.15/youtube-dl-2013.11.15.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.15/youtube-dl-2013.11.15.tar.gz.sig">sig</a> - caf2486bec022a84633f05b4951b9ddd33d3db6a1358ac27de3d06215eb161ac)
 </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/2013.11.13/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.15/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/2013.11.13/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.15/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/2013.11.13/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/2013.11.15/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 efd2b283e..32dcc4aa3 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -89,7 +89,8 @@
 	<li><b>KeezMovies</b></li>
 	<li><b>KickStarter</b></li>
 	<li><b>liveleak</b></li>
-	<li><b>Livestream</b></li>
+	<li><b>livestream</b></li>
+	<li><b>livestream:original</b></li>
 	<li><b>metacafe</b></li>
 	<li><b>Metacritic</b></li>
 	<li><b>mixcloud</b></li>
@@ -186,8 +187,8 @@
 	<li><b>youtube:favorites</b>: YouTube.com favourite videos, "ytfav" keyword (requires authentication)</li>
 	<li><b>youtube:playlist</b>: YouTube.com playlists</li>
 	<li><b>youtube:recommended</b>: YouTube.com recommended videos, "ytrec" keyword (requires authentication)</li>
-	<li><b>youtube:search</b>: YouTube.com searches</li>
 	<li><b>youtube:search</b>: YouTube.com searches, newest videos first</li>
+	<li><b>youtube:search</b>: YouTube.com searches</li>
 	<li><b>youtube:show</b>: YouTube.com (multi-season) shows</li>
 	<li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)</li>
 	<li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index 627d29070..62dadd042 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.11.13
\ No newline at end of file
+2013.11.15
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index ae9fd7afa..00444d93b 100644
--- a/update/releases.atom
+++ b/update/releases.atom
@@ -2,7 +2,7 @@
 <atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
 	<atom:title>youtube-dl releases</atom:title>
 	<atom:id>youtube-dl-updates-feed</atom:id>
-	<atom:updated>2013-11-13T11:12:43.756758</atom:updated>
+	<atom:updated>2013-11-15T02:05:14.573881</atom:updated>
 	
 	<atom:entry>
 		<atom:id>youtube-dl-2012.02.22</atom:id>
@@ -1819,4 +1819,19 @@
 		<atom:updated>2013-11-13</atom:updated>
 	</atom:entry>
 
+	<atom:entry>
+		<atom:id>youtube-dl-2013.11.15</atom:id>
+		<atom:title>New version 2013.11.15</atom:title>
+		<atom:link href="http://rg3.github.io/youtube-dl" />
+		<atom:content type="xhtml">
+			<div xmlns="http://www.w3.org/1999/xhtml">
+				Downloads available at <a href="https://yt-dl.org/downloads/2013.11.15/">https://yt-dl.org/downloads/2013.11.15/</a>
+			</div>
+		</atom:content>
+		<atom:author>
+			<atom:name>The youtube-dl maintainers</atom:name>
+		</atom:author>
+		<atom:updated>2013-11-15</atom:updated>
+	</atom:entry>
+
 </atom:feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 4b54be884..59e27002b 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2013.11.13", 
-    "signature": "59c052f0f18fbb302da8e3a839ee6a13e2ad904cc7f7c158a03b70994483cb3b08e580a7fdaf057f599a618780bd81bfaca9baa5d56bfb990b66f211be08a6f5c33acdf59e5a54869d81f3b7fe5cf581f1867c09e95f114e007262f1bcda242b3221bc7d50395d7803cb1b62e0938df63281519794508e23918c6c5dc6c651ec", 
+    "latest": "2013.11.15", 
+    "signature": "0d0ef1bb41160166303a34f01247a9006538a5fc5d73579fa04c0b429e504bae571857f31dfcbc542838becf8336fc4d8be0ef1f3ce7a16fc542d917bddba5f2c6d9fabc45bbf45dcf9a2965d65d6ed828121b5587c9caacbe9a7d7056019469cf560f6e05381a8c6abb9995568e11c08e1052b12d79fd60b4aab835b7ef7924", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -1701,6 +1701,20 @@
                 "https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz", 
                 "0a14c045d4a093f2c06d80596b34060043bdcebd4099ec0163fc02d2c45ac249"
             ]
+        }, 
+        "2013.11.15": {
+            "bin": [
+                "https://yt-dl.org/downloads/2013.11.15/youtube-dl", 
+                "d1063da4acd3839052f3903cbe0e696b53020a036e4894f969ec25e4cee4b6ab"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2013.11.15/youtube-dl.exe", 
+                "c91e504232bffca390bef1f5453c43d1044ed937ba9994ef704d6a761c020a9e"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2013.11.15/youtube-dl-2013.11.15.tar.gz", 
+                "caf2486bec022a84633f05b4951b9ddd33d3db6a1358ac27de3d06215eb161ac"
+            ]
         }
     }
 }
\ No newline at end of file