瀏覽代碼

release 2014.11.26.3

Philipp Hagemeister 10 年之前
父節點
當前提交
3e3977a554
共有 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.26.1/youtube-dl">2014.11.26.1</a> (<a href="https://yt-dl.org/downloads/2014.11.26.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.11.26.3/youtube-dl">2014.11.26.3</a> (<a href="https://yt-dl.org/downloads/2014.11.26.3/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: 836b11e0200a9ea5e1ca315029fa7028</li>
-<li><strong>SHA1</strong>: 34dab867c93bda02774aa00ff705db4d361bb15f</li>
-<li><strong>SHA256</strong>: 048e19d5059c5638e08dc42748a4db8e57bdcbd0491d8796bcac61e611ef4077</li>
+<li><strong>MD5</strong>: 557256eb13e2cc596acba25807028e3d</li>
+<li><strong>SHA1</strong>: 2bd500153b2a769c0e4e75d78d5596177037da1a</li>
+<li><strong>SHA256</strong>: 75f2207ef4bf1f87b585109fcf431bd57f32248cf769a4c1a967a269a4e3a975</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2014.11.26.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.26.1/youtube-dl.exe.sig">sig</a> - f8d7f5a5543edbb502a8b6e3a4bf83b743f1b7022a8283ea0687b0ca67aadce6)<br>
-	<a href="https://yt-dl.org/downloads/2014.11.26.1/youtube-dl-2014.11.26.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.26.1/youtube-dl-2014.11.26.1.tar.gz.sig">sig</a> - 21c501c15ee1939a517c1af2be9a006b60721adb229844d50aa8b5e12454c8b9)
+	<a href="https://yt-dl.org/downloads/2014.11.26.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.11.26.3/youtube-dl.exe.sig">sig</a> - 2b6cefec8b3ae45fa2cbb70b411cea71919e4c339b40aef62b9b4e6c0e89352e)<br>
+	<a href="https://yt-dl.org/downloads/2014.11.26.3/youtube-dl-2014.11.26.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.11.26.3/youtube-dl-2014.11.26.3.tar.gz.sig">sig</a> - 02171d91c183d800229132ed71f6b12aca59501191782d77a8b17d372b927cfe)
 </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.26.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.11.26.3/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.26.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.11.26.3/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.26.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.11.26.3/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.26.1
+2014.11.26.3

+ 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-26T22:05:38.417961Z</updated>
+    <updated>2014-11-26T22:18:20.422231Z</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>
@@ -6515,4 +6515,19 @@
 	    <updated>2014-11-26T00:00:01Z</updated>
 	    <updated>2014-11-26T00:00:01Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.11.26.3</id>
+	    <title>New version 2014.11.26.3</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.26.3/">https://yt-dl.org/downloads/2014.11.26.3/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-11-26T00:00:03Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2014.11.26.1",
-    "signature": "684cfd928ba3d2a35521ffaccaf347efe8d8a013a6d493c5cff3350a3901e3c061379bcc36d616ddaa0f15b387770c2d3b46479796fadc8d48bd45f44acd74945ddb07b3c0590ed4f872a6884fdc7d4454871cba48b94199c88925b3ab9ccc015189fb06274ffc62a12be2edf95a170a3160ab91d2efc35fb1a0c68aafe3fb4b",
+    "latest": "2014.11.26.3",
+    "signature": "9983f83dd5e8f57997c02d6a4627611657faeb38eec4b61f6150302aaed457b6fa325a39417b9c4d560f36885d7ea04669dcdc1bddd56e78c550d75622d8dfa236f01b8df3c042d97d88dc1a4fd29c29563398ee80a146a511467942a24c24357b06c095a5bd7576d21d97d22008922cbca7f3ec4651b5fa750abac3b91d0069",
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -6083,6 +6083,20 @@
                 "https://yt-dl.org/downloads/2014.11.26.1/youtube-dl-2014.11.26.1.tar.gz",
                 "https://yt-dl.org/downloads/2014.11.26.1/youtube-dl-2014.11.26.1.tar.gz",
                 "21c501c15ee1939a517c1af2be9a006b60721adb229844d50aa8b5e12454c8b9"
                 "21c501c15ee1939a517c1af2be9a006b60721adb229844d50aa8b5e12454c8b9"
             ]
             ]
+        },
+        "2014.11.26.3": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.11.26.3/youtube-dl",
+                "75f2207ef4bf1f87b585109fcf431bd57f32248cf769a4c1a967a269a4e3a975"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2014.11.26.3/youtube-dl.exe",
+                "2b6cefec8b3ae45fa2cbb70b411cea71919e4c339b40aef62b9b4e6c0e89352e"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2014.11.26.3/youtube-dl-2014.11.26.3.tar.gz",
+                "02171d91c183d800229132ed71f6b12aca59501191782d77a8b17d372b927cfe"
+            ]
         }
         }
     }
     }
 }
 }