diff --git a/download.html b/download.html
index 767f7dacc..f01c34372 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.06.09/youtube-dl">2014.06.09</a> (<a href="https://yt-dl.org/downloads/2014.06.09/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.06.16/youtube-dl">2014.06.16</a> (<a href="https://yt-dl.org/downloads/2014.06.16/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: ae7c399fc40e296929d84d3975759402</li>
-<li><strong>SHA1</strong>: 76676eda9594e1686464ba8e9dd2446ef94a3c4c</li>
-<li><strong>SHA256</strong>: 292af8ef4db1892d487515f571bed31b8b46e14e2aef278d2476d82ac23e800c</li>
+<li><strong>MD5</strong>: f565d9631e3a59575e86337f46d67893</li>
+<li><strong>SHA1</strong>: 1cd11d670929f11b97e7fd01bf5b260e3403d986</li>
+<li><strong>SHA256</strong>: 9a32d968fbe5f649955a2a69c8b0bbc7ae911c9b472103ab89ae84e8ad344e62</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.06.09/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.06.09/youtube-dl.exe.sig">sig</a> - 77b28c439b661a8d216c939855175e457deb11624a6fdf4a0beb0b8204a57eb5)<br>
-	<a href="https://yt-dl.org/downloads/2014.06.09/youtube-dl-2014.06.09.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.06.09/youtube-dl-2014.06.09.tar.gz.sig">sig</a> - e7aa2c7b54e17e1e0fb82718f841f98baf0acefd398f7a978be065aa99ca910c)
+	<a href="https://yt-dl.org/downloads/2014.06.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.06.16/youtube-dl.exe.sig">sig</a> - 93f173384741f72a45be6e5189ddb8f51baaa60e5c9068de43f1de154b6f3138)<br>
+	<a href="https://yt-dl.org/downloads/2014.06.16/youtube-dl-2014.06.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.06.16/youtube-dl-2014.06.16.tar.gz.sig">sig</a> - cf019fd4b43b067bd48b6c3c66307c009ebb0c8e01848ee878c6006120760720)
 </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.06.09/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.06.16/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.06.09/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.06.16/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/2014.06.09/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.06.16/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 a01d1687d..579e9dc3d 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -218,6 +218,7 @@
 	<li><b>prosiebensat1</b>: ProSiebenSat.1 Digital</li>
 	<li><b>Pyvideo</b></li>
 	<li><b>radiofrance</b></li>
+	<li><b>Rai</b></li>
 	<li><b>RBMARadio</b></li>
 	<li><b>RedTube</b></li>
 	<li><b>RingTV</b></li>
@@ -333,6 +334,7 @@
 	<li><b>Wimp</b></li>
 	<li><b>Wistia</b></li>
 	<li><b>WorldStarHipHop</b></li>
+	<li><b>wrzuta.pl</b></li>
 	<li><b>XBef</b></li>
 	<li><b>XHamster</b></li>
 	<li><b>XNXX</b></li>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index fdc0916f0..273f4e735 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2014.06.09
\ No newline at end of file
+2014.06.16
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 982e22b0d..7d1495e05 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-06-09T23:21:50.897842Z</updated>
+    <updated>2014-06-16T10:55:12.629796Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -4790,4 +4790,19 @@
 	    <updated>2014-06-09T00:00:00Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.16</id>
+	    <title>New version 2014.06.16</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.06.16/">https://yt-dl.org/downloads/2014.06.16/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-06-16T00:00:00Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 66cdb3e46..35c7eda62 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2014.06.09",
-    "signature": "6929237ce477db16a5b83bfb1440ab81842f1856b9aace1513cd4dc7c20a56b770e5e0f4021343ab93d870129fa2ec382ec7656acf1d4fe4a7b5e44224ac98e5327f61d671069b53e15633b7abc1dd863be40bfffad654a0bc5a837260c3b7517a58fdeff0e4925d7bd8de385e210b5108c7d56be6bad6fe018dd6e7e89dbbe3",
+    "latest": "2014.06.16",
+    "signature": "230875b379ccf17bdc1f782dee852f99e8bda835c66eab525521786dbbb36fedaaec28f5b09b6a75e98c6928852f74549f3d78b81f18d967f43ca3b1b904de4756e96aca6023fbee7a7731620b22fd4e53b36d1bffce2ff10e1af855ccb79e75bba73ddbdde4db560e16285f85a7a41e90c23b7991d56e39819dbf4359ba4cd8",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -4473,6 +4473,20 @@
                 "https://yt-dl.org/downloads/2014.06.09/youtube-dl-2014.06.09.tar.gz",
                 "e7aa2c7b54e17e1e0fb82718f841f98baf0acefd398f7a978be065aa99ca910c"
             ]
+        },
+        "2014.06.16": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.06.16/youtube-dl",
+                "9a32d968fbe5f649955a2a69c8b0bbc7ae911c9b472103ab89ae84e8ad344e62"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2014.06.16/youtube-dl.exe",
+                "93f173384741f72a45be6e5189ddb8f51baaa60e5c9068de43f1de154b6f3138"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2014.06.16/youtube-dl-2014.06.16.tar.gz",
+                "cf019fd4b43b067bd48b6c3c66307c009ebb0c8e01848ee878c6006120760720"
+            ]
         }
     }
 }
\ No newline at end of file