فهرست منبع

release 2016.06.02

Sergey M․ 9 سال پیش
والد
کامیت
3d4970c6c0
5فایلهای تغییر یافته به همراه45 افزوده شده و 15 حذف شده
  1. 10 10
      download.html
  2. 2 1
      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.05.30.2/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.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>
 
 
-<h2><a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl">2016.05.30.2</a> (<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl.sig">sig</a>)</h2>
+<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>
 
 
 <ul>
 <ul>
-<li><strong>MD5</strong>: 9896dbcd3b0c712febeeba1c71037474</li>
-<li><strong>SHA1</strong>: 320662022323f9590a97d1f883873ef68ef87468</li>
-<li><strong>SHA256</strong>: 4e5391c099222188f035a73e7762186be642cd539dbfcb4630106f45b46f8ada</li>
+<li><strong>MD5</strong>: 7bb6bcf2adb3e86dfc6937da1bbe03dd</li>
+<li><strong>SHA1</strong>: 9dd067edf9fd69a51ebd25ea6a111a66051a1315</li>
+<li><strong>SHA256</strong>: 443dd6a84b79112f009f2143c802e10c1cbe39d299e48e4e85d1624192137a1e</li>
 </ul>
 </ul>
 
 
 <p>
 <p>
-	<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl.exe.sig">sig</a> - 2e59a19fe359dc11af7ba2634cb1851d92e3e46fe2e7dac24b0b43c0a00c78a4)<br>
-	<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl-2016.05.30.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.05.30.2/youtube-dl-2016.05.30.2.tar.gz.sig">sig</a> - 1ffb367f65f5f0ebdaaee92db509e49e88cbd27fc83d34e80ec3e9b5a3c797ad)
+	<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)
 </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.05.30.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo curl https://yt-dl.org/downloads/2016.06.02/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.05.30.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
+<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.02/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.05.30.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/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>
 </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>

+ 2 - 1
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>: Saarländischer Rundfunk</li>
 	<li><b>ARD:mediathek</b></li>
 	<li><b>ARD:mediathek</b></li>
+	<li><b>ARD:mediathek</b>: Saarländischer Rundfunk</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>
@@ -70,6 +70,7 @@
 	<li><b>arte.tv:future</b></li>
 	<li><b>arte.tv:future</b></li>
 	<li><b>arte.tv:info</b></li>
 	<li><b>arte.tv:info</b></li>
 	<li><b>arte.tv:magazine</b></li>
 	<li><b>arte.tv:magazine</b></li>
+	<li><b>arte.tv:playlist</b></li>
 	<li><b>AtresPlayer</b></li>
 	<li><b>AtresPlayer</b></li>
 	<li><b>ATTTechChannel</b></li>
 	<li><b>ATTTechChannel</b></li>
 	<li><b>AudiMedia</b></li>
 	<li><b>AudiMedia</b></li>

+ 1 - 1
update/LATEST_VERSION

@@ -1 +1 @@
-2016.05.30.2
+2016.06.02

+ 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-05-30T03:13:16.425016Z</updated>
+    <updated>2016-06-02T01:21:47.193167Z</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>
@@ -9560,4 +9560,19 @@
 	    <updated>2016-05-30T00:00:02Z</updated>
 	    <updated>2016-05-30T00:00:02Z</updated>
 	</entry>
 	</entry>
 
 
+	<entry>
+	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.02</id>
+	    <title>New version 2016.06.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/2016.06.02/">https://yt-dl.org/downloads/2016.06.02/</a>
+	        </div>
+	    </content>
+	    <author>
+	        <name>The youtube-dl maintainers</name>
+	    </author>
+	    <updated>2016-06-02T00:00:00Z</updated>
+	</entry>
+
 </feed>
 </feed>

+ 16 - 2
update/versions.json

@@ -1,6 +1,6 @@
 {
 {
-    "latest": "2016.05.30.2",
-    "signature": "946215b8e26d0c0e25413e875e0afdbbf2bf0bb78c2d26e3575e3cba01df7f30fbd273e03c256947fcb44a5691cd8fd432ce61d4c0c7eeac4b6ef20d320aaace3a2826969ad3609a7c8a03d884dd6aea6a3aef08e4fd8bc89133eacbc3155860fcbe63154e22638d6547c3092a892d16948c9428c97c4fece0963bbd71b0f632",
+    "latest": "2016.06.02",
+    "signature": "5355ecd56cfa7010c189416d80f6baae1a504d5a47bf72c497e69c975d50812afc085eaa43338537c3095ffad58837516d57074b1cce58077ad465d14da3e300f72507552aa7059f5ca0ad3c71acee0f4453df3c7eb240b58d5236abd98b984dc43d2bb7c058f79281948f974aff99a282b83f0fa23daf9a010680d0b4cb3828",
     "versions": {
     "versions": {
         "2012.02.22": {
         "2012.02.22": {
             "bin": [
             "bin": [
@@ -8925,6 +8925,20 @@
                 "https://yt-dl.org/downloads/2016.05.30.2/youtube-dl-2016.05.30.2.tar.gz",
                 "https://yt-dl.org/downloads/2016.05.30.2/youtube-dl-2016.05.30.2.tar.gz",
                 "1ffb367f65f5f0ebdaaee92db509e49e88cbd27fc83d34e80ec3e9b5a3c797ad"
                 "1ffb367f65f5f0ebdaaee92db509e49e88cbd27fc83d34e80ec3e9b5a3c797ad"
             ]
             ]
+        },
+        "2016.06.02": {
+            "bin": [
+                "https://yt-dl.org/downloads/2016.06.02/youtube-dl",
+                "443dd6a84b79112f009f2143c802e10c1cbe39d299e48e4e85d1624192137a1e"
+            ],
+            "exe": [
+                "https://yt-dl.org/downloads/2016.06.02/youtube-dl.exe",
+                "17054e5d050d41b7a413286efd7911eb93d3f79e3e0a0a58c1abc1999a50710a"
+            ],
+            "tar": [
+                "https://yt-dl.org/downloads/2016.06.02/youtube-dl-2016.06.02.tar.gz",
+                "0a2ce75ec7734b2b251815146f52678240e9f8cedeb00a5da04c85ebae8e1497"
+            ]
         }
         }
     }
     }
 }
 }