From d952e4ca0069e7f6f838d58203a08f22557f6a96 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Mon, 23 Dec 2013 04:46:57 +0100
Subject: [PATCH] release 2013.12.23.3

---
 download.html         | 18 +++++++++---------
 update/LATEST_VERSION |  2 +-
 update/releases.atom  | 17 ++++++++++++++++-
 update/versions.json  | 18 ++++++++++++++++--
 4 files changed, 42 insertions(+), 13 deletions(-)

diff --git a/download.html b/download.html
index 65b589fda..1689fdf25 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.12.23.2/youtube-dl">2013.12.23.2</a> (<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2013.12.23.3/youtube-dl">2013.12.23.3</a> (<a href="https://yt-dl.org/downloads/2013.12.23.3/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: a555dfe1eb589c2b2d5ef85cf3f67816</li>
-<li><strong>SHA1</strong>: c6a62bd984c6fffa30eb17bb0fa1bd687b81c0c7</li>
-<li><strong>SHA256</strong>: 303990cd53a363d93c49bb509e2c668c56859984809f794bf74567f83523ceea</li>
+<li><strong>MD5</strong>: ddd2bdf8e49c420fbe0d20f78ab4cf16</li>
+<li><strong>SHA1</strong>: e19d5963a4db728ca077bff4b633bc35fa913330</li>
+<li><strong>SHA256</strong>: 1009fd65d1af3730b3a7e435f5827c3c7f89b5660c628c3aa3bc1986f168f646</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.exe.sig">sig</a> - 44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203)<br>
-	<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz.sig">sig</a> - f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe)
+	<a href="https://yt-dl.org/downloads/2013.12.23.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.23.3/youtube-dl.exe.sig">sig</a> - b380248791904be49147c01542e11d27c3a1602596358c14e57e8c84d57f870f)<br>
+	<a href="https://yt-dl.org/downloads/2013.12.23.3/youtube-dl-2013.12.23.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.23.3/youtube-dl-2013.12.23.3.tar.gz.sig">sig</a> - f34ecdee736d0d5574583f337e32b8fe8fe71efe93f5a664db2e92c699cdf015)
 </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.12.23.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.23.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.12.23.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.23.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.12.23.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.12.23.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 fe0126d38..09bd437dc 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2013.12.23.2
\ No newline at end of file
+2013.12.23.3
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index b9c3490ef..542c7e060 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-12-23T04:33:42.201884</atom:updated>
+	<atom:updated>2013-12-23T04:46:55.854697</atom:updated>
 	
 	<atom:entry>
 		<atom:id>youtube-dl-2012.02.22</atom:id>
@@ -2539,4 +2539,19 @@
 		<atom:updated>2013-12-23-2</atom:updated>
 	</atom:entry>
 
+	<atom:entry>
+		<atom:id>youtube-dl-2013.12.23.3</atom:id>
+		<atom:title>New version 2013.12.23.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.12.23.3/">https://yt-dl.org/downloads/2013.12.23.3/</a>
+			</div>
+		</atom:content>
+		<atom:author>
+			<atom:name>The youtube-dl maintainers</atom:name>
+		</atom:author>
+		<atom:updated>2013-12-23-3</atom:updated>
+	</atom:entry>
+
 </atom:feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 9e480deac..cec185c6b 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2013.12.23.2", 
-    "signature": "7e94768960837143104654f0cb201bb4611ecccf5bd8cc86d7bfa640a3f97a1400165c5ef064c49b8ef07d8fe3aa413a48d719f20176f35d57c29cf6312c20c86f329fad97d4b7f8f94cc41e5ce3fa43f9dd204f6a4f16c3a5f8526e835bcb96016fdf8c4e6514f516798e78bbcee24b946f8c069458206e80e577667e7b9df7", 
+    "latest": "2013.12.23.3", 
+    "signature": "20849fe98440ce5a8a99052dbef8ccf97e7b41d4a5ec16144fadb50024c1bc9e7a4472ed2660a01184baf7ebbe4a9872583d7fc28034386baf0f3120ccdda670544542f823a44867d3be592ce67408a0294f5e18c0baebec1b0712ad50649672d4794099550779a73f8bebcc5fb40f7f61bd492705f65c7edd22f6cf8a5d797a", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -2373,6 +2373,20 @@
                 "https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz", 
                 "f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe"
             ]
+        }, 
+        "2013.12.23.3": {
+            "bin": [
+                "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl", 
+                "1009fd65d1af3730b3a7e435f5827c3c7f89b5660c628c3aa3bc1986f168f646"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl.exe", 
+                "b380248791904be49147c01542e11d27c3a1602596358c14e57e8c84d57f870f"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2013.12.23.3/youtube-dl-2013.12.23.3.tar.gz", 
+                "f34ecdee736d0d5574583f337e32b8fe8fe71efe93f5a664db2e92c699cdf015"
+            ]
         }
     }
 }
\ No newline at end of file