浏览代码

release 2014.11.21

Philipp Hagemeister 10 年之前
父节点
当前提交
4bdc0e241a
共有 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.11.20/youtube-dl">2014.11.20</a> (<a href="https://yt-dl.org/downloads/2014.11.20/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl">2014.11.21</a> (<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: b0939c0db9f4474bf7d283ba0b52e9a8</li>
-<li><strong>SHA1</strong>: cb79da0deadfe7203d6c85608817b0c557b8b09c</li>
-<li><strong>SHA256</strong>: 055cb935113c537c1084c996e8d1fbfa06b526a1ad1a20a2a09445980c54a477</li>
+<li><strong>MD5</strong>: 878ecd09ad44dd17e3ef4e83b5985397</li>
+<li><strong>SHA1</strong>: 83025d9c9f4cba8067e2276a7314aa7691a6a725</li>
+<li><strong>SHA256</strong>: 61341ea5a00bca4051ef4d14d9219c8747fbeecc85d49e812ed5b7a403dd18c2</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2014.11.20/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.20/youtube-dl.exe.sig">sig</a> - 18acf95706c979d21cbd15470082da763f0c92c9841627660cce304240abc3b9)<br>
-	<a href="https://yt-dl.org/downloads/2014.11.20/youtube-dl-2014.11.20.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.20/youtube-dl-2014.11.20.tar.gz.sig">sig</a> - f7734abc88f9349f00ba2f2449225d081c5cb4cfba94490a0a72e6f8e0df2431)
+	<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl.exe.sig">sig</a> - ddb90bc6f79305dc115d1f3cde6b6af6a5fcf5b2c7fd0aa767d5fd8d4ec28acb)<br>
+	<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl-2014.11.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.21/youtube-dl-2014.11.21.tar.gz.sig">sig</a> - 506937ef51133b6b825925b205970265445a9f0c1c57569fb3e8028e4a225c05)
 </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.11.20/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.11.21/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.11.20/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.11.21/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>
 
 
@@ -53,7 +53,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.11.20/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.11.21/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.11.20
+2014.11.21

+ 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-11-20T08:59:56.786801Z</updated>
+    <updated>2014-11-21T10:49:57.802012Z</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>
@@ -6380,4 +6380,19 @@
 	    <updated>2014-11-20T00:00:00Z</updated>
 	    <updated>2014-11-20T00:00:00Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.21</id>
+	    <title>New version 2014.11.21</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.11.21/">https://yt-dl.org/downloads/2014.11.21/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-11-21T00:00:00Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2014.11.20",
-    "signature": "5bba0bcf28b8cd99047600d3b90348a37d3c28c384468c04bca7355216badb9be26aa129bd0c9148c8e1f5ae2871fbe2d8289fddb536969249f39e40c96ffb005d0d134ee5fcc39aacfe685d8ec3b9bf8d85cfa7aa564693ffb4b4a2ca4a1018288d160be2d83bcdb3a6099fe0abd3d6377239b044efb56b5684acbf0e598c80",
+    "latest": "2014.11.21",
+    "signature": "2bbd3cd1fe6960036c14026f1ee61555873a6610e707b7bac6de693577e92a5e9380cd45152e6f7407b1d4c5beb10b58b41f2623ef14e6dce0605b138045b74969f828fd943f0074bda63be0e17b6e7c19774e86395c00cff3ea13bfdce94add7f346a2bd2582c22970da8c79f8ef96d4c979eb17fd8195dd13a39b3f59d80b0",
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -5957,6 +5957,20 @@
                 "https://yt-dl.org/downloads/2014.11.20/youtube-dl-2014.11.20.tar.gz",
                 "https://yt-dl.org/downloads/2014.11.20/youtube-dl-2014.11.20.tar.gz",
                 "f7734abc88f9349f00ba2f2449225d081c5cb4cfba94490a0a72e6f8e0df2431"
                 "f7734abc88f9349f00ba2f2449225d081c5cb4cfba94490a0a72e6f8e0df2431"
             ]
             ]
+        },
+        "2014.11.21": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.11.21/youtube-dl",
+                "61341ea5a00bca4051ef4d14d9219c8747fbeecc85d49e812ed5b7a403dd18c2"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2014.11.21/youtube-dl.exe",
+                "ddb90bc6f79305dc115d1f3cde6b6af6a5fcf5b2c7fd0aa767d5fd8d4ec28acb"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2014.11.21/youtube-dl-2014.11.21.tar.gz",
+                "506937ef51133b6b825925b205970265445a9f0c1c57569fb3e8028e4a225c05"
+            ]
         }
         }
     }
     }
 }
 }