release 2015.02.03
This commit is contained in:
parent
80dc055bf1
commit
cff0f7ded9
|
@ -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.02.02.5/youtube-dl">2015.02.02.5</a> (<a href="https://yt-dl.org/downloads/2015.02.02.5/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2015.02.03/youtube-dl">2015.02.03</a> (<a href="https://yt-dl.org/downloads/2015.02.03/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: ad74b8de2ef7beb8b7f188fe24c4bb16</li>
|
<li><strong>MD5</strong>: 60ff1f5833ed28599c0f80fc83fc9783</li>
|
||||||
<li><strong>SHA1</strong>: 3e6f94ed42d278effa8ef085bfcdc4fbdc4cd954</li>
|
<li><strong>SHA1</strong>: bcf47a77a299378c1a68f6fbd68572970559ed90</li>
|
||||||
<li><strong>SHA256</strong>: 77cd31f0f3f9e3fe627fb27bb1d369308f94bc9b5a5a7fc47d1b3e8199953dc7</li>
|
<li><strong>SHA256</strong>: 38e02ca7068694d372892f1e9ccbe163f8d8204ec2deb54f57f199fa3c1d4a3a</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2015.02.02.5/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.02.5/youtube-dl.exe.sig">sig</a> - ea4492a27b204bb9fa293d1ffe5fe441ea0a895281c04b4fbf3ac24b32d46604)<br>
|
<a href="https://yt-dl.org/downloads/2015.02.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.03/youtube-dl.exe.sig">sig</a> - af9b791a256f96b5019e29f2be89ff03a57b1ec315bb91c90a6dab27da0982e0)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2015.02.02.5/youtube-dl-2015.02.02.5.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.02.5/youtube-dl-2015.02.02.5.tar.gz.sig">sig</a> - afccf9ab8d7697aca33f8dd0e63d1150cf661645a351df26807a88287d58fcc1)
|
<a href="https://yt-dl.org/downloads/2015.02.03/youtube-dl-2015.02.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.03/youtube-dl-2015.02.03.tar.gz.sig">sig</a> - 48faaf6de3e4a0ba896574b44bccefe4ce9cd14ee2d04c4b2ce70b7b669ddbab)
|
||||||
</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.02.02.5/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
sudo chmod a+x /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.02.02.5/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
sudo chmod a+x /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.02.02.5/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.02.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>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2015.02.02.5
|
2015.02.03
|
|
@ -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-02-02T23:50:17.721095Z</updated>
|
<updated>2015-02-03T00:28:28.624358Z</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>
|
||||||
|
@ -7445,4 +7445,19 @@
|
||||||
<updated>2015-02-02T00:00:05Z</updated>
|
<updated>2015-02-02T00:00:05Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.03</id>
|
||||||
|
<title>New version 2015.02.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/2015.02.03/">https://yt-dl.org/downloads/2015.02.03/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2015-02-03T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2015.02.02.5",
|
"latest": "2015.02.03",
|
||||||
"signature": "5b1d6df6cd0f422041a2405b24b10ab67b305ed9e63d3f864cb331a013a76b78bd8301c770c4ea1c613332b1792d3313bfa6b296a9dbb4cfed161e2ae77ab0a2f2b46a6c1e40c3d74d626df0e8695031d4c7e51214dda8c24f704a204fda374bd4cb7e309d2e01577a6bf4fd4d950dbd6504dcf656f680896217efbdbdaed818",
|
"signature": "0ffc081b6a3f304a534a216bd69a0a68f03bb06867f345fa4e916df69c6230bbc5c28d90f54bf1ea2be5374d80d1bb75b69e635e021cae9d21f66986d87699e3fe919bb20d1fa64deb94260d748b690fdfd01e7c89e2413448f6efbfef47415b5f0e2a44142d5c44375158bb3e83fbde5bab7456093e0ccb1e1a935243651d62",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -6951,6 +6951,20 @@
|
||||||
"https://yt-dl.org/downloads/2015.02.02.5/youtube-dl-2015.02.02.5.tar.gz",
|
"https://yt-dl.org/downloads/2015.02.02.5/youtube-dl-2015.02.02.5.tar.gz",
|
||||||
"afccf9ab8d7697aca33f8dd0e63d1150cf661645a351df26807a88287d58fcc1"
|
"afccf9ab8d7697aca33f8dd0e63d1150cf661645a351df26807a88287d58fcc1"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2015.02.03": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2015.02.03/youtube-dl",
|
||||||
|
"38e02ca7068694d372892f1e9ccbe163f8d8204ec2deb54f57f199fa3c1d4a3a"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2015.02.03/youtube-dl.exe",
|
||||||
|
"af9b791a256f96b5019e29f2be89ff03a57b1ec315bb91c90a6dab27da0982e0"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2015.02.03/youtube-dl-2015.02.03.tar.gz",
|
||||||
|
"48faaf6de3e4a0ba896574b44bccefe4ce9cd14ee2d04c4b2ce70b7b669ddbab"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue