Browse Source

release 2013.12.26

Philipp Hagemeister 11 years ago
parent
commit
97c7ea358c
4 changed files with 42 additions and 13 deletions
  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>
 
-<h2><a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl">2013.12.23.4</a> (<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl">2013.12.26</a> (<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: a41bb22d06a7f1b5703721d73ff6bc92</li>
-<li><strong>SHA1</strong>: 480b3ed6498e4b857464c4d5ba699087c27b5a24</li>
-<li><strong>SHA256</strong>: df539cf7608f2a0ef3062fd2cb932fc11376afc5da9ff1d7518ea41fe7ae9a77</li>
+<li><strong>MD5</strong>: d8fca8f54f414509538ef1c7dd9fd612</li>
+<li><strong>SHA1</strong>: 6150ef0e00e5760f304de56bdcfd3fdccd844c0c</li>
+<li><strong>SHA256</strong>: a9701ed0a15667047e2a0e3c26ad8feb263399dfc615691f87335fced9f2a041</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl.exe.sig">sig</a> - aef1b71e6d931e4c93520b03b8546c91eac417c13c0307ba3063845d8ba94af3)<br>
-	<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl-2013.12.23.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.23.4/youtube-dl-2013.12.23.4.tar.gz.sig">sig</a> - 8e5c09a36f0e2ff8a628e27f86cd135e0e1244819f5c6c16862c08b558081a1f)
+	<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl.exe.sig">sig</a> - 156654bfde81319b87d0a3d26df1265cc21ac3076dc73cb31cd800fab6182de5)<br>
+	<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz.sig">sig</a> - ac0d35d32a0f333843da078f26addfcd52c58bb24fe099a2ed481d71f145f3b5)
 </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.23.4/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.26/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.23.4/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.26/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.23.4/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.26/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 @@
-2013.12.23.4
+2013.12.26

+ 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-23T05:14:37.536098</atom:updated>
+	<atom:updated>2013-12-26T22:00:56.964546</atom:updated>
 	
 	<atom:entry>
 		<atom:id>youtube-dl-2012.02.22</atom:id>
@@ -2569,4 +2569,19 @@
 		<atom:updated>2013-12-23-4</atom:updated>
 	</atom:entry>
 
+	<atom:entry>
+		<atom:id>youtube-dl-2013.12.26</atom:id>
+		<atom:title>New version 2013.12.26</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.26/">https://yt-dl.org/downloads/2013.12.26/</a>
+			</div>
+		</atom:content>
+		<atom:author>
+			<atom:name>The youtube-dl maintainers</atom:name>
+		</atom:author>
+		<atom:updated>2013-12-26</atom:updated>
+	</atom:entry>
+
 </atom:feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
-    "latest": "2013.12.23.4", 
-    "signature": "54d8979bbbc97f2cee4258cb0dc6c218c1c9e9448d6a647c01f9bce73bb534d15147fe2f984a82dfc8edd2f8f00850c2383085f74e762d85ff43481af30702f92d8e64393d230fc6d5650236807081d0fa563f6c9f588d4122b5de354760433ae33f3466479a2b7253d9719da2f7b482a702de2dba23f699b2a4e2248a8eb160", 
+    "latest": "2013.12.26", 
+    "signature": "0452d16481a06e44825c2be730e3a6e53674f665b3bc3ebda7fdd5d2f1a2e5c6f77689f56355407f63df016a6df9ce2eb8375a7e88603dc0ac0b3ce4ef9b92d94b0c5e8a3a582e470f3f9a334e3964da45ae8a564e1a5ecda85c4a1208b3a934fd56bd3d5f3a9c5657456ca7058efef067fd1168cbcc08e951ff940e52459342", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -2401,6 +2401,20 @@
                 "https://yt-dl.org/downloads/2013.12.23.4/youtube-dl-2013.12.23.4.tar.gz", 
                 "8e5c09a36f0e2ff8a628e27f86cd135e0e1244819f5c6c16862c08b558081a1f"
             ]
+        }, 
+        "2013.12.26": {
+            "bin": [
+                "https://yt-dl.org/downloads/2013.12.26/youtube-dl", 
+                "a9701ed0a15667047e2a0e3c26ad8feb263399dfc615691f87335fced9f2a041"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2013.12.26/youtube-dl.exe", 
+                "156654bfde81319b87d0a3d26df1265cc21ac3076dc73cb31cd800fab6182de5"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2013.12.26/youtube-dl-2013.12.26.tar.gz", 
+                "ac0d35d32a0f333843da078f26addfcd52c58bb24fe099a2ed481d71f145f3b5"
+            ]
         }
     }
 }