Sfoglia il codice sorgente

release 2016.06.03

Sergey M․ 9 anni fa
parent
commit
8793251a03
5 ha cambiato i file con 48 aggiunte e 16 eliminazioni
  1. 10 10
      download.html
  2. 5 2
      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.02/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.03/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.02/youtube-dl">2016.06.02</a> (<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl.sig">sig</a>)</h2>
+<h2><a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl">2016.06.03</a> (<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl.sig">sig</a>)</h2>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: 7bb6bcf2adb3e86dfc6937da1bbe03dd</li>
-<li><strong>SHA1</strong>: 9dd067edf9fd69a51ebd25ea6a111a66051a1315</li>
-<li><strong>SHA256</strong>: 443dd6a84b79112f009f2143c802e10c1cbe39d299e48e4e85d1624192137a1e</li>
+<li><strong>MD5</strong>: 53ec03ce546d16f86c13fb7180cf3b44</li>
+<li><strong>SHA1</strong>: 175bd682160ec7acb8aa9a1c496f88f734fbaf79</li>
+<li><strong>SHA256</strong>: a3a519a73efc8c0455d245f9c82078857f09589cd85af7808b6cc507a48143f8</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl.exe.sig">sig</a> - 17054e5d050d41b7a413286efd7911eb93d3f79e3e0a0a58c1abc1999a50710a)<br>
-	<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl-2016.06.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.02/youtube-dl-2016.06.02.tar.gz.sig">sig</a> - 0a2ce75ec7734b2b251815146f52678240e9f8cedeb00a5da04c85ebae8e1497)
+	<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl.exe.sig">sig</a> - 2f443788a12adf3335c630c54b85eb8d35f9c0e35a09f67f5e17d062cb2ba3f1)<br>
+	<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl-2016.06.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.03/youtube-dl-2016.06.03.tar.gz.sig">sig</a> - 29d9eb4eeea9c781010ee6111a8d0dc6469b9974fbd76c6c6d1641f3e8d489e2)
 </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/2016.06.02/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2016.06.03/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.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.03/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.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>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.03/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 - 2
supportedsites.html

@@ -58,8 +58,8 @@
 	<li><b>appletrailers:section</b></li>
 	<li><b>appletrailers:section</b></li>
 	<li><b>archive.org</b>: archive.org videos</li>
 	<li><b>archive.org</b>: archive.org videos</li>
 	<li><b>ARD</b></li>
 	<li><b>ARD</b></li>
-	<li><b>ARD:mediathek</b></li>
 	<li><b>ARD:mediathek</b>: Saarländischer Rundfunk</li>
 	<li><b>ARD:mediathek</b>: Saarländischer Rundfunk</li>
+	<li><b>ARD:mediathek</b></li>
 	<li><b>arte.tv</b></li>
 	<li><b>arte.tv</b></li>
 	<li><b>arte.tv:+7</b></li>
 	<li><b>arte.tv:+7</b></li>
 	<li><b>arte.tv:cinema</b></li>
 	<li><b>arte.tv:cinema</b></li>
@@ -354,6 +354,7 @@
 	<li><b>livestream</b></li>
 	<li><b>livestream</b></li>
 	<li><b>livestream:original</b></li>
 	<li><b>livestream:original</b></li>
 	<li><b>LnkGo</b></li>
 	<li><b>LnkGo</b></li>
+	<li><b>loc</b>: Library of Congress</li>
 	<li><b>LocalNews8</b></li>
 	<li><b>LocalNews8</b></li>
 	<li><b>LoveHomePorn</b></li>
 	<li><b>LoveHomePorn</b></li>
 	<li><b>lrt.lt</b></li>
 	<li><b>lrt.lt</b></li>
@@ -543,7 +544,8 @@
 	<li><b>Restudy</b></li>
 	<li><b>Restudy</b></li>
 	<li><b>Reuters</b></li>
 	<li><b>Reuters</b></li>
 	<li><b>ReverbNation</b></li>
 	<li><b>ReverbNation</b></li>
-	<li><b>Revision3</b></li>
+	<li><b>revision</b></li>
+	<li><b>revision3:embed</b></li>
 	<li><b>RICE</b></li>
 	<li><b>RICE</b></li>
 	<li><b>RingTV</b></li>
 	<li><b>RingTV</b></li>
 	<li><b>RottenTomatoes</b></li>
 	<li><b>RottenTomatoes</b></li>
@@ -582,6 +584,7 @@
 	<li><b>ScreencastOMatic</b></li>
 	<li><b>ScreencastOMatic</b></li>
 	<li><b>ScreenJunkies</b></li>
 	<li><b>ScreenJunkies</b></li>
 	<li><b>ScreenwaveMedia</b></li>
 	<li><b>ScreenwaveMedia</b></li>
+	<li><b>Seeker</b></li>
 	<li><b>SenateISVP</b></li>
 	<li><b>SenateISVP</b></li>
 	<li><b>SendtoNews</b></li>
 	<li><b>SendtoNews</b></li>
 	<li><b>ServingSys</b></li>
 	<li><b>ServingSys</b></li>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2016.06.02
+2016.06.03

+ 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-02T01:21:47.193167Z</updated>
+    <updated>2016-06-03T23:27:44.728869Z</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>
@@ -9575,4 +9575,19 @@
 	    <updated>2016-06-02T00:00:00Z</updated>
 	    <updated>2016-06-02T00:00:00Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.03</id>
+	    <title>New version 2016.06.03</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.03/">https://yt-dl.org/downloads/2016.06.03/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2016-06-03T00:00:00Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2016.06.02",
-    "signature": "5355ecd56cfa7010c189416d80f6baae1a504d5a47bf72c497e69c975d50812afc085eaa43338537c3095ffad58837516d57074b1cce58077ad465d14da3e300f72507552aa7059f5ca0ad3c71acee0f4453df3c7eb240b58d5236abd98b984dc43d2bb7c058f79281948f974aff99a282b83f0fa23daf9a010680d0b4cb3828",
+    "latest": "2016.06.03",
+    "signature": "486e05771df54da0f3538c51dd171cd30bfdc5db21ce845bcfe0d77f0c90b03bd7fadd22640d58ef6558029e7925d5ebe35b1bd829deb24be00a6e676d933b9dd4cee28de23be360e50d91d0d9a1ac8de33ec86b63d92ffa3af18cbc4b320b2a658747efb0989d825f77c6e9acc819069d26ba544aa37becdafddfa403263da2",
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -8939,6 +8939,20 @@
                 "https://yt-dl.org/downloads/2016.06.02/youtube-dl-2016.06.02.tar.gz",
                 "https://yt-dl.org/downloads/2016.06.02/youtube-dl-2016.06.02.tar.gz",
                 "0a2ce75ec7734b2b251815146f52678240e9f8cedeb00a5da04c85ebae8e1497"
                 "0a2ce75ec7734b2b251815146f52678240e9f8cedeb00a5da04c85ebae8e1497"
             ]
             ]
+        },
+        "2016.06.03": {
+            "bin": [
+                "https://yt-dl.org/downloads/2016.06.03/youtube-dl",
+                "a3a519a73efc8c0455d245f9c82078857f09589cd85af7808b6cc507a48143f8"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2016.06.03/youtube-dl.exe",
+                "2f443788a12adf3335c630c54b85eb8d35f9c0e35a09f67f5e17d062cb2ba3f1"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2016.06.03/youtube-dl-2016.06.03.tar.gz",
+                "29d9eb4eeea9c781010ee6111a8d0dc6469b9974fbd76c6c6d1641f3e8d489e2"
+            ]
         }
         }
     }
     }
 }
 }