瀏覽代碼

release 2015.11.02

Philipp Hagemeister 10 年之前
父節點
當前提交
a50ad865c5
共有 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>
 <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.01/youtube-dl">2015.11.01</a> (<a href="https://yt-dl.org/downloads/2015.11.01/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2015.11.02/youtube-dl">2015.11.02</a> (<a href="https://yt-dl.org/downloads/2015.11.02/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: 443bea7f27ab5f61614978e4ef15b64e</li>
-<li><strong>SHA1</strong>: 3ac17edce61926252116c58e3171a056da690a17</li>
-<li><strong>SHA256</strong>: 382f0298c76a575e22119f163fe582eaac5d9234f655488f44d90e5a3419b428</li>
+<li><strong>MD5</strong>: 3f43451aff06a979b2288ae686f95108</li>
+<li><strong>SHA1</strong>: 3155f361247bc97cee27d1d9ef78e9654b11f977</li>
+<li><strong>SHA256</strong>: ec08bffa6e2a9fb2137a89b4ed22bb24ad91f9151646d8b32167cf823132db0c</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2015.11.01/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.11.01/youtube-dl.exe.sig">sig</a> - 01d6876030a7ad9b340f00657ef3ba7c933ef0d702d144bedfef6679fd979152)<br>
-	<a href="https://yt-dl.org/downloads/2015.11.01/youtube-dl-2015.11.01.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.11.01/youtube-dl-2015.11.01.tar.gz.sig">sig</a> - 58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a)
+	<a href="https://yt-dl.org/downloads/2015.11.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.11.02/youtube-dl.exe.sig">sig</a> - 3a995d6d8cdd8cf5f033ea21581da2c5deccba49f02516e7482d1361acb87a7a)<br>
+	<a href="https://yt-dl.org/downloads/2015.11.02/youtube-dl-2015.11.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.11.02/youtube-dl-2015.11.02.tar.gz.sig">sig</a> - 5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c)
 </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/2015.11.01/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2015.11.02/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 sudo chmod a+rx /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/2015.11.01/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2015.11.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 sudo chmod a+rx /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/2015.11.01/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.02/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 @@
-2015.11.01
+2015.11.02

+ 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>2015-11-01T14:22:54.315007Z</updated>
+    <updated>2015-11-02T16:24:36.716077Z</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>
@@ -8690,4 +8690,19 @@
 	    <updated>2015-11-01T00:00:00Z</updated>
 	    <updated>2015-11-01T00:00:00Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.11.02</id>
+	    <title>New version 2015.11.02</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.02/">https://yt-dl.org/downloads/2015.11.02/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2015-11-02T00:00:00Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2015.11.01",
-    "signature": "5e8aa6a3fc28a339b82973b9317fa60b8777644d17cc88897ab5b90a62501aaf134d143a81cb29dccd9a4a68468032b930c8162cfd6688f2bc6c31c7fc23494c9435588ce44fadb6b3a4d50564fc8901a78e1ad0e9bd1ce1b57078d140cf8a885682421d374249ab3dac2444ded25fa98d8dd9c7b1418e1b11dcdcdddc871003",
+    "latest": "2015.11.02",
+    "signature": "4df1b65955801b988812752d582318c0b407f5994960afbe579d490176e7494b715baf5ba60d11c51a3198e7dd4ae2dba0b0ddd196ec9296a9809eb1ebce991b805d1e4eff700fd93fe60da7d30408f5183e281fcc1c57e30d55e040980caa541763ecbff83fc208cd49e60e5201008284a3c9f26edbda22148c76e604ceed05",
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -8113,6 +8113,20 @@
                 "https://yt-dl.org/downloads/2015.11.01/youtube-dl-2015.11.01.tar.gz",
                 "https://yt-dl.org/downloads/2015.11.01/youtube-dl-2015.11.01.tar.gz",
                 "58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a"
                 "58a981cd708f30567382b97d6db336b25ca2279b759aea3a79e4d39a68351f3a"
             ]
             ]
+        },
+        "2015.11.02": {
+            "bin": [
+                "https://yt-dl.org/downloads/2015.11.02/youtube-dl",
+                "ec08bffa6e2a9fb2137a89b4ed22bb24ad91f9151646d8b32167cf823132db0c"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2015.11.02/youtube-dl.exe",
+                "3a995d6d8cdd8cf5f033ea21581da2c5deccba49f02516e7482d1361acb87a7a"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2015.11.02/youtube-dl-2015.11.02.tar.gz",
+                "5c5bc5a7fec405ed353bd7052a4a83e8782742d246b24af73393fe70c7b28d8c"
+            ]
         }
         }
     }
     }
 }
 }