release 2016.05.30.2

gh-pages-ytdl-org
Sergey M․ 8 years ago
parent c063643e0f
commit 579ce0021e

@ -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><a href="https://yt-dl.org/downloads/2016.05.30.1/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.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>
<h2><a href="https://yt-dl.org/downloads/2016.05.30.1/youtube-dl">2016.05.30.1</a> (<a href="https://yt-dl.org/downloads/2016.05.30.1/youtube-dl.sig">sig</a>)</h2>
<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>
<ul>
<li><strong>MD5</strong>: c937542c419de60b15a4ae34f56f2504</li>
<li><strong>SHA1</strong>: aef1539c010a66a97d840e763fdf17bd28dc03a7</li>
<li><strong>SHA256</strong>: 8f94381bd5ff9423632c2212a80f7a3d0b3c76adf4eab5563b483136ad7e3954</li>
<li><strong>MD5</strong>: 9896dbcd3b0c712febeeba1c71037474</li>
<li><strong>SHA1</strong>: 320662022323f9590a97d1f883873ef68ef87468</li>
<li><strong>SHA256</strong>: 4e5391c099222188f035a73e7762186be642cd539dbfcb4630106f45b46f8ada</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2016.05.30.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.05.30.1/youtube-dl.exe.sig">sig</a> - b0ad59710545ffce49f0ddf622b9b9ad9991b5ee2dcf195ced3968e0bf9a90dc)<br>
<a href="https://yt-dl.org/downloads/2016.05.30.1/youtube-dl-2016.05.30.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.05.30.1/youtube-dl-2016.05.30.1.tar.gz.sig">sig</a> - a99def762d6d8791fad64b9ccf5bd7a5486fe17f93476855f6a6ce5d08a81b7c)
<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)
</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/2016.05.30.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.05.30.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /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/2016.05.30.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.05.30.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
@ -55,7 +55,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/2016.05.30.1/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.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>
</p>
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>

@ -58,8 +58,8 @@
<li><b>appletrailers:section</b></li>
<li><b>archive.org</b>: archive.org videos</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></li>
<li><b>arte.tv</b></li>
<li><b>arte.tv:+7</b></li>
<li><b>arte.tv:cinema</b></li>

@ -1 +1 @@
2016.05.30.1
2016.05.30.2

@ -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>2016-05-30T03:04:39.782270Z</updated>
<updated>2016-05-30T03:13:16.425016Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -9545,4 +9545,19 @@
<updated>2016-05-30T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.05.30.2</id>
<title>New version 2016.05.30.2</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.05.30.2/">https://yt-dl.org/downloads/2016.05.30.2/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2016-05-30T00:00:02Z</updated>
</entry>
</feed>

@ -1,6 +1,6 @@
{
"latest": "2016.05.30.1",
"signature": "73abf50cb7b3d4479ccaeabfdede881cc684daaf2dbbd4f87e9b26e938a40925774e78001ab434cb5d64d9424467424eb94af6c34cd7ae4aa2f2006791adb05e901e7e2ee6f8bc1c1408582cad07668b86afb6f0690d558304ce57235dd84b425bbadd413d651cfa4bb59400fd86bf2d35a1fa0e452b29c539a8e8b11ce1ceff",
"latest": "2016.05.30.2",
"signature": "946215b8e26d0c0e25413e875e0afdbbf2bf0bb78c2d26e3575e3cba01df7f30fbd273e03c256947fcb44a5691cd8fd432ce61d4c0c7eeac4b6ef20d320aaace3a2826969ad3609a7c8a03d884dd6aea6a3aef08e4fd8bc89133eacbc3155860fcbe63154e22638d6547c3092a892d16948c9428c97c4fece0963bbd71b0f632",
"versions": {
"2012.02.22": {
"bin": [
@ -8911,6 +8911,20 @@
"https://yt-dl.org/downloads/2016.05.30.1/youtube-dl-2016.05.30.1.tar.gz",
"a99def762d6d8791fad64b9ccf5bd7a5486fe17f93476855f6a6ce5d08a81b7c"
]
},
"2016.05.30.2": {
"bin": [
"https://yt-dl.org/downloads/2016.05.30.2/youtube-dl",
"4e5391c099222188f035a73e7762186be642cd539dbfcb4630106f45b46f8ada"
],
"exe": [
"https://yt-dl.org/downloads/2016.05.30.2/youtube-dl.exe",
"2e59a19fe359dc11af7ba2634cb1851d92e3e46fe2e7dac24b0b43c0a00c78a4"
],
"tar": [
"https://yt-dl.org/downloads/2016.05.30.2/youtube-dl-2016.05.30.2.tar.gz",
"1ffb367f65f5f0ebdaaee92db509e49e88cbd27fc83d34e80ec3e9b5a3c797ad"
]
}
}
}
Loading…
Cancel
Save