Forráskód Böngészése

release 2014.02.08

Philipp Hagemeister 11 éve
szülő
commit
37d767ec49
5 módosított fájl, 44 hozzáadás és 13 törlés
  1. 9 9
      download.html
  2. 2 0
      supportedsites.html
  3. 1 1
      update/LATEST_VERSION
  4. 16 1
      update/releases.atom
  5. 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.02.06.3/youtube-dl">2014.02.06.3</a> (<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl">2014.02.08</a> (<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 59b85e7c0c68b1e9c48604509e52e2d5</li>
-<li><strong>SHA1</strong>: 80d5ca7f0de372d0f07466f54d26a7a07b5beed3</li>
-<li><strong>SHA256</strong>: bf998b957fec6b6ce39ddb71c526e12341492f6328a13e33c3f9a7c2acb3eee3</li>
+<li><strong>MD5</strong>: 227ab669f19410c58e2193b5c49f92de</li>
+<li><strong>SHA1</strong>: 948bff8cbd227423baa5cc058371af95e4634106</li>
+<li><strong>SHA256</strong>: b4d2a8aeeb2a1a482d99a497e34da0b92e51ea1f65e6360d084f9b937811437e</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl.exe.sig">sig</a> - 77a34921c96b36f1755ef29898663e9a9a587c286b34f5404fa86a467f3a641a)<br>
-	<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl-2014.02.06.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.06.3/youtube-dl-2014.02.06.3.tar.gz.sig">sig</a> - 0e49dc11a33c001b68e8669837fe0b838c45454969043c9e7dd8fc160bc9b274)
+	<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl.exe.sig">sig</a> - 6faffa914b85f2eeca9b3c85b98f9cd81a107bbedd4157e0a0df30ef9ad8940a)<br>
+	<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz.sig">sig</a> - b89bc3671dde2ecf3e195db04d2eb5d075802b59b356a057f3e695f94efd579b)
 </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.02.06.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.08/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.02.06.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.08/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/2014.02.06.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/2014.02.08/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>

+ 2 - 0
supportedsites.html

@@ -37,6 +37,7 @@
 	<li><b>bambuser:channel</b></li>
 	<li><b>Bandcamp</b></li>
 	<li><b>Bandcamp:album</b></li>
+	<li><b>bbc.co.uk</b>: BBC - iPlayer Radio</li>
 	<li><b>blinkx</b></li>
 	<li><b>blip.tv:user</b></li>
 	<li><b>BlipTV</b></li>
@@ -47,6 +48,7 @@
 	<li><b>canalplus.fr</b></li>
 	<li><b>CBS</b></li>
 	<li><b>channel9</b>: Channel 9</li>
+	<li><b>Chilloutzone</b></li>
 	<li><b>Cinemassacre</b></li>
 	<li><b>clipfish</b></li>
 	<li><b>cliphunter</b></li>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2014.02.06.3
+2014.02.08

+ 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-02-07T01:48:34.769325Z</updated>
+    <updated>2014-02-08T16:34:22.400859Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -3290,4 +3290,19 @@
 	    <updated>2014-02-06T00:00:03Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.08</id>
+	    <title>New version 2014.02.08</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.02.08/">https://yt-dl.org/downloads/2014.02.08/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-02-08T00:00:00Z</updated>
+	</entry>
+
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
-    "latest": "2014.02.06.3", 
-    "signature": "4db51dce171e9e214fc2d7ead1848757ef4d638312063a696117ee118818833e276d44f9632505012a1b54432b7fde7a93eecbb204c176a128b7fe5a4cd0ab7525318fe4b781ee4b72b4b97baff07417a3dcca1594710c332f1fa816cea4f1829ce9aafc0e0e22ce50c921511abd60f6c7798746421b5598fc15125362149685", 
+    "latest": "2014.02.08", 
+    "signature": "6b888397cb6eed849425cb5977c10a9feb3edf41767ce475e35fc24e0567f74e0539e644636820d47a7a8657eb61482aeb1149854e93cb7a27a8e05606c014e3c4fb26830906b8ca993d90044375102883b34b6adb5fccbee0a241a17ce3c5d722487dad8924bdefe9e1f60a63f4f659dbaa2037ef469fb3c95b1890f6674342", 
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -3073,6 +3073,20 @@
                 "https://yt-dl.org/downloads/2014.02.06.3/youtube-dl-2014.02.06.3.tar.gz", 
                 "0e49dc11a33c001b68e8669837fe0b838c45454969043c9e7dd8fc160bc9b274"
             ]
+        }, 
+        "2014.02.08": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.02.08/youtube-dl", 
+                "b4d2a8aeeb2a1a482d99a497e34da0b92e51ea1f65e6360d084f9b937811437e"
+            ], 
+            "exe": [
+                "https://yt-dl.org/downloads/2014.02.08/youtube-dl.exe", 
+                "6faffa914b85f2eeca9b3c85b98f9cd81a107bbedd4157e0a0df30ef9ad8940a"
+            ], 
+            "tar": [
+                "https://yt-dl.org/downloads/2014.02.08/youtube-dl-2014.02.08.tar.gz", 
+                "b89bc3671dde2ecf3e195db04d2eb5d075802b59b356a057f3e695f94efd579b"
+            ]
         }
     }
 }