release 2015.02.10.2
This commit is contained in:
parent
2d2bd2a8cb
commit
79379d02f3
|
@ -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.10.1/youtube-dl">2015.02.10.1</a> (<a href="https://yt-dl.org/downloads/2015.02.10.1/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl">2015.02.10.2</a> (<a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: ae68aaf2ce47f2e6e3b6ecd2f340995d</li>
|
<li><strong>MD5</strong>: 6eb9b5d66af90248dd5343a475838777</li>
|
||||||
<li><strong>SHA1</strong>: fb56aa71a83b9cc1ccbff696fcf0ecbaac3eeabb</li>
|
<li><strong>SHA1</strong>: d0cabc09db1f0e249cad13d0769276297283ce3c</li>
|
||||||
<li><strong>SHA256</strong>: 697482340cf6cee13467b0c5d28e4196b6dccd3e39aa012287f54f4108e1dd27</li>
|
<li><strong>SHA256</strong>: 2c1004e16811e4d28e97ab7d4b8ec368b94a8aab248d8224b46553818488eae6</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2015.02.10.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.10.1/youtube-dl.exe.sig">sig</a> - 924f1b0cd91f168859a300ddf7a0c7e2bd6313988f7e365198a94c44691f1589)<br>
|
<a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.exe.sig">sig</a> - ae4ff2bd434d7dfa1179b2d2dc0f9b7d2ca4ff7d3a9c369cb0a21607570a67d8)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2015.02.10.1/youtube-dl-2015.02.10.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.10.1/youtube-dl-2015.02.10.1.tar.gz.sig">sig</a> - af5dfd4f4ca21d94f0986db377aa6c83c41cd97957eb7528fc9ebf8cfc69e6e1)
|
<a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl-2015.02.10.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.10.2/youtube-dl-2015.02.10.2.tar.gz.sig">sig</a> - 335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489)
|
||||||
</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.10.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.10.2/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.10.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.10.2/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.10.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/2015.02.10.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>
|
||||||
|
|
||||||
<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.10.1
|
2015.02.10.2
|
|
@ -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-10T01:56:50.533224Z</updated>
|
<updated>2015-02-10T03:36:43.440654Z</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>
|
||||||
|
@ -7595,4 +7595,19 @@
|
||||||
<updated>2015-02-10T00:00:01Z</updated>
|
<updated>2015-02-10T00:00:01Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.10.2</id>
|
||||||
|
<title>New version 2015.02.10.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/2015.02.10.2/">https://yt-dl.org/downloads/2015.02.10.2/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2015-02-10T00:00:02Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2015.02.10.1",
|
"latest": "2015.02.10.2",
|
||||||
"signature": "1efa6f8a06a4a1aaf731d6e487ba88ca4e6649c8ab5a5ae3f2f3cdc38153eda05636b8bc423693803f7d4e10dfc618f3d399e9d83341a58f494c0d8a23c58b0a36f13dd3cb1c672f7c575dd4b6588470e545b3beeb5e9639f12d68b32d7220f33192114f5990d64f7487b6f721289802699051b404395e108d4b9ceab7a52cbf",
|
"signature": "18eeeeb6cce3c1a5f2da39ceebf8d8b8864f541b13260975458ae5b9757fc1b93e1be92a32772d4f290399d7665b106807ff6e48a24089593f830b059934f31dbcd1eabf4aaa541089630edbed8dc6cee1c6974e0f770f718bc6d255fa2da3ea78a04e958f3150a884548a5adcf535529dd948928e3c41cb68fac441a31e8599",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -7091,6 +7091,20 @@
|
||||||
"https://yt-dl.org/downloads/2015.02.10.1/youtube-dl-2015.02.10.1.tar.gz",
|
"https://yt-dl.org/downloads/2015.02.10.1/youtube-dl-2015.02.10.1.tar.gz",
|
||||||
"af5dfd4f4ca21d94f0986db377aa6c83c41cd97957eb7528fc9ebf8cfc69e6e1"
|
"af5dfd4f4ca21d94f0986db377aa6c83c41cd97957eb7528fc9ebf8cfc69e6e1"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2015.02.10.2": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2015.02.10.2/youtube-dl",
|
||||||
|
"2c1004e16811e4d28e97ab7d4b8ec368b94a8aab248d8224b46553818488eae6"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2015.02.10.2/youtube-dl.exe",
|
||||||
|
"ae4ff2bd434d7dfa1179b2d2dc0f9b7d2ca4ff7d3a9c369cb0a21607570a67d8"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2015.02.10.2/youtube-dl-2015.02.10.2.tar.gz",
|
||||||
|
"335214753e6971f1871c551dd995fb7a309d69732694960857ad953cdc1ac489"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue