Browse Source

release 2014.08.22.2

Philipp Hagemeister 11 years ago
parent
commit
0345c8d777
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/2014.08.22.1/youtube-dl">2014.08.22.1</a> (<a href="https://yt-dl.org/downloads/2014.08.22.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl">2014.08.22.2</a> (<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 1ba61e8dab8b2c156959e89a7575f3f7</li>
-<li><strong>SHA1</strong>: 76331bfea5ff9127cf223a7784d490aaae862941</li>
-<li><strong>SHA256</strong>: b55d6dedb54e6d6fdcde292e709c3f90f3cef87cfebafb696a177d56764ea0b7</li>
+<li><strong>MD5</strong>: 341cb182876ed874e9df6d86c64e0812</li>
+<li><strong>SHA1</strong>: 69532be9d2474dfcc0997025801d41f3a6b2959e</li>
+<li><strong>SHA256</strong>: 440f7262aa9ac25f1f20051607690e8b3f37c7435c6f22bb9f2c24648af1b2ba</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.08.22.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.22.1/youtube-dl.exe.sig">sig</a> - 3880e69ad8374c040c00fcad091501b1bbfb0d56332a4d7ad22a6f8332e066c2)<br>
-	<a href="https://yt-dl.org/downloads/2014.08.22.1/youtube-dl-2014.08.22.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.22.1/youtube-dl-2014.08.22.1.tar.gz.sig">sig</a> - e03e415b97f2a2e357722772ff1217275112fbe74b1c9302619e30bb52cbf793)
+	<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.exe.sig">sig</a> - e583816866bf11c70e05c418af90f1c7a31cdcde6b5da19cff1136e1071039a0)<br>
+	<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl-2014.08.22.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.22.2/youtube-dl-2014.08.22.2.tar.gz.sig">sig</a> - 6739eda66840bb742c1053701db5c9722f93c42b85408804378789f551d26032)
 </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.08.22.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.22.2/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.08.22.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.22.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+x /usr/local/bin/youtube-dl</code>
 </p>
 
@@ -53,7 +53,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.08.22.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.22.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>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.22.1
+2014.08.22.2

+ 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-08-22T03:05:39.633402Z</updated>
+    <updated>2014-08-22T03:19:33.154787Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -5255,4 +5255,19 @@
 	    <updated>2014-08-22T00:00:01Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.22.2</id>
+	    <title>New version 2014.08.22.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.22.2/">https://yt-dl.org/downloads/2014.08.22.2/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-08-22T00:00:02Z</updated>
+	</entry>
+
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
-    "latest": "2014.08.22.1",
-    "signature": "63551a1836dd3bbd396190a022678320d0afe0503f66d9bbd23bb753664990a1ecaf9836a3ad717b54eff3d815347f6f353e4e445c780706f31b20e8eaa490a5855521d8403efbe9d036f2537b6d41fb08fc3a334cba6e31b6b9f7f84ac7f6a2c683bc0948b068efffe10a13822a33d52573c34e1f3c04405ca461a212677897",
+    "latest": "2014.08.22.2",
+    "signature": "2bdc43b0b5267aa824b7d44c2edf45b57b6acdcb2c06c1d7810e0781db168d06dc2acebb6a6ba7a15307f8dd90afb5babb3c6c69af2a278e4f4128ca086b449a7e9a05f2653c43fdef4c52b43d4ca82da51bccddff04027ce9752521f8e90c620a14a9824ce356ca3ba0d9716d3646229fbc3157cd73e19cc34db1a215be2aca",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -4907,6 +4907,20 @@
                 "https://yt-dl.org/downloads/2014.08.22.1/youtube-dl-2014.08.22.1.tar.gz",
                 "e03e415b97f2a2e357722772ff1217275112fbe74b1c9302619e30bb52cbf793"
             ]
+        },
+        "2014.08.22.2": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.08.22.2/youtube-dl",
+                "440f7262aa9ac25f1f20051607690e8b3f37c7435c6f22bb9f2c24648af1b2ba"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2014.08.22.2/youtube-dl.exe",
+                "e583816866bf11c70e05c418af90f1c7a31cdcde6b5da19cff1136e1071039a0"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2014.08.22.2/youtube-dl-2014.08.22.2.tar.gz",
+                "6739eda66840bb742c1053701db5c9722f93c42b85408804378789f551d26032"
+            ]
         }
     }
 }