Browse Source

release 2015.02.04

Philipp Hagemeister 10 years ago
parent
commit
3e88ea52e6
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.03.1/youtube-dl">2015.02.03.1</a> (<a href="https://yt-dl.org/downloads/2015.02.03.1/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2015.02.04/youtube-dl">2015.02.04</a> (<a href="https://yt-dl.org/downloads/2015.02.04/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: 59e7ee306a3480ac740ca3765c45fb42</li>
-<li><strong>SHA1</strong>: 3fc9c14114d2441f8e3e1003ce6ed4e06dce65be</li>
-<li><strong>SHA256</strong>: cff563561e344a6a79b5a351dcdbd358ac3c3e530b3b80e79d8a4015c8dd969c</li>
+<li><strong>MD5</strong>: 36246943413cb0b48cf8eb857d78c409</li>
+<li><strong>SHA1</strong>: 596190fc6cf8782236f97047021da4634c00d374</li>
+<li><strong>SHA256</strong>: 9f45e65552b71f98f24f610e057931f15d9deb4453ceb0e812c06d5259eacb89</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2015.02.03.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.03.1/youtube-dl.exe.sig">sig</a> - a7d40cebed4f762a310f54c3d3e4596e59aa678370a052240991bcf86e42f7f4)<br>
-	<a href="https://yt-dl.org/downloads/2015.02.03.1/youtube-dl-2015.02.03.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.03.1/youtube-dl-2015.02.03.1.tar.gz.sig">sig</a> - 63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd)
+	<a href="https://yt-dl.org/downloads/2015.02.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.04/youtube-dl.exe.sig">sig</a> - 6b6bd35e2d513776a0b5dfdbcb58332cf32f5fb9b593894041ebb37a5b2d0817)<br>
+	<a href="https://yt-dl.org/downloads/2015.02.04/youtube-dl-2015.02.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.04/youtube-dl-2015.02.04.tar.gz.sig">sig</a> - b2d147e251f997c84bad92277ebdbc44f6aa7bd62b7def9e55ffdb1c3e103264)
 </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.03.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.04/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.03.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.04/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.03.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/2015.02.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>
 
 
 <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.03.1
+2015.02.04

+ 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-03T11:07:11.692064Z</updated>
+    <updated>2015-02-04T16:11:51.479797Z</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>
@@ -7475,4 +7475,19 @@
 	    <updated>2015-02-03T00:00:01Z</updated>
 	    <updated>2015-02-03T00:00:01Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.04</id>
+	    <title>New version 2015.02.04</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.04/">https://yt-dl.org/downloads/2015.02.04/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2015-02-04T00:00:00Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2015.02.03.1",
-    "signature": "446d125af8a40f7e1bb1367cccec9cb6d90633021bb4e172f01927f16df23a3c61a176bcdfcb08f40170d1788fbc3ba7ec464c7eb704efacb48ff8ecd6897a71ee8d35071e5933fae59101ac3c0cc8b591f86f711bd6131b608f0c85ae9b5147d709b7270da08e6abc990459bcad4c0f9091a7a8ccc745e275ad1335dc4b8de7",
+    "latest": "2015.02.04",
+    "signature": "633f039d91f118ba9c2ede50cc9a2bf132d65bafc3665d6493a48972fd02695874bf2d0dc30f257c0745e5254a792803075019a4c180fb5495b50984548c0187cddcb25f201a8b7546fdfb929c76b25e22724f2a17c310addeb221c27df78f102184d58df6877c0d81cef87b0a83b393a475d355adb5e5d258955298aa2c23ef",
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -6979,6 +6979,20 @@
                 "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl-2015.02.03.1.tar.gz",
                 "https://yt-dl.org/downloads/2015.02.03.1/youtube-dl-2015.02.03.1.tar.gz",
                 "63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd"
                 "63335405ccd2c2b9718faa5b929275d1c7dad528350cd4e6be24dc27173c14fd"
             ]
             ]
+        },
+        "2015.02.04": {
+            "bin": [
+                "https://yt-dl.org/downloads/2015.02.04/youtube-dl",
+                "9f45e65552b71f98f24f610e057931f15d9deb4453ceb0e812c06d5259eacb89"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2015.02.04/youtube-dl.exe",
+                "6b6bd35e2d513776a0b5dfdbcb58332cf32f5fb9b593894041ebb37a5b2d0817"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2015.02.04/youtube-dl-2015.02.04.tar.gz",
+                "b2d147e251f997c84bad92277ebdbc44f6aa7bd62b7def9e55ffdb1c3e103264"
+            ]
         }
         }
     }
     }
 }
 }