diff --git a/download.html b/download.html
index ad941f5a0..77e13dbf1 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.25.2/youtube-dl">2013.11.25.2</a> (<a href="https://yt-dl.org/downloads/2013.11.25.2/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2013.11.25.3/youtube-dl">2013.11.25.3</a> (<a href="https://yt-dl.org/downloads/2013.11.25.3/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: b5fae22ef37d68e64f95a74f53b497bf</li>
-<li><strong>SHA1</strong>: 72e97158602c3da0ce74d8f8d6b1152995ae5718</li>
-<li><strong>SHA256</strong>: 9de74812fe16cde2493b9012d55ea82bf770624f7740db31c171bf583bfdff2c</li>
+<li><strong>MD5</strong>: 5140ad597f069abbdc78ce9784d719e5</li>
+<li><strong>SHA1</strong>: 7c22ac31002417f13bfc78e599dc5bdab04cd389</li>
+<li><strong>SHA256</strong>: 13ad9f5552825591b64d6e67668d6fc6c77348aead5a6ef27a161c7c308f31c7</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2013.11.25.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.25.2/youtube-dl.exe.sig">sig</a> - bb0e526ba0ffe4599c728e18ac8127939fc8bd06f545b56706d4ee6f81b40183)<br>
-	<a href="https://yt-dl.org/downloads/2013.11.25.2/youtube-dl-2013.11.25.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.25.2/youtube-dl-2013.11.25.2.tar.gz.sig">sig</a> - 9b660be4c2c6888ecbfcfcb56870a55b7af9103c485d070121b5eefa4d5f0bc5)
+	<a href="https://yt-dl.org/downloads/2013.11.25.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.25.3/youtube-dl.exe.sig">sig</a> - 9e6052603c2bc556caf0f1826744b89131042ae9b3c8d18296bb90cb9ed80f6d)<br>
+	<a href="https://yt-dl.org/downloads/2013.11.25.3/youtube-dl-2013.11.25.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.25.3/youtube-dl-2013.11.25.3.tar.gz.sig">sig</a> - 1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60)
 </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.25.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.25.3/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.25.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.25.3/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.25.2/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.25.3/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/update/LATEST_VERSION b/update/LATEST_VERSION
index 6b91a8482..f3c1258f4 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.11.25.2
\ No newline at end of file
+2013.11.25.3
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 4f92c1cd4..b9d96e165 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-25T15:49:03.231670</atom:updated>
+	<atom:updated>2013-11-25T22:57:44.005558</atom:updated>
 	
 	<atom:entry>
 		<atom:id>youtube-dl-2012.02.22</atom:id>
@@ -2059,4 +2059,19 @@
 		<atom:updated>2013-11-25-2</atom:updated>
 	</atom:entry>
 
+	<atom:entry>
+		<atom:id>youtube-dl-2013.11.25.3</atom:id>
+		<atom:title>New version 2013.11.25.3</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.25.3/">https://yt-dl.org/downloads/2013.11.25.3/</a>
+			</div>
+		</atom:content>
+		<atom:author>
+			<atom:name>The youtube-dl maintainers</atom:name>
+		</atom:author>
+		<atom:updated>2013-11-25-3</atom:updated>
+	</atom:entry>
+
 </atom:feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 450893627..01aefd96e 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2013.11.25.2", 
-    "signature": "2e5d14eb0a6f3d48226ee4645de2b487364b5a7034a52efdb65ff498d74f625b5533cb337ed138bee85e44cf01460c72420e562b7a5b464024643b91609f5f66f9ada95b056051f45b37294446732897c37d875a8d646b91f2d5ccffcbdbce9323294f3b453d1b82ca66ae08369795b30621e7e660216d037950e6500e428feb", 
+    "latest": "2013.11.25.3", 
+    "signature": "1c19522109a1947380f83ca3b959e3ad77226c24dc655c3241535775845bae95b81bb0a60877402ef751ccff6981cf53cc9fdbb3b830add0a0b9e8902e716d274f6a6fc323fc6876158146d9b67b0ef15a541ce5d312dae7ee14fa0e99fb80401eb61ab3001aabca231cb3e4d294cda5641c6318e410ad57747d7517157e9267", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -1925,6 +1925,20 @@
                 "https://yt-dl.org/downloads/2013.11.25.2/youtube-dl-2013.11.25.2.tar.gz", 
                 "9b660be4c2c6888ecbfcfcb56870a55b7af9103c485d070121b5eefa4d5f0bc5"
             ]
+        }, 
+        "2013.11.25.3": {
+            "bin": [
+                "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl", 
+                "13ad9f5552825591b64d6e67668d6fc6c77348aead5a6ef27a161c7c308f31c7"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl.exe", 
+                "9e6052603c2bc556caf0f1826744b89131042ae9b3c8d18296bb90cb9ed80f6d"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2013.11.25.3/youtube-dl-2013.11.25.3.tar.gz", 
+                "1f222bad96965ba2a22dd9a08e407d2ba54f1bb2dd696845c939944d822a1f60"
+            ]
         }
     }
 }
\ No newline at end of file