From f16919ebad9d839f89f4eed8b10f035feb4ea343 Mon Sep 17 00:00:00 2001
From: Philipp Hagemeister <phihag@phihag.de>
Date: Mon, 29 Sep 2014 02:11:19 +0200
Subject: [PATCH] release 2014.09.29.1

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

diff --git a/download.html b/download.html
index bd2375b5e..4cd9c329e 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.09.28.1/youtube-dl">2014.09.28.1</a> (<a href="https://yt-dl.org/downloads/2014.09.28.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.09.29.1/youtube-dl">2014.09.29.1</a> (<a href="https://yt-dl.org/downloads/2014.09.29.1/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: bce9b940fcb0989b90d0b5896bed40ca</li>
-<li><strong>SHA1</strong>: 2af1bda9ee1da35695feebee4e8b8e4df881a307</li>
-<li><strong>SHA256</strong>: c92f844bd99a0e9a171e41c83d07b301e121ec644d243603739726c19b3102b1</li>
+<li><strong>MD5</strong>: 30e80f526cbc2d264214a49a01b24044</li>
+<li><strong>SHA1</strong>: d5c845792727ec231da99111797c4765ca5c85d1</li>
+<li><strong>SHA256</strong>: ec2b9335cef80b97ac473016ccb35a7fbcc17ef91a2d0051f3f39cafd0149b36</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.09.28.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.28.1/youtube-dl.exe.sig">sig</a> - caf83b60dfdd242fa6900a10f978048dadcd877e8274982fbd9886e90e5b6a7e)<br>
-	<a href="https://yt-dl.org/downloads/2014.09.28.1/youtube-dl-2014.09.28.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.28.1/youtube-dl-2014.09.28.1.tar.gz.sig">sig</a> - c416ab42568e8f4b6922609cb63e997b390bd43c3e9a0e4b718c7792187c2078)
+	<a href="https://yt-dl.org/downloads/2014.09.29.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.29.1/youtube-dl.exe.sig">sig</a> - 8b4a791347e29aa06e05d66a72abd0a265be71d3caeddbaef8f8ee4b3f32f533)<br>
+	<a href="https://yt-dl.org/downloads/2014.09.29.1/youtube-dl-2014.09.29.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.29.1/youtube-dl-2014.09.29.1.tar.gz.sig">sig</a> - bf5ec73d4699e07c895cf201d7fbb28b7562c2b42d081aaafecb64cb96fe515e)
 </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.09.28.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.09.29.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/2014.09.28.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.29.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 </p>
 
@@ -53,7 +53,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.09.28.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.09.29.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 327e885d8..1a67f191b 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -351,6 +351,7 @@
 	<li><b>ThePlatform</b></li>
 	<li><b>ThisAV</b></li>
 	<li><b>THVideo</b></li>
+	<li><b>THVideoPlaylist</b></li>
 	<li><b>tinypic</b>: tinypic.com videos</li>
 	<li><b>tlc.com</b></li>
 	<li><b>tlc.de</b></li>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index ab0efe50c..a5de6d204 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2014.09.28.1
\ No newline at end of file
+2014.09.29.1
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index c7812cf4e..b7bff2da2 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-09-28T12:19:09.152174Z</updated>
+    <updated>2014-09-29T02:11:17.629544Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -5900,4 +5900,19 @@
 	    <updated>2014-09-28T00:00:01Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.29.1</id>
+	    <title>New version 2014.09.29.1</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.09.29.1/">https://yt-dl.org/downloads/2014.09.29.1/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-09-29T00:00:01Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 501fd308c..5c597ec85 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2014.09.28.1",
-    "signature": "9bc52a5b5443457716a62d3c634dc882bd0d4408eff759068deb42d0e0a0134fe374beaaf456e24bb748674ea3a327ceabdcdec9b1e835570f6da55df1cde45383dcb57495e76f513441cc0a3d021e270abc19d6864c53b559814a42f566e9e7dfb9975453f1196540dbfdcc6fcf728195efc996ea691d66e189eef31da760fc",
+    "latest": "2014.09.29.1",
+    "signature": "9815d6fda241c1a8c318e3d899a0f5be91acdf4762d535890869ea0f7b83adcd5d8e494a44e13ecf1e38a89f38b306e09ec2cb51bc8c0c8782a67381e77d6706cde167526c6cdda93d0b84c2814ab1d5a66205fea87a6b8d8de328b6b27dfd2527e82a57a4f83ad46e85dc6fcba861e2d4a9458af13977a3042d16c7cd37516d",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -5509,6 +5509,20 @@
                 "https://yt-dl.org/downloads/2014.09.28.1/youtube-dl-2014.09.28.1.tar.gz",
                 "c416ab42568e8f4b6922609cb63e997b390bd43c3e9a0e4b718c7792187c2078"
             ]
+        },
+        "2014.09.29.1": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.09.29.1/youtube-dl",
+                "ec2b9335cef80b97ac473016ccb35a7fbcc17ef91a2d0051f3f39cafd0149b36"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2014.09.29.1/youtube-dl.exe",
+                "8b4a791347e29aa06e05d66a72abd0a265be71d3caeddbaef8f8ee4b3f32f533"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2014.09.29.1/youtube-dl-2014.09.29.1.tar.gz",
+                "bf5ec73d4699e07c895cf201d7fbb28b7562c2b42d081aaafecb64cb96fe515e"
+            ]
         }
     }
 }
\ No newline at end of file