release 2014.12.06.1
This commit is contained in:
parent
ac7b35363e
commit
7be418c432
|
@ -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.3+ 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.3+ to work.</p>
|
||||||
|
|
||||||
<h2><a href="https://yt-dl.org/downloads/2014.12.06/youtube-dl">2014.12.06</a> (<a href="https://yt-dl.org/downloads/2014.12.06/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.12.06.1/youtube-dl">2014.12.06.1</a> (<a href="https://yt-dl.org/downloads/2014.12.06.1/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: e29684933152edaeca3e8985c276486a</li>
|
<li><strong>MD5</strong>: 3abd751c23056fd9d4c15447ee2e843a</li>
|
||||||
<li><strong>SHA1</strong>: 121ee8673f0abe528369ef584dc0c7983d7c6356</li>
|
<li><strong>SHA1</strong>: 7eb8b82771ef5ee746e7512a5ecba3744d66a231</li>
|
||||||
<li><strong>SHA256</strong>: 31020a56c42c67f72dc574461f4e6c05a1c71a047b538606d97cf5f2f4039628</li>
|
<li><strong>SHA256</strong>: 63a0e89af5f54da876a91207473fc528c2f9b05ee86e475a7b74855e38be3a6a</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.12.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.06/youtube-dl.exe.sig">sig</a> - 42905d098bb09a07dde155df13e65ecb3443104e583efb37eddc0031d8aded5e)<br>
|
<a href="https://yt-dl.org/downloads/2014.12.06.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.06.1/youtube-dl.exe.sig">sig</a> - 63996670e549ab5194fb007209116541b0ae74ddd8e8ff2feb92dd870b550926)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.12.06/youtube-dl-2014.12.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.06/youtube-dl-2014.12.06.tar.gz.sig">sig</a> - 5bd74112f1be5f0828d0e75609b3c568abcaab292185c6c33ac469db82000eb0)
|
<a href="https://yt-dl.org/downloads/2014.12.06.1/youtube-dl-2014.12.06.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.06.1/youtube-dl-2014.12.06.1.tar.gz.sig">sig</a> - 5009555b95252864d0df151775529efeef041e1c7e49be8fbeee6eb459efdd1e)
|
||||||
</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/2014.12.06/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.06.1/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/2014.12.06/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.06.1/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/2014.12.06/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/2014.12.06.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 @@
|
||||||
2014.12.06
|
2014.12.06.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>2014-12-06T00:47:29.798245Z</updated>
|
<updated>2014-12-06T00:52:03.504080Z</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>
|
||||||
|
@ -6650,4 +6650,19 @@
|
||||||
<updated>2014-12-06T00:00:00Z</updated>
|
<updated>2014-12-06T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.06.1</id>
|
||||||
|
<title>New version 2014.12.06.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/2014.12.06.1/">https://yt-dl.org/downloads/2014.12.06.1/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-12-06T00:00:01Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.12.06",
|
"latest": "2014.12.06.1",
|
||||||
"signature": "15ce78dfb9b1698a467be1c473d4d205ad3708a564f805d6949ecce9ae95805a19b916f5ad0bccf57bcccc331bd88df4edafbabd2253dcc7dbe4dcf70b9078857c77011758bb02e068a2bc6f89a1fdd6a900709157c5d799a48b0b08b7a41d5738e3c9333a01bbb0d101ba31a1c569cf00717f398ecc11af93ae1b566ebf8a09",
|
"signature": "0e4daa7e92dfb30a9409d8a47e9f80fb0a99479d00a68a7ef387776e67d573e2c8d1aa27255d047483f0a649eab249066681a4febeb0983d85208c35f90f9442508a182ca4d8fcd75adafa1f3c07375b14a863f645f46f4cbcbce73be75bf4ccb3c5d69be8e56e8d54253684c47ab1b965d4d1f9cfbd51bf9ffba7c412bfd3cd",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -6209,6 +6209,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.12.06/youtube-dl-2014.12.06.tar.gz",
|
"https://yt-dl.org/downloads/2014.12.06/youtube-dl-2014.12.06.tar.gz",
|
||||||
"5bd74112f1be5f0828d0e75609b3c568abcaab292185c6c33ac469db82000eb0"
|
"5bd74112f1be5f0828d0e75609b3c568abcaab292185c6c33ac469db82000eb0"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.12.06.1": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.06.1/youtube-dl",
|
||||||
|
"63a0e89af5f54da876a91207473fc528c2f9b05ee86e475a7b74855e38be3a6a"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.06.1/youtube-dl.exe",
|
||||||
|
"63996670e549ab5194fb007209116541b0ae74ddd8e8ff2feb92dd870b550926"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.06.1/youtube-dl-2014.12.06.1.tar.gz",
|
||||||
|
"5009555b95252864d0df151775529efeef041e1c7e49be8fbeee6eb459efdd1e"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue