浏览代码

release 2014.02.24

Philipp Hagemeister 11 年之前
父节点
当前提交
d602cd1cb5
共有 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.02.22.1/youtube-dl">2014.02.22.1</a> (<a href="https://yt-dl.org/downloads/2014.02.22.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.02.24/youtube-dl">2014.02.24</a> (<a href="https://yt-dl.org/downloads/2014.02.24/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: f375553588877bab6c78224bc74e3a94</li>
-<li><strong>SHA1</strong>: 5e7e1dab5ba44bce1c87af9b505c11c99ca31107</li>
-<li><strong>SHA256</strong>: 7400dabf6a5f68e88d702a1c3113a3ed4c32b35b57d28e9f0e5bad8a59eb056d</li>
+<li><strong>MD5</strong>: 97baf61ea2c516052a99876d97bf975c</li>
+<li><strong>SHA1</strong>: a77fbd5a402d3d7f9a951ffcfcb897ea3a160e35</li>
+<li><strong>SHA256</strong>: 0553f1884252a7ae550340306978089c0de5f34689fac6b28c3ac6f7259801a5</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2014.02.22.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.22.1/youtube-dl.exe.sig">sig</a> - 1d9c51174de17820bf0e509ca0c2439f2399adc8a0ebe1df7f7f3fc94acc781b)<br>
-	<a href="https://yt-dl.org/downloads/2014.02.22.1/youtube-dl-2014.02.22.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.22.1/youtube-dl-2014.02.22.1.tar.gz.sig">sig</a> - 8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9)
+	<a href="https://yt-dl.org/downloads/2014.02.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.24/youtube-dl.exe.sig">sig</a> - 11f22aba91ef8703515ebf43850bf990fca8355a18d1cad96421f2414b692e95)<br>
+	<a href="https://yt-dl.org/downloads/2014.02.24/youtube-dl-2014.02.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.24/youtube-dl-2014.02.24.tar.gz.sig">sig</a> - 3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511)
 </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.02.22.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.24/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.02.22.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.24/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.02.22.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.02.24/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.02.22.1
+2014.02.24

+ 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-02-22T23:21:44.371400Z</updated>
+    <updated>2014-02-24T09:49:01.349532Z</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>
@@ -3485,4 +3485,19 @@
 	    <updated>2014-02-22T00:00:01Z</updated>
 	    <updated>2014-02-22T00:00:01Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.24</id>
+	    <title>New version 2014.02.24</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.02.24/">https://yt-dl.org/downloads/2014.02.24/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-02-24T00:00:00Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2014.02.22.1", 
-    "signature": "2440e824a6f980c3cb753cb13898cb1fe785b56217474c6859bd9afdf1394225fb4eafb722ed56562b8dc39a658a4d5ac5e3902315480689a3d959f6c4d9e422e630720e91a1e45ec4a8d646d0647e65e4e6a69db0f8e2bce816283547e074eda9b69f9671bfd870ed78ac111cb7b5151e34e99e5c0d8427042ef61fd6808468", 
+    "latest": "2014.02.24", 
+    "signature": "47381f12a2d0e0c9246a88a057c4b5f368a255397ac9f53b8c64d91c6f14e8b3fc6cdd37df37ca38ef804b2a72bc42ea8b3c354666dd4d83ec08d8627ad832f2758f48a93e27e859b40a9c5d9eefe8508804be8cc9f652f2083dc55b3693fa4918bf6c78894c05c750da8ca199dde391edac005562845449987614f987919382", 
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -3255,6 +3255,20 @@
                 "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl-2014.02.22.1.tar.gz", 
                 "https://yt-dl.org/downloads/2014.02.22.1/youtube-dl-2014.02.22.1.tar.gz", 
                 "8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9"
                 "8f70eaec5aa1575755f496a4f83edb8779733dda59f0cf3de486228c970886f9"
             ]
             ]
+        }, 
+        "2014.02.24": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.02.24/youtube-dl", 
+                "0553f1884252a7ae550340306978089c0de5f34689fac6b28c3ac6f7259801a5"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2014.02.24/youtube-dl.exe", 
+                "11f22aba91ef8703515ebf43850bf990fca8355a18d1cad96421f2414b692e95"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2014.02.24/youtube-dl-2014.02.24.tar.gz", 
+                "3631628ee577776e3c561ce6ff2a3d4f792746a9b764300261f0adaec301e511"
+            ]
         }
         }
     }
     }
 }
 }