Browse Source

release 2014.10.27

Philipp Hagemeister 11 years ago
parent
commit
b2ac1e6bd7
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.10.26.2/youtube-dl">2014.10.26.2</a> (<a href="https://yt-dl.org/downloads/2014.10.26.2/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2014.10.27/youtube-dl">2014.10.27</a> (<a href="https://yt-dl.org/downloads/2014.10.27/youtube-dl.sig">sig</a>)</h2>
 
 <ul>
-<li><strong>MD5</strong>: 58716d9c087433e241e164d58bf45986</li>
-<li><strong>SHA1</strong>: 42486e732fe288ee340a0c6b60842f7a0df2d682</li>
-<li><strong>SHA256</strong>: 2e5c4b2f9a7bf4412dcce0b9f6b75191937074de0be812757beabb0114a88a07</li>
+<li><strong>MD5</strong>: a5981b25ced4d2be2082f13bfe5977a9</li>
+<li><strong>SHA1</strong>: e094e03e2d66be7acd8d4db602879109e09bfc73</li>
+<li><strong>SHA256</strong>: 14c051569b455fb05ad7ea9e99be26bbebb6771e60e0fe24576460970bd3b9cb</li>
 </ul>
 
 <p>
-	<a href="https://yt-dl.org/downloads/2014.10.26.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.26.2/youtube-dl.exe.sig">sig</a> - 75fcda0d064af8d0cdffc4620f338bb256a45cb2eb6d8a230c0dda93adfef14a)<br>
-	<a href="https://yt-dl.org/downloads/2014.10.26.2/youtube-dl-2014.10.26.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.26.2/youtube-dl-2014.10.26.2.tar.gz.sig">sig</a> - 8f1ce592916d2a5d673cda5cb8e652ed105c77c00a051fa67c116e3cc1733056)
+	<a href="https://yt-dl.org/downloads/2014.10.27/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.27/youtube-dl.exe.sig">sig</a> - b75d276da838cb773bce655fa952633b0d9ebd7a33e81f36e74ac453bc14173a)<br>
+	<a href="https://yt-dl.org/downloads/2014.10.27/youtube-dl-2014.10.27.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.27/youtube-dl-2014.10.27.tar.gz.sig">sig</a> - 2d500092bfdc822799cce18099e95b0e82644db7a7771b1a7bafa0c51c09740a)
 </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.10.26.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2014.10.27/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.10.26.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.27/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.10.26.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.27/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

@@ -265,6 +265,7 @@
 	<li><b>parliamentlive.tv</b>: UK parliament videos</li>
 	<li><b>Patreon</b></li>
 	<li><b>PBS</b></li>
+	<li><b>Phoenix</b></li>
 	<li><b>Photobucket</b></li>
 	<li><b>PlanetaPlay</b></li>
 	<li><b>play.fm</b></li>
@@ -336,6 +337,7 @@
 	<li><b>Sport5</b></li>
 	<li><b>SportBox</b></li>
 	<li><b>SportDeutschland</b></li>
+	<li><b>SRMediathek</b>: Süddeutscher Rundfunk</li>
 	<li><b>stanfordoc</b>: Stanford Open ClassRoom</li>
 	<li><b>Steam</b></li>
 	<li><b>streamcloud.eu</b></li>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2014.10.26.2
+2014.10.27

+ 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-10-26T21:52:20.677380Z</updated>
+    <updated>2014-10-27T02:46:45.481273Z</updated>
     
 	<entry>
 	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@@ -6125,4 +6125,19 @@
 	    <updated>2014-10-26T00:00:02Z</updated>
 	</entry>
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.27</id>
+	    <title>New version 2014.10.27</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.27/">https://yt-dl.org/downloads/2014.10.27/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2014-10-27T00:00:00Z</updated>
+	</entry>
+
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
-    "latest": "2014.10.26.2",
-    "signature": "7c88941c90a7881cc934bf771e16f6c5ea411523ca72f3ae0df3dad350261abce6202ea58debd7a6f6dd31384541e171bc9730334691e49dfcb170b3df59a34fefcd47b9d57aa9008373db0c417b9d6947127dfcdf8ceeb07280d20c9ad83370f2fdef10f06f0b66704f9491360e0b47339d8d74beaba463aebcc8bf383baad8",
+    "latest": "2014.10.27",
+    "signature": "44cd85880df2bcbd254d38fdd55379f2f5de58bc59bdaa66e9f6028e59ef7c954e04bc10094ef95e9f8bc312ae66e2c349766259d67be51e287149cee3775a4e9fc332a7265a42fddb350d6a4e94c005996d74247028d7063e88bf85e80cb141eef5706d72eea04a739520758a4435d17cf200637d4214a4c9f31b06b51526e2",
     "versions": {
         "2012.02.22": {
             "bin": [
@@ -5719,6 +5719,20 @@
                 "https://yt-dl.org/downloads/2014.10.26.2/youtube-dl-2014.10.26.2.tar.gz",
                 "8f1ce592916d2a5d673cda5cb8e652ed105c77c00a051fa67c116e3cc1733056"
             ]
+        },
+        "2014.10.27": {
+            "bin": [
+                "https://yt-dl.org/downloads/2014.10.27/youtube-dl",
+                "14c051569b455fb05ad7ea9e99be26bbebb6771e60e0fe24576460970bd3b9cb"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2014.10.27/youtube-dl.exe",
+                "b75d276da838cb773bce655fa952633b0d9ebd7a33e81f36e74ac453bc14173a"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2014.10.27/youtube-dl-2014.10.27.tar.gz",
+                "2d500092bfdc822799cce18099e95b0e82644db7a7771b1a7bafa0c51c09740a"
+            ]
         }
     }
 }