浏览代码

release 2014.01.05.5

Philipp Hagemeister 11 年之前
父节点
当前提交
7e8fcedf9b
共有 4 个文件被更改,包括 42 次插入13 次删除
  1. 9 9
      download.html
  2. 1 1
      update/LATEST_VERSION
  3. 16 1
      update/releases.atom
  4. 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>
 <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.05.4/youtube-dl">2014.01.05.4</a> (<a href="https://yt-dl.org/downloads/2014.01.05.4/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.01.05.5/youtube-dl">2014.01.05.5</a> (<a href="https://yt-dl.org/downloads/2014.01.05.5/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: 73ca5ae7b35fd8385031bff6460d182c</li>
-<li><strong>SHA1</strong>: 15bac794adb13259db8ed16d5818706679864386</li>
-<li><strong>SHA256</strong>: 0390c5aab497bdd6b5984a4618ed6dd029f434adc1310e9231cd1f1b3d202a47</li>
+<li><strong>MD5</strong>: d9d89a6d2024186413abeb233e1c3c9f</li>
+<li><strong>SHA1</strong>: ffc78a1107021b897e2a8194dcca030ca2178fb1</li>
+<li><strong>SHA256</strong>: d89e9b9114718860a900ce9a49ec00411fdfc8f32ca00ed8b156e6a4f5548707</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2014.01.05.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.05.4/youtube-dl.exe.sig">sig</a> - 7fcd4040874c1ffd2211d1430a2003c024dd607357e9b939a4cfbbb9d7a1b4fd)<br>
-	<a href="https://yt-dl.org/downloads/2014.01.05.4/youtube-dl-2014.01.05.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.05.4/youtube-dl-2014.01.05.4.tar.gz.sig">sig</a> - b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e)
+	<a href="https://yt-dl.org/downloads/2014.01.05.5/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.05.5/youtube-dl.exe.sig">sig</a> - 52294491d10adc5ae40c42a0eda4da9980dfd2ad8067da58d5d07edc744e89ef)<br>
+	<a href="https://yt-dl.org/downloads/2014.01.05.5/youtube-dl-2014.01.05.5.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.05.5/youtube-dl-2014.01.05.5.tar.gz.sig">sig</a> - 7bbe87df0e4eefa1af36cd6fc86530bc8e1a78458d2d02d5e208656da4572fa2)
 </p>
 </p>
 
 
 <p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
 <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.05.4/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.05.5/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 </p>
 </p>
 
 
 <p>If you do not have curl, you can alternatively use a recent wget:
 <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.05.4/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.05.5/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 </p>
 </p>
 
 
@@ -49,7 +49,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
 </p>
 </p>
 
 
 <p>To check the signature, type:
 <p>To check the signature, type:
-<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.05.4/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.05.5/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>
 
 
 <p>The following GPG keys will be used to sign the binaries and the git tags:</p>
 <p>The following GPG keys will be used to sign the binaries and the git tags:</p>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2014.01.05.4
+2014.01.05.5

+ 16 - 1
update/releases.atom

@@ -3,7 +3,7 @@
     <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
     <link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
     <title>youtube-dl releases</title>
     <title>youtube-dl releases</title>
     <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
     <id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
-    <updated>2014-01-05T05:45:44.159600Z</updated>
+    <updated>2014-01-05T06:00:46.017402Z</updated>
     
     
 	<entry>
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -2645,4 +2645,19 @@
 	    <updated>2014-01-05T00:00:04Z</updated>
 	    <updated>2014-01-05T00:00:04Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.05.5</id>
+	    <title>New version 2014.01.05.5</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.05.5/">https://yt-dl.org/downloads/2014.01.05.5/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-01-05T00:00:05Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2014.01.05.4", 
-    "signature": "7cecc79305de0df7de7600f1a16dfd028d1f0fe3ccebc6d7c59a182007b5ecef5403d9dfdd204435f237123b9d92517950f5c570617425a560fd3aa144e2af2a558db6be1c28f09a554b95008e315f43ca99829a318994c3823c84544ee175d2a7ecc7ef15450265f510e51991dc1bdd4884f6a85f42f79bd3ec481784a53ac4", 
+    "latest": "2014.01.05.5", 
+    "signature": "64583363cd0df413344323ae9d7d86cefc1d357b738d398f7d2f4449e44be5bb48547db1f1a49c6ed00fdf56162206c9ae224231aa7a59dee61771611b5cb8521fd7fff00412b39ea8b75ff9ba6244e3d7fb8651920d14aa3feeafe0b3c9f8840892b234f04e7478730979f0d30dc32dba63502db343fdb16b7e6c80e515e7e3", 
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -2471,6 +2471,20 @@
                 "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl-2014.01.05.4.tar.gz", 
                 "https://yt-dl.org/downloads/2014.01.05.4/youtube-dl-2014.01.05.4.tar.gz", 
                 "b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e"
                 "b3ccc5c850c65c28dcb3aa0c2ee0961901405e9669c9c8f6a72dd55f8294d43e"
             ]
             ]
+        }, 
+        "2014.01.05.5": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl", 
+                "d89e9b9114718860a900ce9a49ec00411fdfc8f32ca00ed8b156e6a4f5548707"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl.exe", 
+                "52294491d10adc5ae40c42a0eda4da9980dfd2ad8067da58d5d07edc744e89ef"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2014.01.05.5/youtube-dl-2014.01.05.5.tar.gz", 
+                "7bbe87df0e4eefa1af36cd6fc86530bc8e1a78458d2d02d5e208656da4572fa2"
+            ]
         }
         }
     }
     }
 }
 }