浏览代码

release 2013.12.04

Philipp Hagemeister 11 年之前
父节点
当前提交
bad94a7022
共有 5 个文件被更改,包括 43 次插入14 次删除
  1. 9 9
      download.html
  2. 1 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/2013.12.03/youtube-dl">2013.12.03</a> (<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl">2013.12.04</a> (<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 0b43fe6f53c95c9a993f58ac81ce3331</li>
-<li><strong>SHA1</strong>: a38a057fe26f9ab582c9bb87e231581ac3057187</li>
-<li><strong>SHA256</strong>: 1c2728cdcfbdd16ccd1b4f8f90f2105b9f8d85351d399265ebaf288bfa89f758</li>
+<li><strong>MD5</strong>: 8f3650654fac73081ad7769b28777c48</li>
+<li><strong>SHA1</strong>: be164749eb19385d780cddc778925643b4e81cd3</li>
+<li><strong>SHA256</strong>: ae9b47bcba1b66260af23f36dfd1f98dfc1453399a1411d287a643af9229c043</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe.sig">sig</a> - a6769ab158a76d5393e52f85fb3f8a31d9e85d05dc9bc314508423fe284e50d5)<br>
-	<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz.sig">sig</a> - 0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf)
+	<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl.exe.sig">sig</a> - e8b316d403c2f1c4e843ebee56803d0f0f78afa27788e63bc628762b0195e49e)<br>
+	<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz.sig">sig</a> - ae5908ad9fc27b8b2a01ce2ae4294993c6856cbd8d03775ea11e047741eff3a0)
 </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/2013.12.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.04/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/2013.12.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.04/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/2013.12.03/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/2013.12.04/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
supportedsites.html

@@ -206,8 +206,8 @@
 	<li><b>youtube:history</b>: Youtube watch history, "ythistory" keyword (requires authentication)</li>
 	<li><b>youtube:playlist</b>: YouTube.com playlists</li>
 	<li><b>youtube:recommended</b>: YouTube.com recommended videos, "ytrec" keyword (requires authentication)</li>
-	<li><b>youtube:search</b>: YouTube.com searches, newest videos first</li>
 	<li><b>youtube:search</b>: YouTube.com searches</li>
+	<li><b>youtube:search:date</b>: YouTube.com searches, newest videos first</li>
 	<li><b>youtube:show</b>: YouTube.com (multi-season) shows</li>
 	<li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)</li>
 	<li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2013.12.03
+2013.12.04

+ 16 - 1
update/releases.atom

@@ -2,7 +2,7 @@
 <atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
 	<atom:title>youtube-dl releases</atom:title>
 	<atom:id>youtube-dl-updates-feed</atom:id>
-	<atom:updated>2013-12-03T13:18:17.698944</atom:updated>
+	<atom:updated>2013-12-04T14:21:29.308502</atom:updated>
 	
 	<atom:entry>
 		<atom:id>youtube-dl-2012.02.22</atom:id>
@@ -2164,4 +2164,19 @@
 		<atom:updated>2013-12-03</atom:updated>
 	</atom:entry>
 
+	<atom:entry>
+		<atom:id>youtube-dl-2013.12.04</atom:id>
+		<atom:title>New version 2013.12.04</atom:title>
+		<atom:link href="http://rg3.github.io/youtube-dl" />
+		<atom:content type="xhtml">
+			<div xmlns="http://www.w3.org/1999/xhtml">
+				Downloads available at <a href="https://yt-dl.org/downloads/2013.12.04/">https://yt-dl.org/downloads/2013.12.04/</a>
+			</div>
+		</atom:content>
+		<atom:author>
+			<atom:name>The youtube-dl maintainers</atom:name>
+		</atom:author>
+		<atom:updated>2013-12-04</atom:updated>
+	</atom:entry>
+
 </atom:feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
-    "latest": "2013.12.03", 
-    "signature": "5d27b2dd2abdf74c06e9b5e906b7e3a43f8233de8870d03144fce3cb6103dc36d0e83cf8003a7146ab8b9ecb25c5dd85f7f0c35de744820dcd1d7dc96cf50e0363ab036ec36b69b7bb0026493fe7256be20eeb5c9ed9c426889e6e2e91744ff95101535d2c399bae17212f907ad71a40de8d90022d4fed3e735e510a39068206", 
+    "latest": "2013.12.04", 
+    "signature": "20f78614d8cb24720720d0348417b5245f83b40d1cc13aebf54586d0400b31c9cfa16a482aba1002154976b0a620ff7385294efe5598c2ee953c70b0389c5801cb40d6eb90f6d2dd6b4afdc7b152ea4b0bf13934807aa2f760ec4c83f2194fdf97ad4167478c26d18f841e61562afac86f3d1e94045447a5e09c62adeace8a24", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -2023,6 +2023,20 @@
                 "https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz", 
                 "0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf"
             ]
+        }, 
+        "2013.12.04": {
+            "bin": [
+                "https://yt-dl.org/downloads/2013.12.04/youtube-dl", 
+                "ae9b47bcba1b66260af23f36dfd1f98dfc1453399a1411d287a643af9229c043"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2013.12.04/youtube-dl.exe", 
+                "e8b316d403c2f1c4e843ebee56803d0f0f78afa27788e63bc628762b0195e49e"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2013.12.04/youtube-dl-2013.12.04.tar.gz", 
+                "ae5908ad9fc27b8b2a01ce2ae4294993c6856cbd8d03775ea11e047741eff3a0"
+            ]
         }
     }
 }