瀏覽代碼

release 2015.11.23

Philipp Hagemeister 9 年之前
父節點
當前提交
7d94a5677f
共有 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.2+ to work.</p>
 
-<h2><a href="https://yt-dl.org/downloads/2015.11.21/youtube-dl">2015.11.21</a> (<a href="https://yt-dl.org/downloads/2015.11.21/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2015.11.23/youtube-dl">2015.11.23</a> (<a href="https://yt-dl.org/downloads/2015.11.23/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: bf1dcf9ba6aa790e6f02e724cc11459d</li>
-<li><strong>SHA1</strong>: a9f283ae79cda06f3a6117cf1907585382e28741</li>
-<li><strong>SHA256</strong>: fa02a52adc01f5a09fa812c55b33ef828a36fa5ea359efeb1ac4ba6303101ff8</li>
+<li><strong>MD5</strong>: 256af18a28e36d2092964b72bdd19e91</li>
+<li><strong>SHA1</strong>: 3b66c4a74ee2499683d59fc926584c7a1269d396</li>
+<li><strong>SHA256</strong>: 2f403a9fa52e18884e9e02229ed6b9dc28bb2f91fe8f723b45adf4cd7f94c674</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2015.11.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.11.21/youtube-dl.exe.sig">sig</a> - 705058387c5050544549e8e01d58ed53490888f0c522bfdbf02a406cdf46c8dd)<br>
-	<a href="https://yt-dl.org/downloads/2015.11.21/youtube-dl-2015.11.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.11.21/youtube-dl-2015.11.21.tar.gz.sig">sig</a> - 26ef30392579289ff54c54c6747fd0036a5fdf7429c55106f9703b0f9f19e339)
+	<a href="https://yt-dl.org/downloads/2015.11.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.11.23/youtube-dl.exe.sig">sig</a> - 961b202124afffae2fd4d7be7516d3e2dd7dd7aec68ae9b6e8df1ec544926ec8)<br>
+	<a href="https://yt-dl.org/downloads/2015.11.23/youtube-dl-2015.11.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.11.23/youtube-dl-2015.11.23.tar.gz.sig">sig</a> - ce4cf088318fc088925cf2b7602f56f9bae410fa41502e5aff4879296fc1ad54)
 </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.11.21/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2015.11.23/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 sudo chmod a+rx /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.11.21/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2015.11.23/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+rx /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.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>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2015.11.23/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>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2015.11.21
+2015.11.23

+ 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>2015-11-21T23:38:41.505436Z</updated>
+    <updated>2015-11-23T18:11:00.031124Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -8795,4 +8795,19 @@
 	    <updated>2015-11-21T00:00:00Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.23</id>
+	    <title>New version 2015.11.23</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.11.23/">https://yt-dl.org/downloads/2015.11.23/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2015-11-23T00:00:00Z</updated>
+	</entry>
+
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
-    "latest": "2015.11.21",
-    "signature": "4c41e97e03c53bcdc2614e83bd68d9490b9dfcd5d3fa295c6ce01279d866cff7db5227232265fbf0be09d52e72be06810a3ecc04982fbff7ad1ed6f009ac2dc7ae15a37c9c07d933418fa77b398d140c8bdb96efcbfa7e7c0f3bec2eb77b7c9245bb0572db0305512d63dac64b6328f1de2d1ade95769c03d3bce14a5263d63e",
+    "latest": "2015.11.23",
+    "signature": "3dd0ae4a4f320d48e887c9253e9168175623ea509b49e55b8e9ecc48b64e8ab90e3eae0bcd536e6e6d1a27e7a8edc7048a2514b3a343ea7f21fa25c36cc06b9f04afa37477a4122d7ea22c270ee89f952b43abd3d14ee294ab6722710b34b662bbee871e9023646d71a22c2cd6d18ae26fc7c1effa7b8f43a002263a39dbce13",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -8211,6 +8211,20 @@
                 "https://yt-dl.org/downloads/2015.11.21/youtube-dl-2015.11.21.tar.gz",
                 "26ef30392579289ff54c54c6747fd0036a5fdf7429c55106f9703b0f9f19e339"
             ]
+        },
+        "2015.11.23": {
+            "bin": [
+                "https://yt-dl.org/downloads/2015.11.23/youtube-dl",
+                "2f403a9fa52e18884e9e02229ed6b9dc28bb2f91fe8f723b45adf4cd7f94c674"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2015.11.23/youtube-dl.exe",
+                "961b202124afffae2fd4d7be7516d3e2dd7dd7aec68ae9b6e8df1ec544926ec8"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2015.11.23/youtube-dl-2015.11.23.tar.gz",
+                "ce4cf088318fc088925cf2b7602f56f9bae410fa41502e5aff4879296fc1ad54"
+            ]
         }
     }
 }