From dfb01371c87b8b78fef700a87b5a3dfc91c72ed9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sergey=20M=E2=80=A4?= <dstftw@gmail.com>
Date: Sat, 11 Jun 2016 02:44:49 +0700
Subject: [PATCH] release 2016.06.11

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

diff --git a/download.html b/download.html
index e91189dbb..4dc18458d 100644
--- a/download.html
+++ b/download.html
@@ -16,29 +16,29 @@
 
 <p>Remember <em>youtube-dl</em> requires <a href="http://www.python.org/">Python</a> version 2.6, 2.7, or 3.2+ to work except for Windows exe.</p>
 
-<p><a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
+<p><a href="https://yt-dl.org/downloads/2016.06.11/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
 
-<h2><a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl">2016.06.03</a> (<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2016.06.11/youtube-dl">2016.06.11</a> (<a href="https://yt-dl.org/downloads/2016.06.11/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 53ec03ce546d16f86c13fb7180cf3b44</li>
-<li><strong>SHA1</strong>: 175bd682160ec7acb8aa9a1c496f88f734fbaf79</li>
-<li><strong>SHA256</strong>: a3a519a73efc8c0455d245f9c82078857f09589cd85af7808b6cc507a48143f8</li>
+<li><strong>MD5</strong>: 1c72af10a88db3fe04494e725f9c97dc</li>
+<li><strong>SHA1</strong>: 128140e4826fd7d1895412f71ca09c5ae0e353e3</li>
+<li><strong>SHA256</strong>: 447a8059df210baaf805579618f01d7c3efcc14f7d2ec15664ecbf29bcc532d6</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl.exe.sig">sig</a> - 2f443788a12adf3335c630c54b85eb8d35f9c0e35a09f67f5e17d062cb2ba3f1)<br>
-	<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl-2016.06.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl-2016.06.03.tar.gz.sig">sig</a> - 29d9eb4eeea9c781010ee6111a8d0dc6469b9974fbd76c6c6d1641f3e8d489e2)
+	<a href="https://yt-dl.org/downloads/2016.06.11/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.11/youtube-dl.exe.sig">sig</a> - 4d95ccb24f74b629852df406e10b48ee173c469315bc7cd1426335c76f8f8e22)<br>
+	<a href="https://yt-dl.org/downloads/2016.06.11/youtube-dl-2016.06.11.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.11/youtube-dl-2016.06.11.tar.gz.sig">sig</a> - 0f80b140e1711b26750d0eafc1fb50950ea8d225fbfc244053b199f3a261f9ab)
 </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/2016.06.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.11/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 sudo chmod a+rx /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/2016.06.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.11/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 </p>
 
@@ -55,7 +55,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/2016.06.03/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/2016.06.11/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 6420dcb2b..87a34b773 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -43,6 +43,7 @@
 	<li><b>AdobeTVVideo</b></li>
 	<li><b>AdultSwim</b></li>
 	<li><b>aenetworks</b>: A+E Networks: A&E, Lifetime, History.com, FYI Network</li>
+	<li><b>AfreecaTV</b>: afreecatv.com</li>
 	<li><b>Aftonbladet</b></li>
 	<li><b>AirMozilla</b></li>
 	<li><b>AlJazeera</b></li>
@@ -58,8 +59,8 @@
 	<li><b>appletrailers:section</b></li>
 	<li><b>archive.org</b>: archive.org videos</li>
 	<li><b>ARD</b></li>
-	<li><b>ARD:mediathek</b>: Saarländischer Rundfunk</li>
 	<li><b>ARD:mediathek</b></li>
+	<li><b>ARD:mediathek</b>: Saarländischer Rundfunk</li>
 	<li><b>arte.tv</b></li>
 	<li><b>arte.tv:+7</b></li>
 	<li><b>arte.tv:cinema</b></li>
@@ -268,6 +269,7 @@
 	<li><b>Globo</b></li>
 	<li><b>GloboArticle</b></li>
 	<li><b>GodTube</b></li>
+	<li><b>GodTV</b></li>
 	<li><b>GoldenMoustache</b></li>
 	<li><b>Golem</b></li>
 	<li><b>GoogleDrive</b></li>
@@ -753,6 +755,7 @@
 	<li><b>VideoPremium</b></li>
 	<li><b>VideoTt</b>: video.tt - Your True Tube (Currently broken)</li>
 	<li><b>videoweed</b>: VideoWeed</li>
+	<li><b>Vidio</b></li>
 	<li><b>vidme</b></li>
 	<li><b>vidme:user</b></li>
 	<li><b>vidme:user:likes</b></li>
@@ -788,7 +791,6 @@
 	<li><b>VRT</b></li>
 	<li><b>vube</b>: Vube.com</li>
 	<li><b>VuClip</b></li>
-	<li><b>vulture.com</b></li>
 	<li><b>Walla</b></li>
 	<li><b>washingtonpost</b></li>
 	<li><b>washingtonpost:article</b></li>
@@ -796,10 +798,8 @@
 	<li><b>WatchIndianPorn</b>: Watch Indian Porn</li>
 	<li><b>WDR</b></li>
 	<li><b>wdr:mobile</b></li>
-	<li><b>WDRMaus</b>: Sendung mit der Maus</li>
 	<li><b>WebOfStories</b></li>
 	<li><b>WebOfStoriesPlaylist</b></li>
-	<li><b>Weibo</b></li>
 	<li><b>WeiqiTV</b>: WQTV</li>
 	<li><b>wholecloud</b>: WholeCloud</li>
 	<li><b>Wimp</b></li>
@@ -835,6 +835,7 @@
 	<li><b>Ynet</b></li>
 	<li><b>YouJizz</b></li>
 	<li><b>youku</b>: 优酷</li>
+	<li><b>youku:show</b></li>
 	<li><b>YouPorn</b></li>
 	<li><b>YourUpload</b></li>
 	<li><b>youtube</b>: YouTube.com</li>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index cb489cbca..6e212af80 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2016.06.03
\ No newline at end of file
+2016.06.11
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 2f7e260fd..1b17dfdbc 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>2016-06-03T23:27:44.728869Z</updated>
+    <updated>2016-06-11T02:44:46.454997Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -9590,4 +9590,19 @@
 	    <updated>2016-06-03T00:00:00Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.11</id>
+	    <title>New version 2016.06.11</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/2016.06.11/">https://yt-dl.org/downloads/2016.06.11/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2016-06-11T00:00:00Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 23db9f286..03399d1ad 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2016.06.03",
-    "signature": "486e05771df54da0f3538c51dd171cd30bfdc5db21ce845bcfe0d77f0c90b03bd7fadd22640d58ef6558029e7925d5ebe35b1bd829deb24be00a6e676d933b9dd4cee28de23be360e50d91d0d9a1ac8de33ec86b63d92ffa3af18cbc4b320b2a658747efb0989d825f77c6e9acc819069d26ba544aa37becdafddfa403263da2",
+    "latest": "2016.06.11",
+    "signature": "1dd31e1d8bbe134223d226bc82b0b409ebd071d4791a1780a05c55f3ee78be0b122b268282510c99c3be54d2b9151796ac6e640438d301e7f37041781a297ef655cc4659f55d393791cf71df47cefa79a05ad99e820949b2e26e0d4fb545b83c7b01074ec68cbb82c768a8deb494f7e49c6330b7e404f82a8e18bafa1b6f4511",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -8953,6 +8953,20 @@
                 "https://yt-dl.org/downloads/2016.06.03/youtube-dl-2016.06.03.tar.gz",
                 "29d9eb4eeea9c781010ee6111a8d0dc6469b9974fbd76c6c6d1641f3e8d489e2"
             ]
+        },
+        "2016.06.11": {
+            "bin": [
+                "https://yt-dl.org/downloads/2016.06.11/youtube-dl",
+                "36fbded56e82c8195198d7c3f2a74f64bbebef23b86db4c313c86f1175beec90"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2016.06.11/youtube-dl.exe",
+                "4d95ccb24f74b629852df406e10b48ee173c469315bc7cd1426335c76f8f8e22"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2016.06.11/youtube-dl-2016.06.11.tar.gz",
+                "0f80b140e1711b26750d0eafc1fb50950ea8d225fbfc244053b199f3a261f9ab"
+            ]
         }
     }
 }
\ No newline at end of file