Browse Source

release 2016.06.30

Sergey M․ 9 years ago
parent
commit
e6c82a724d
5 changed files with 48 additions and 14 deletions
  1. 10 10
      download.html
  2. 5 0
      supportedsites.html
  3. 1 1
      update/LATEST_VERSION
  4. 16 1
      update/releases.atom
  5. 16 2
      update/versions.json

+ 10 - 10
download.html

@@ -16,29 +16,29 @@
 
 
 <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 except for Windows exe.</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 except for Windows exe.</p>
 
 
-<p><a href="https://yt-dl.org/downloads/2016.06.27/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
+<p><a href="https://yt-dl.org/downloads/2016.06.30/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
 
 
-<h2><a href="https://yt-dl.org/downloads/2016.06.27/youtube-dl">2016.06.27</a> (<a href="https://yt-dl.org/downloads/2016.06.27/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2016.06.30/youtube-dl">2016.06.30</a> (<a href="https://yt-dl.org/downloads/2016.06.30/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: 2fd90f5a20bddf64a759e29f6dbb5a75</li>
-<li><strong>SHA1</strong>: bc8f0bc0e313b052aa6a7264973ed895fc5fa3e5</li>
-<li><strong>SHA256</strong>: e521397898ca0c36559e897c53b4d437fd66e3fd829e9e05347373e45146eaf1</li>
+<li><strong>MD5</strong>: d5f0b859c2ced0de05387d3f4b52cbb7</li>
+<li><strong>SHA1</strong>: 6a9d55aaa9b7e1c7d97ec2fc77b213a101712fc0</li>
+<li><strong>SHA256</strong>: d95aaaa8655e50ca1ae8d48f1be0f1d815cfe9537af6575038f673c09bfe4866</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2016.06.27/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.27/youtube-dl.exe.sig">sig</a> - bc808cd5e3e482b319a0754dd90d693e4a963262504d74ff09ebc0c4b54cc583)<br>
-	<a href="https://yt-dl.org/downloads/2016.06.27/youtube-dl-2016.06.27.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.27/youtube-dl-2016.06.27.tar.gz.sig">sig</a> - 6ccb3ab1b2e3d5c231b9fff3bffe7c60b3c4973a8269bbe6a5b6835527109bcf)
+	<a href="https://yt-dl.org/downloads/2016.06.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.30/youtube-dl.exe.sig">sig</a> - 5a611124774790cb96006c5cee6029a738df1632c7a0f19d6c416f5a6d5ee79e)<br>
+	<a href="https://yt-dl.org/downloads/2016.06.30/youtube-dl-2016.06.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.30/youtube-dl-2016.06.30.tar.gz.sig">sig</a> - 0b0361305157875df893c74a622937641c42b571724b3408715817834ec30c44)
 </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 -L https://yt-dl.org/downloads/2016.06.27/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.30/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 sudo chmod a+rx /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/2016.06.27/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.30/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 sudo chmod a+rx /usr/local/bin/youtube-dl</code>
 </p>
 </p>
 
 
@@ -55,7 +55,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/2016.06.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>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.30/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>

+ 5 - 0
supportedsites.html

@@ -287,6 +287,7 @@
 	<li><b>Helsinki</b>: helsinki.fi</li>
 	<li><b>Helsinki</b>: helsinki.fi</li>
 	<li><b>HentaiStigma</b></li>
 	<li><b>HentaiStigma</b></li>
 	<li><b>HistoricFilms</b></li>
 	<li><b>HistoricFilms</b></li>
+	<li><b>history:topic</b>: History.com Topic</li>
 	<li><b>hitbox</b></li>
 	<li><b>hitbox</b></li>
 	<li><b>hitbox:live</b></li>
 	<li><b>hitbox:live</b></li>
 	<li><b>HornBunny</b></li>
 	<li><b>HornBunny</b></li>
@@ -373,6 +374,7 @@
 	<li><b>MatchTV</b></li>
 	<li><b>MatchTV</b></li>
 	<li><b>MDR</b>: MDR.DE and KiKA</li>
 	<li><b>MDR</b>: MDR.DE and KiKA</li>
 	<li><b>media.ccc.de</b></li>
 	<li><b>media.ccc.de</b></li>
+	<li><b>META</b></li>
 	<li><b>metacafe</b></li>
 	<li><b>metacafe</b></li>
 	<li><b>Metacritic</b></li>
 	<li><b>Metacritic</b></li>
 	<li><b>Mgoon</b></li>
 	<li><b>Mgoon</b></li>
@@ -602,8 +604,10 @@
 	<li><b>Shared</b>: shared.sx and vivo.sx</li>
 	<li><b>Shared</b>: shared.sx and vivo.sx</li>
 	<li><b>ShareSix</b></li>
 	<li><b>ShareSix</b></li>
 	<li><b>Sina</b></li>
 	<li><b>Sina</b></li>
+	<li><b>SixPlay</b></li>
 	<li><b>skynewsarabia:article</b></li>
 	<li><b>skynewsarabia:article</b></li>
 	<li><b>skynewsarabia:video</b></li>
 	<li><b>skynewsarabia:video</b></li>
+	<li><b>SkySports</b></li>
 	<li><b>Slideshare</b></li>
 	<li><b>Slideshare</b></li>
 	<li><b>Slutload</b></li>
 	<li><b>Slutload</b></li>
 	<li><b>smotri</b>: Smotri.com</li>
 	<li><b>smotri</b>: Smotri.com</li>
@@ -736,6 +740,7 @@
 	<li><b>UDNEmbed</b>: 聯合影音</li>
 	<li><b>UDNEmbed</b>: 聯合影音</li>
 	<li><b>Unistra</b></li>
 	<li><b>Unistra</b></li>
 	<li><b>Urort</b>: NRK P3 Urørt</li>
 	<li><b>Urort</b>: NRK P3 Urørt</li>
+	<li><b>URPlay</b></li>
 	<li><b>USAToday</b></li>
 	<li><b>USAToday</b></li>
 	<li><b>ustream</b></li>
 	<li><b>ustream</b></li>
 	<li><b>ustream:channel</b></li>
 	<li><b>ustream:channel</b></li>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2016.06.27
+2016.06.30

+ 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>2016-06-27T23:12:09.675542Z</updated>
+    <updated>2016-06-30T23:59:09.082565Z</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>
@@ -9830,4 +9830,19 @@
 	    <updated>2016-06-27T00:00:00Z</updated>
 	    <updated>2016-06-27T00:00:00Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.30</id>
+	    <title>New version 2016.06.30</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/2016.06.30/">https://yt-dl.org/downloads/2016.06.30/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2016-06-30T00:00:00Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2016.06.27",
-    "signature": "869fb7fca32087a08baa19e00036907d8984a7f6ed6a4aa6a42394c453549bf6088990eac64de33cf4b787526d112803ec537efd7a8b6121b323cc2ed67e05a31d9eaefb8ee68c10bc9edc69a1a2c2c619045094b024d703fe85e986de5904701589b35152f2c463c48411300d3e3b1191ecfd874ef1906bf4600ca57306016c",
+    "latest": "2016.06.30",
+    "signature": "1081fcac9cba91bb7d1aa71327049e46fc0def40c028708ade95a1c726dd98d51a8dd02737daf846f2f18c0979209b5b1e17046845ecbbcd74b6dbd6ec30fa9cd5582d41632a28e7333288ee309da40ae93240486006ef91041261cc4d03b7bd57a11452d1fa3ea1af113eb57dbf26c231adc8f0bad3704b02a87ded014c2690",
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -9177,6 +9177,20 @@
                 "https://yt-dl.org/downloads/2016.06.27/youtube-dl-2016.06.27.tar.gz",
                 "https://yt-dl.org/downloads/2016.06.27/youtube-dl-2016.06.27.tar.gz",
                 "6ccb3ab1b2e3d5c231b9fff3bffe7c60b3c4973a8269bbe6a5b6835527109bcf"
                 "6ccb3ab1b2e3d5c231b9fff3bffe7c60b3c4973a8269bbe6a5b6835527109bcf"
             ]
             ]
+        },
+        "2016.06.30": {
+            "bin": [
+                "https://yt-dl.org/downloads/2016.06.30/youtube-dl",
+                "d95aaaa8655e50ca1ae8d48f1be0f1d815cfe9537af6575038f673c09bfe4866"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2016.06.30/youtube-dl.exe",
+                "5a611124774790cb96006c5cee6029a738df1632c7a0f19d6c416f5a6d5ee79e"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2016.06.30/youtube-dl-2016.06.30.tar.gz",
+                "0b0361305157875df893c74a622937641c42b571724b3408715817834ec30c44"
+            ]
         }
         }
     }
     }
 }
 }