diff --git a/download.html b/download.html
index c3f4f0021..3f23cb851 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.2+ to work.</p>
 
-<h2><a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl">2015.01.05.1</a> (<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2015.01.07/youtube-dl">2015.01.07</a> (<a href="https://yt-dl.org/downloads/2015.01.07/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 5ed1aad706f78c8d5a797d2f76893e09</li>
-<li><strong>SHA1</strong>: 9ebb8ce43aa7d7b50860e77c818f176be23dd144</li>
-<li><strong>SHA256</strong>: f2275634b229d1443a25d836fb04751e999651deec4d3c84c42ed1c2dbb15c26</li>
+<li><strong>MD5</strong>: 781f3dccb2c95a3d60704dfee86f1277</li>
+<li><strong>SHA1</strong>: 34774ef87aa0a129b006f979935c7ab982571a8c</li>
+<li><strong>SHA256</strong>: ba738ba2369b3e2cf85e457e8273ec326c683ace1cee06eb8c1a20a5c3a67960</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl.exe.sig">sig</a> - 7c4d594aeac663277bdce1fe519d041383b6a6372962f7de1cbcba296d5438c4)<br>
-	<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl-2015.01.05.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.05.1/youtube-dl-2015.01.05.1.tar.gz.sig">sig</a> - 67428cd5d0a34da00ede41ec1fd22cc9b6d3caf44586b02b69d4de810599564b)
+	<a href="https://yt-dl.org/downloads/2015.01.07/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.01.07/youtube-dl.exe.sig">sig</a> - eadcc71d925d95a6daba1d6a781b9c79e866c50d81a55d02f32401b4e1566fa4)<br>
+	<a href="https://yt-dl.org/downloads/2015.01.07/youtube-dl-2015.01.07.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.01.07/youtube-dl-2015.01.07.tar.gz.sig">sig</a> - 58dd752d9ef6e1cdc5f17b8771b3a40286fe72d7e4aa4f650e1df59eb2c27e97)
 </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/2015.01.05.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2015.01.07/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/2015.01.05.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2015.01.07/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/2015.01.05.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/2015.01.07/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 24743e8aa..750ccf40b 100644
--- a/supportedsites.html
+++ b/supportedsites.html
@@ -163,6 +163,7 @@
 	<li><b>GDCVault</b></li>
 	<li><b>generic</b>: Generic downloader that works on some sites</li>
 	<li><b>GiantBomb</b></li>
+	<li><b>Giga</b></li>
 	<li><b>Glide</b>: Glide mobile video messages (glide.me)</li>
 	<li><b>Globo</b></li>
 	<li><b>GodTube</b></li>
diff --git a/update/LATEST_VERSION b/update/LATEST_VERSION
index b7bca2b1e..7f9ca49a2 100644
--- a/update/LATEST_VERSION
+++ b/update/LATEST_VERSION
@@ -1 +1 @@
-2015.01.05.1
\ No newline at end of file
+2015.01.07
\ No newline at end of file
diff --git a/update/releases.atom b/update/releases.atom
index 0520f6703..35dc5d636 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>2015-01-05T22:45:26.006710Z</updated>
+    <updated>2015-01-07T07:27:43.260933Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -7055,4 +7055,19 @@
 	    <updated>2015-01-05T00:00:01Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.01.07</id>
+	    <title>New version 2015.01.07</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/2015.01.07/">https://yt-dl.org/downloads/2015.01.07/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2015-01-07T00:00:00Z</updated>
+	</entry>
+
 </feed>
\ No newline at end of file
diff --git a/update/versions.json b/update/versions.json
index 6a717f046..5155d9d98 100644
--- a/update/versions.json
+++ b/update/versions.json
@@ -1,6 +1,6 @@
 {
-    "latest": "2015.01.05.1",
-    "signature": "46f34b83779b92d39e90e36f0250127a9f8b8e2c6d5683f5c642540dbcaff9a39aec642eec2998fad358504e789020fc5613600fd9feadc572405b2fc50b43b775f2d6019e27a33f8269374dcc86722909486dbec1e80eeef3f988d3a6dc168ecbf4b157810c1c64f1077965467802d4e8447bdef05761f3a4079cc4d85217d0",
+    "latest": "2015.01.07",
+    "signature": "2860a11bb9858e1fafea32654bc1013de173376e3064eeadd97ece392d98be459326dd64d699fae668ab917f536d1e2f1b6084aee53cfa8efe31f83ed37b39419260c58b2c0f945bf80fd3e88b06f9204d853095633feb2d07c3dcedd83e915ce0743db74b1d2fa29114bfc7a1b48d89ac9f3414ab148140c16d49c573e2e476",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -6587,6 +6587,20 @@
                 "https://yt-dl.org/downloads/2015.01.05.1/youtube-dl-2015.01.05.1.tar.gz",
                 "67428cd5d0a34da00ede41ec1fd22cc9b6d3caf44586b02b69d4de810599564b"
             ]
+        },
+        "2015.01.07": {
+            "bin": [
+                "https://yt-dl.org/downloads/2015.01.07/youtube-dl",
+                "ba738ba2369b3e2cf85e457e8273ec326c683ace1cee06eb8c1a20a5c3a67960"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2015.01.07/youtube-dl.exe",
+                "eadcc71d925d95a6daba1d6a781b9c79e866c50d81a55d02f32401b4e1566fa4"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2015.01.07/youtube-dl-2015.01.07.tar.gz",
+                "58dd752d9ef6e1cdc5f17b8771b3a40286fe72d7e4aa4f650e1df59eb2c27e97"
+            ]
         }
     }
 }
\ No newline at end of file