Browse Source

release 2014.01.22

Philipp Hagemeister 11 years ago
parent
commit
647c4ff6e2
5 changed files with 44 additions and 13 deletions
  1. 9 9
      download.html
  2. 2 0
      supportedsites.html
  3. 1 1
      update/LATEST_VERSION
  4. 16 1
      update/releases.atom
  5. 16 2
      update/versions.json

+ 9 - 9
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.01.21.1/youtube-dl">2014.01.21.1</a> (<a href="https://yt-dl.org/downloads/2014.01.21.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl">2014.01.22</a> (<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 0588bfaa86af4a2a0eca3be3e2a2b55c</li>
-<li><strong>SHA1</strong>: a364a1efc9d0d8e3555915403fd23622af41a55f</li>
-<li><strong>SHA256</strong>: fe8791862635057bbc64a7855df1566554be669a8e11fb04a9d18a23db8d0dae</li>
+<li><strong>MD5</strong>: 785d0b9f74e0a5777a9da86a9501f58f</li>
+<li><strong>SHA1</strong>: 05dced2d456d4d2206126b423c23a984f208e8bf</li>
+<li><strong>SHA256</strong>: 32454b470294823fe299cd127a613709ec8384bac8fce3866119da5fd0fcaa02</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.01.21.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.21.1/youtube-dl.exe.sig">sig</a> - 9e3f716bf86ed79b936d013e1eb0e887afd5383ae52acef3e91299eaffcaec7f)<br>
-	<a href="https://yt-dl.org/downloads/2014.01.21.1/youtube-dl-2014.01.21.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.21.1/youtube-dl-2014.01.21.1.tar.gz.sig">sig</a> - da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8)
+	<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl.exe.sig">sig</a> - 3672cda3c84880d01bd3a52150ebdb2c89556d8ee4aa042c3810ef20796d07b0)<br>
+	<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz.sig">sig</a> - 140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270)
 </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.01.21.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.22/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.01.21.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.22/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.01.21.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.01.22/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>

+ 2 - 0
supportedsites.html

@@ -126,6 +126,7 @@
 	<li><b>Mofosex</b></li>
 	<li><b>MPORA</b></li>
 	<li><b>MTV</b></li>
+	<li><b>mtviggy.com</b></li>
 	<li><b>muzu.tv</b></li>
 	<li><b>MySpace</b></li>
 	<li><b>MySpass</b></li>
@@ -177,6 +178,7 @@
 	<li><b>Space</b></li>
 	<li><b>Spankwire</b></li>
 	<li><b>Spiegel</b></li>
+	<li><b>Spike</b></li>
 	<li><b>stanfordoc</b>: Stanford Open ClassRoom</li>
 	<li><b>Statigram</b></li>
 	<li><b>Steam</b></li>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2014.01.21.1
+2014.01.22

+ 16 - 1
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-01-21T18:27:19.313180Z</updated>
+    <updated>2014-01-22T00:24:21.726128Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -2870,4 +2870,19 @@
 	    <updated>2014-01-21T00:00:01Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.22</id>
+	    <title>New version 2014.01.22</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.01.22/">https://yt-dl.org/downloads/2014.01.22/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-01-22T00:00:00Z</updated>
+	</entry>
+
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
-    "latest": "2014.01.21.1", 
-    "signature": "8e191aa11e703c6ef99cb7113133c2b13765fbf931c2278391df619b16059dff6579c918b8becf16c0227e7ba5fb64f78e4439dba67e1e8b291f0e2a36615da3a1a32b217448fa55653a207a1e33d9ea6c09f496c310bf1d7a603ff17fadf6875fb1775c6badefccada487e525c502abcb9c730c4e101d9d02f1fbf982062f3c", 
+    "latest": "2014.01.22", 
+    "signature": "45eb4a254dc69d6d89438b57766ffa0f00252e0dba2e50f952f9d52fa9a9123d8b7ae3d8be4964d88110d8a769504ea7eb40633eb8236510160ef9c64a3e98ab57f8b805c6ea462fac630a197f833384b270aa3b8b28f135fee21b4d06d589c42ef7a9992adbbc53cd182e03911ae34da9bc104380e9fdbf4551d8b2ec96f932", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -2681,6 +2681,20 @@
                 "https://yt-dl.org/downloads/2014.01.21.1/youtube-dl-2014.01.21.1.tar.gz", 
                 "da83de365b3499eabfc7f5bc2f21f70900bb04006f8e058459e9f2b5505dffc8"
             ]
+        }, 
+        "2014.01.22": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.01.22/youtube-dl", 
+                "32454b470294823fe299cd127a613709ec8384bac8fce3866119da5fd0fcaa02"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2014.01.22/youtube-dl.exe", 
+                "3672cda3c84880d01bd3a52150ebdb2c89556d8ee4aa042c3810ef20796d07b0"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2014.01.22/youtube-dl-2014.01.22.tar.gz", 
+                "140bcb1d890ff322161aa1553d745da6ef94f4ca62e41df00f283a2e5d863270"
+            ]
         }
     }
 }