浏览代码

release 2014.03.10

Philipp Hagemeister 11 年之前
父节点
当前提交
86da332b5b
共有 5 个文件被更改,包括 44 次插入14 次删除
  1. 9 9
      download.html
  2. 2 1
      supportedsites.html
  3. 1 1
      update/LATEST_VERSION
  4. 16 1
      update/releases.atom
  5. 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>
 
-<h2><a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl">2014.03.07.1</a> (<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.03.10/youtube-dl">2014.03.10</a> (<a href="https://yt-dl.org/downloads/2014.03.10/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: bd15f2c77903b73198c0d055cf326f63</li>
-<li><strong>SHA1</strong>: da84177b51a5bbccfb4ab3fa67e7320583abf8c2</li>
-<li><strong>SHA256</strong>: 12c2894cfc94514f7283f277a2689cb34460325ab0634867383597ea707a56ad</li>
+<li><strong>MD5</strong>: 546f725f46b95466ff2ae30b6c252b01</li>
+<li><strong>SHA1</strong>: e840dff4a2fc96e067ef13ce9c28b0d3a5554540</li>
+<li><strong>SHA256</strong>: 3099ec2d994d0689d4319a4fb92d058c0d63fc7d45cef4790bdd28427763076e</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl.exe.sig">sig</a> - 4cf5ce3424fc3b09896a57c01e0a4c8f5d8695d880d2cf03f416660ff1525a85)<br>
-	<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz.sig">sig</a> - 97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa)
+	<a href="https://yt-dl.org/downloads/2014.03.10/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.10/youtube-dl.exe.sig">sig</a> - 734dc202f625a6e61d0a7c96b4e3139299707123a72bf44d10c4d602bab541cd)<br>
+	<a href="https://yt-dl.org/downloads/2014.03.10/youtube-dl-2014.03.10.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.10/youtube-dl-2014.03.10.tar.gz.sig">sig</a> - 31e4c6af0949da8a50d6d05f472e5a6d8ea28e9c0e6c2cb15c16c3135d7f4d59)
 </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/2014.03.07.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.10/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 sudo chmod a+x /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/2014.03.07.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.10/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 </p>
 
@@ -49,7 +49,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/2014.03.07.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.03.10/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>

+ 2 - 1
supportedsites.html

@@ -23,6 +23,7 @@
 	<li><b>9gag</b></li>
 	<li><b>AcademicEarth:Course</b></li>
 	<li><b>AddAnime</b></li>
+	<li><b>Aftonbladet</b></li>
 	<li><b>anitube.se</b></li>
 	<li><b>Aparat</b></li>
 	<li><b>AppleTrailers</b></li>
@@ -175,7 +176,7 @@
 	<li><b>Ooyala</b></li>
 	<li><b>ORF</b></li>
 	<li><b>PBS</b></li>
-	<li><b>photobucket</b></li>
+	<li><b>Photobucket</b></li>
 	<li><b>plus.google</b>: Google Plus</li>
 	<li><b>pluzz.francetv.fr</b></li>
 	<li><b>podomatic</b></li>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2014.03.07.1
+2014.03.10

+ 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>2014-03-07T16:08:25.768660Z</updated>
+    <updated>2014-03-10T13:07:05.979374Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -3695,4 +3695,19 @@
 	    <updated>2014-03-07T00:00:01Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.10</id>
+	    <title>New version 2014.03.10</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.03.10/">https://yt-dl.org/downloads/2014.03.10/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-03-10T00:00:00Z</updated>
+	</entry>
+
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
-    "latest": "2014.03.07.1", 
-    "signature": "870dc0f8c97343c776ba03fca4ba103f40738a0e3f1c49dfc7cf3103acf2d47e3b492d4de805813d0dd3bc493ce31d05eb1a27c84308c556103d1f66769bc8dfc220cbef63bb3fd67201551ff033ec6e540875d2d8d71a3291ffef78f4e9860a65314eb7b870a2f2f73113228adea81bf0e80f8014518f05a06e22c62ef2492a", 
+    "latest": "2014.03.10", 
+    "signature": "94109e6a0aff025063559f51f032dcb49033c68099f737e949e294d6ed959e28b91626e8cb007a1af6a024d9a7cb02a9f2a5b02d6caefe6d08977db36e35e9893ae567514a814640ffe76828d8bc7865ff773ad0bf2dfb8d62d54526e3f502fb5ed470ee3cadb8df674e573a1e06da1982f9aed739366ff454b17c2c0268001f", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -3451,6 +3451,20 @@
                 "https://yt-dl.org/downloads/2014.03.07.1/youtube-dl-2014.03.07.1.tar.gz", 
                 "97e499fa137af5eef13d417f01b20ec6605f38bf8608eeca2d7e50335f5912fa"
             ]
+        }, 
+        "2014.03.10": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.03.10/youtube-dl", 
+                "3099ec2d994d0689d4319a4fb92d058c0d63fc7d45cef4790bdd28427763076e"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2014.03.10/youtube-dl.exe", 
+                "734dc202f625a6e61d0a7c96b4e3139299707123a72bf44d10c4d602bab541cd"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2014.03.10/youtube-dl-2014.03.10.tar.gz", 
+                "31e4c6af0949da8a50d6d05f472e5a6d8ea28e9c0e6c2cb15c16c3135d7f4d59"
+            ]
         }
     }
 }