Browse Source

release 2014.10.02

Philipp Hagemeister 11 years ago
parent
commit
507e12d727
5 changed files with 44 additions and 13 deletions
  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.09.29.2/youtube-dl">2014.09.29.2</a> (<a href="https://yt-dl.org/downloads/2014.09.29.2/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl">2014.10.02</a> (<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: de78e1d3e230c69829fe6f03e203b331</li>
-<li><strong>SHA1</strong>: 97050a1d11f151d6e03c30b869903f79a0d459ea</li>
-<li><strong>SHA256</strong>: 36d169fecb9eb12496b7f175670439c5a8247184ef5ca6493c6f508e1fc2fe97</li>
+<li><strong>MD5</strong>: c943aa4412c557facbdf38fcd90d9339</li>
+<li><strong>SHA1</strong>: 8b8ba11ca1b3e84231ac8d2eaf320aab511211cd</li>
+<li><strong>SHA256</strong>: 87bb637ef344efe1a29f8bab9c8020bb55aba66645eff464715f150f1d026114</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.09.29.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.29.2/youtube-dl.exe.sig">sig</a> - 41dc21fbca28d5c4f465a7546237724399810023e5212d37408376333764b5c1)<br>
-	<a href="https://yt-dl.org/downloads/2014.09.29.2/youtube-dl-2014.09.29.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.29.2/youtube-dl-2014.09.29.2.tar.gz.sig">sig</a> - 4192ad648e21e8ab1a4e9b4fe130e47623834407737fd40a0197c61fe38b50f1)
+	<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl.exe.sig">sig</a> - ba0db393b2ba1d70a79ef123d7573dee6369e72d0cbe2e8331cb5fe79597b5ad)<br>
+	<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl-2014.10.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.02/youtube-dl-2014.10.02.tar.gz.sig">sig</a> - 8edbe07dfbc6eb8b5c6453a09bb22ab33ef7eee560c4720ae9a71549e8fec026)
 </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.09.29.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.10.02/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.09.29.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.02/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.09.29.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>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.02/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

@@ -189,6 +189,7 @@
 	<li><b>LiveLeak</b></li>
 	<li><b>livestream</b></li>
 	<li><b>livestream:original</b></li>
+	<li><b>lrt.lt</b></li>
 	<li><b>lynda</b>: lynda.com videos</li>
 	<li><b>lynda:course</b>: lynda.com online courses</li>
 	<li><b>m6</b></li>
@@ -337,6 +338,7 @@
 	<li><b>Syfy</b></li>
 	<li><b>SztvHu</b></li>
 	<li><b>Tagesschau</b></li>
+	<li><b>Tapely</b></li>
 	<li><b>teachertube</b>: teachertube.com videos</li>
 	<li><b>teachertube:user:collection</b>: teachertube.com user and collection videos</li>
 	<li><b>TeachingChannel</b></li>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2014.09.29.2
+2014.10.02

+ 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-09-29T04:53:26.038546Z</updated>
+    <updated>2014-10-02T15:38:44.956728Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -5930,4 +5930,19 @@
 	    <updated>2014-09-29T00:00:02Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.02</id>
+	    <title>New version 2014.10.02</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.10.02/">https://yt-dl.org/downloads/2014.10.02/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-10-02T00:00:00Z</updated>
+	</entry>
+
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
-    "latest": "2014.09.29.2",
-    "signature": "37f471dceeca3b4cc09ae196871997e90a551f2fb91dd2593d176676cae3010af4fd706264afb36cd8068e848f3f168b48caef53250b5c32244489c6b9ca54c9475dd48e9f696fd7bd1d0a08e5ee7558227a22896005e2124953624be3de4d4ea04ba4466773551719b5c80a95edc79ec9e5be4b6e20a81b138eac0d6369830a",
+    "latest": "2014.10.02",
+    "signature": "26ecb265ab6eecd8a857d190b9db8119355254a5fe2a73fc3b8072278b92462b78ee97ea004256a88253f8bf92ab43b0759b889d7391a19c12b87096354bdcd851956b0b3f4f4ca6c36db49510db0eb38021cc2d6f358cba9b2f9d26d78b66247a07b654ae199040fc807bda34ae8a3da42f90e47cc8488a6b338095e023d35b",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -5537,6 +5537,20 @@
                 "https://yt-dl.org/downloads/2014.09.29.2/youtube-dl-2014.09.29.2.tar.gz",
                 "4192ad648e21e8ab1a4e9b4fe130e47623834407737fd40a0197c61fe38b50f1"
             ]
+        },
+        "2014.10.02": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.10.02/youtube-dl",
+                "87bb637ef344efe1a29f8bab9c8020bb55aba66645eff464715f150f1d026114"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2014.10.02/youtube-dl.exe",
+                "ba0db393b2ba1d70a79ef123d7573dee6369e72d0cbe2e8331cb5fe79597b5ad"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2014.10.02/youtube-dl-2014.10.02.tar.gz",
+                "8edbe07dfbc6eb8b5c6453a09bb22ab33ef7eee560c4720ae9a71549e8fec026"
+            ]
         }
     }
 }