diff --git a/download.html b/download.html
index 47ddbe7bf..56be8adbd 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.15/youtube-dl">2013.11.15</a> (<a href="https://yt-dl.org/downloads/2013.11.15/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2013.11.15.1/youtube-dl">2013.11.15.1</a> (<a href="https://yt-dl.org/downloads/2013.11.15.1/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: fe80bd9bcecba61b9ad743591bc09cd5</li>
-<li><strong>SHA1</strong>: e5678a9ca529add4e58005892ed138888c25b0e0</li>
-<li><strong>SHA256</strong>: d1063da4acd3839052f3903cbe0e696b53020a036e4894f969ec25e4cee4b6ab</li>
+<li><strong>MD5</strong>: 45fe25ece91871ad37e7124b56dee38e</li>
+<li><strong>SHA1</strong>: 8113f75ba1c5dee0f5f27181e94ec6ef44357852</li>
+<li><strong>SHA256</strong>: e9da0a1e085782611730c3321211e41062fb1993940341f202af9e1b06f7e7b6</li>
 </ul>
 
 <p>
-	<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)
+	<a href="https://yt-dl.org/downloads/2013.11.15.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.15.1/youtube-dl.exe.sig">sig</a> - cbca442a2a335c0d9c0e1c123d6c48d6a1374bf18046599951a4db6f57ef30b5)<br>
+	<a href="https://yt-dl.org/downloads/2013.11.15.1/youtube-dl-2013.11.15.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.15.1/youtube-dl-2013.11.15.1.tar.gz.sig">sig</a> - 816c8207d735cda72ea9f97327cf765e039c1a0075078de6dc0e2f6c7f114229)
 </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.15/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.15.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/2013.11.15/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.15.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/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>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.15.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 32dcc4aa3..04b562d0a 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -187,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, newest videos first</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: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 62dadd042..7128d364f 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.11.15
\ No newline at end of file
+2013.11.15.1
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 00444d93b..ad2de8d29 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-15T02:05:14.573881</atom:updated>
+	<atom:updated>2013-11-15T14:37:45.542399</atom:updated>
 	
 	<atom:entry>
 		<atom:id>youtube-dl-2012.02.22</atom:id>
@@ -1834,4 +1834,19 @@
 		<atom:updated>2013-11-15</atom:updated>
 	</atom:entry>
 
+	<atom:entry>
+		<atom:id>youtube-dl-2013.11.15.1</atom:id>
+		<atom:title>New version 2013.11.15.1</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.1/">https://yt-dl.org/downloads/2013.11.15.1/</a>
+			</div>
+		</atom:content>
+		<atom:author>
+			<atom:name>The youtube-dl maintainers</atom:name>
+		</atom:author>
+		<atom:updated>2013-11-15-1</atom:updated>
+	</atom:entry>
+
 </atom:feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 59e27002b..ecc49c2c1 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2013.11.15", 
-    "signature": "0d0ef1bb41160166303a34f01247a9006538a5fc5d73579fa04c0b429e504bae571857f31dfcbc542838becf8336fc4d8be0ef1f3ce7a16fc542d917bddba5f2c6d9fabc45bbf45dcf9a2965d65d6ed828121b5587c9caacbe9a7d7056019469cf560f6e05381a8c6abb9995568e11c08e1052b12d79fd60b4aab835b7ef7924", 
+    "latest": "2013.11.15.1", 
+    "signature": "2ab0c975cd860ed8716a4fa0c34b4e5bd4746583375bd035a6eaafdefa81c58cfc548feda39ac0731ef581796acfefb6eda50a5b99c277d51ba424cd7ee8a9bb322039758a8fa1b7f501e417aef29e0c550387c98cd4adfcacd1e332fb0fabc526d1c932583aafb50f2a6fa95dfe54cb8fcea5122c70d052dc63d576b531c39b", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -1715,6 +1715,20 @@
                 "https://yt-dl.org/downloads/2013.11.15/youtube-dl-2013.11.15.tar.gz", 
                 "caf2486bec022a84633f05b4951b9ddd33d3db6a1358ac27de3d06215eb161ac"
             ]
+        }, 
+        "2013.11.15.1": {
+            "bin": [
+                "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl", 
+                "e9da0a1e085782611730c3321211e41062fb1993940341f202af9e1b06f7e7b6"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl.exe", 
+                "cbca442a2a335c0d9c0e1c123d6c48d6a1374bf18046599951a4db6f57ef30b5"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2013.11.15.1/youtube-dl-2013.11.15.1.tar.gz", 
+                "816c8207d735cda72ea9f97327cf765e039c1a0075078de6dc0e2f6c7f114229"
+            ]
         }
     }
 }
\ No newline at end of file