Browse Source

release 2015.02.10.4

Philipp Hagemeister 10 years ago
parent
commit
08f4c0f0e0
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.2+ 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.2+ to work.</p>
 
 
-<h2><a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl">2015.02.10.3</a> (<a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2015.02.10.4/youtube-dl">2015.02.10.4</a> (<a href="https://yt-dl.org/downloads/2015.02.10.4/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: ffb8b175d613fb0f6b5b6a40b8c9ddaf</li>
-<li><strong>SHA1</strong>: ecf1c4d17358f163f02754e8d6c921d99a51fa4a</li>
-<li><strong>SHA256</strong>: 92ec3c6f17b7c4897c496ed86fb54c121d6410e43f84f143c0a32c693bf9ccba</li>
+<li><strong>MD5</strong>: 6124ec21363fc8256c0e0e715e2405e1</li>
+<li><strong>SHA1</strong>: b8f32a6a0052185a67c9b330f9c7552eac279924</li>
+<li><strong>SHA256</strong>: 3dd8901ae5f954aeb6e7dcba0f9f13058410613cfa2c82bfdc5c0974c1211b09</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl.exe.sig">sig</a> - f5fc4e2f55d862da2fe0c7b32fcf07ad5e21f2b4e06e75b97b3283fd2bedf297)<br>
-	<a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl-2015.02.10.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.10.3/youtube-dl-2015.02.10.3.tar.gz.sig">sig</a> - 71bdc1961cb28ee1a301763614dd865dcfb3fdfdd6e2b54d6bc5ed34ff3d2a24)
+	<a href="https://yt-dl.org/downloads/2015.02.10.4/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.10.4/youtube-dl.exe.sig">sig</a> - 8eea1de24d55546e046c85dc9cc4d13c649199c94f772eede5a844e87ed234b5)<br>
+	<a href="https://yt-dl.org/downloads/2015.02.10.4/youtube-dl-2015.02.10.4.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.10.4/youtube-dl-2015.02.10.4.tar.gz.sig">sig</a> - 9a6d616ad7fde0f9fda72e64cb3197bd8faec04b7baa726def926119ad3bbd24)
 </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/2015.02.10.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.10.4/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/2015.02.10.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.10.4/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/2015.02.10.3/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/2015.02.10.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>
 </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 @@
-2015.02.10.3
+2015.02.10.4

+ 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>2015-02-10T05:56:36.731596Z</updated>
+    <updated>2015-02-10T11:32:19.050741Z</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>
@@ -7625,4 +7625,19 @@
 	    <updated>2015-02-10T00:00:03Z</updated>
 	    <updated>2015-02-10T00:00:03Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.4</id>
+	    <title>New version 2015.02.10.4</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/2015.02.10.4/">https://yt-dl.org/downloads/2015.02.10.4/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2015-02-10T00:00:04Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2015.02.10.3",
-    "signature": "7f311f59e9d66e5c252a3db7b72e54365c199c939cfb21d25fa30cefa72b6ee4d8d8103d640f8626e96da003d57b7edd82ec9ae08a2c13b277121cf82cea1e49460ced2aa32cc8cc55cb3aa915db63ba37223efd52fe6c4689a1e20e6289fe84c9889574e61ef33b8b7f857bdb5d624af97f3cbf67dd94d0d8cfbb4b34d760eb",
+    "latest": "2015.02.10.4",
+    "signature": "9a9d7b0646572046f6ce6da6b9c0c83a39eb41636f0afc565e71da16646832c96c9cc03e85d44fd7ce52cccf71bbd019c2380c0d8eaea465ae00b89015c269a864f9cffff9f90d21a3bf0da19e47a8d81f30334756fc2a37c086380e20fd148278ec4193f96bc2f7a18ed007b960a8c292d2de70fd7dc8c22218ab18adb3e9ca",
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -7119,6 +7119,20 @@
                 "https://yt-dl.org/downloads/2015.02.10.3/youtube-dl-2015.02.10.3.tar.gz",
                 "https://yt-dl.org/downloads/2015.02.10.3/youtube-dl-2015.02.10.3.tar.gz",
                 "71bdc1961cb28ee1a301763614dd865dcfb3fdfdd6e2b54d6bc5ed34ff3d2a24"
                 "71bdc1961cb28ee1a301763614dd865dcfb3fdfdd6e2b54d6bc5ed34ff3d2a24"
             ]
             ]
+        },
+        "2015.02.10.4": {
+            "bin": [
+                "https://yt-dl.org/downloads/2015.02.10.4/youtube-dl",
+                "3dd8901ae5f954aeb6e7dcba0f9f13058410613cfa2c82bfdc5c0974c1211b09"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2015.02.10.4/youtube-dl.exe",
+                "8eea1de24d55546e046c85dc9cc4d13c649199c94f772eede5a844e87ed234b5"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2015.02.10.4/youtube-dl-2015.02.10.4.tar.gz",
+                "9a6d616ad7fde0f9fda72e64cb3197bd8faec04b7baa726def926119ad3bbd24"
+            ]
         }
         }
     }
     }
 }
 }