Browse Source

release 2014.08.21.2

Philipp Hagemeister 11 years ago
parent
commit
e073b8fa28
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>
 <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.08.21.1/youtube-dl">2014.08.21.1</a> (<a href="https://yt-dl.org/downloads/2014.08.21.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl">2014.08.21.2</a> (<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: fec67bf7b14bb4cee107726e3e194fb1</li>
-<li><strong>SHA1</strong>: 5b9005a52f9ee6fb02676f48287514c41318ebbe</li>
-<li><strong>SHA256</strong>: 556d103663b259f044844632ba637374e128b90b28c1fef059e1c14511723f98</li>
+<li><strong>MD5</strong>: 54a0e8b6f8c53c01a97db65e5b66bf97</li>
+<li><strong>SHA1</strong>: e1ccb19245cf3213ebb93386d4b7a3cc5f24ff7b</li>
+<li><strong>SHA256</strong>: 68d000cd3b41cf28f76cac01635e83072c19477756ef1eb4adcea275c8ff6254</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2014.08.21.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.21.1/youtube-dl.exe.sig">sig</a> - da570b11ffc03888724ee6e38f948fb46b5fb9e023569d28dd71f3df515de9c1)<br>
-	<a href="https://yt-dl.org/downloads/2014.08.21.1/youtube-dl-2014.08.21.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.21.1/youtube-dl-2014.08.21.1.tar.gz.sig">sig</a> - 82e8d868244ffee8a61150d105d1b8b308baa4ac649c4ec580fdd6d96b2a08b3)
+	<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl.exe.sig">sig</a> - 243550949eb28c623715c1d0f138d4b701104974b2d5b37a1de4e4fc69a8697f)<br>
+	<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl-2014.08.21.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.21.2/youtube-dl-2014.08.21.2.tar.gz.sig">sig</a> - 2c5c2ee34761b2dc8e4d34aaf2c37683657095b4f438e49d850b41d391d6065a)
 </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.08.21.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.21.2/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.08.21.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.21.2/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.08.21.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.08.21.2/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.08.21.1
+2014.08.21.2

+ 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-08-21T12:24:51.690991Z</updated>
+    <updated>2014-08-21T13:14:04.969012Z</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>
@@ -5210,4 +5210,19 @@
 	    <updated>2014-08-21T00:00:01Z</updated>
 	    <updated>2014-08-21T00:00:01Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.21.2</id>
+	    <title>New version 2014.08.21.2</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.08.21.2/">https://yt-dl.org/downloads/2014.08.21.2/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-08-21T00:00:02Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2014.08.21.1",
-    "signature": "557996cd518b2b54b1b0b60bb30cab737357929e6c524077bae86237e4334f10bc1807c667f009f34d038b5ef1f44122c8ddcb79650c9ad4359a9d4200be8ae890d6d5b88612131139352842a0617863bb6ac125a56f238464b2433d0ab5f9dfcb6bc9612a110bcb108f640d96f60f80a6d982a0902d08917a88d40fc12bb452",
+    "latest": "2014.08.21.2",
+    "signature": "02c589e5816e5c47a71b57be573b45f2d1dad72b8e02617c345c5035cad224214b0f2d0e51079a44f81ed913e18de274e168a5aca9035060389ec10df424eadbe1f760a23735b4b5022678fdbe943022d194cb0a58fd234b482f2bac6de2b74837b2b8bc7466b626b732f471499ab90eff78dccbdcd62cfdb6d81a69ad6c3eb6",
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -4865,6 +4865,20 @@
                 "https://yt-dl.org/downloads/2014.08.21.1/youtube-dl-2014.08.21.1.tar.gz",
                 "https://yt-dl.org/downloads/2014.08.21.1/youtube-dl-2014.08.21.1.tar.gz",
                 "82e8d868244ffee8a61150d105d1b8b308baa4ac649c4ec580fdd6d96b2a08b3"
                 "82e8d868244ffee8a61150d105d1b8b308baa4ac649c4ec580fdd6d96b2a08b3"
             ]
             ]
+        },
+        "2014.08.21.2": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.08.21.2/youtube-dl",
+                "68d000cd3b41cf28f76cac01635e83072c19477756ef1eb4adcea275c8ff6254"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2014.08.21.2/youtube-dl.exe",
+                "243550949eb28c623715c1d0f138d4b701104974b2d5b37a1de4e4fc69a8697f"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2014.08.21.2/youtube-dl-2014.08.21.2.tar.gz",
+                "2c5c2ee34761b2dc8e4d34aaf2c37683657095b4f438e49d850b41d391d6065a"
+            ]
         }
         }
     }
     }
 }
 }