mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-17 02:52:38 +09:00
release 2015.08.16.1
This commit is contained in:
parent
9d55e73482
commit
4dcb412869
@ -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.2+ to work.</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.</p>
|
||||||
|
|
||||||
<h2><a href="https://yt-dl.org/downloads/2015.08.16/youtube-dl">2015.08.16</a> (<a href="https://yt-dl.org/downloads/2015.08.16/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl">2015.08.16.1</a> (<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 36ee98ced7617724cdb32b54ac298a85</li>
|
<li><strong>MD5</strong>: 0b73510ac1889c27ab8f6d5d41bc44d6</li>
|
||||||
<li><strong>SHA1</strong>: 571c1877248312b0f29e21956a027a9e980e19cb</li>
|
<li><strong>SHA1</strong>: cd6385831655d7f4a15d868e823510e71bf54a46</li>
|
||||||
<li><strong>SHA256</strong>: bfa910528539fd78298b39decb42b2757898f4fed7d9c01b34f3cc6ae7578c14</li>
|
<li><strong>SHA256</strong>: 7886730b462fb6183fef64da76fdee28317a03174c3b34c6fddb075055170e9e</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2015.08.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.08.16/youtube-dl.exe.sig">sig</a> - 3e047c6fe6f19b1da038708ee4d77ea67d6824d0232a568663cabafaa0ddb4d5)<br>
|
<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.exe.sig">sig</a> - 3ce5a5518fc9e09547ed12157cf0adc9b032ff747ea471b2b40cad4910783dda)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2015.08.16/youtube-dl-2015.08.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.08.16/youtube-dl-2015.08.16.tar.gz.sig">sig</a> - 85ef29e55989bdde8ea1bf9084484288e2acf91bf9c9d2f6ee08380d427712e6)
|
<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl-2015.08.16.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.08.16.1/youtube-dl-2015.08.16.1.tar.gz.sig">sig</a> - feaa7b8e4b361cc824e64e0dbe521c3ddc6aab8b417b5491bc2914bfad42e711)
|
||||||
</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/2015.08.16/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.08.16.1/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/2015.08.16/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.08.16.1/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>
|
||||||
|
|
||||||
@ -53,7 +53,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/2015.08.16/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/2015.08.16.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>
|
||||||
</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>
|
||||||
|
@ -1 +1 @@
|
|||||||
2015.08.16
|
2015.08.16.1
|
@ -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>2015-08-16T01:08:16.164806Z</updated>
|
<updated>2015-08-16T23:52:03.930363Z</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>
|
||||||
@ -8420,4 +8420,19 @@
|
|||||||
<updated>2015-08-16T00:00:00Z</updated>
|
<updated>2015-08-16T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.08.16.1</id>
|
||||||
|
<title>New version 2015.08.16.1</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/2015.08.16.1/">https://yt-dl.org/downloads/2015.08.16.1/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2015-08-16T00:00:01Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"latest": "2015.08.16",
|
"latest": "2015.08.16.1",
|
||||||
"signature": "12902618308860c00b75ac8af2c12adae9dc58504babb81a07a62501f426539142ed231817ebfb6a2f9aebc9cbd516a83cff337e6ac13c48bf09c6e270af8060ef840e3abc6593e2bbf32fc8cf2d013cbd68254379de503a5c3f9eb1a99b6bc188d264bb6e2192032d585918c6d503cbf3dcb9b7fea4dda5f55cc101a7b07604",
|
"signature": "1a757f7dca06e0f2bf4aba8dbb6e2dae60b00244192b8b914d46745a81577fc7d64cf27d9b0637668a9f5d00f166177a8229d63289b2b9eb96a5f8e172cbf5c5792da8222b327763889aad9e270db3692ef73c138d994d997f4789582681c66505ffe6653d3d1791b700b004bd83a9df0883a9e9aa01699f604431e7f857869c",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -7861,6 +7861,20 @@
|
|||||||
"https://yt-dl.org/downloads/2015.08.16/youtube-dl-2015.08.16.tar.gz",
|
"https://yt-dl.org/downloads/2015.08.16/youtube-dl-2015.08.16.tar.gz",
|
||||||
"85ef29e55989bdde8ea1bf9084484288e2acf91bf9c9d2f6ee08380d427712e6"
|
"85ef29e55989bdde8ea1bf9084484288e2acf91bf9c9d2f6ee08380d427712e6"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2015.08.16.1": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2015.08.16.1/youtube-dl",
|
||||||
|
"7886730b462fb6183fef64da76fdee28317a03174c3b34c6fddb075055170e9e"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2015.08.16.1/youtube-dl.exe",
|
||||||
|
"3ce5a5518fc9e09547ed12157cf0adc9b032ff747ea471b2b40cad4910783dda"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2015.08.16.1/youtube-dl-2015.08.16.1.tar.gz",
|
||||||
|
"feaa7b8e4b361cc824e64e0dbe521c3ddc6aab8b417b5491bc2914bfad42e711"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user