release 2014.12.14
This commit is contained in:
parent
31d0cf05e0
commit
b8e8032f4d
|
@ -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.13.1/youtube-dl">2014.12.13.1</a> (<a href="https://yt-dl.org/downloads/2014.12.13.1/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl">2014.12.14</a> (<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 0fc88837c2c44dd7d219729793fd191d</li>
|
<li><strong>MD5</strong>: 1608a517de50e2b601dcbcef317a4f1e</li>
|
||||||
<li><strong>SHA1</strong>: 0b4961701102c70d2eb38778f990426210febfe7</li>
|
<li><strong>SHA1</strong>: 64600463e63c79cc03e1acefb6f2fd6adf3b0317</li>
|
||||||
<li><strong>SHA256</strong>: c9b53d6878f5ba5c8a20c0f8209e560286ffb2e1c8ad7751b5a66655addd05bb</li>
|
<li><strong>SHA256</strong>: 1d326f67fd672579c85ed84e1513d09c4d0cf0cba35ed16046373af86e14b584</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.12.13.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.13.1/youtube-dl.exe.sig">sig</a> - 271574876aa2cace84d40cc8b4cbe83331ef84eaf43a9b186ba0e01212a77ced)<br>
|
<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl.exe.sig">sig</a> - 5bbc72697105b232c29fa85e2c85b7abebf1ccbc8054049f201cdcba5efc3542)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.12.13.1/youtube-dl-2014.12.13.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.13.1/youtube-dl-2014.12.13.1.tar.gz.sig">sig</a> - 36b51e7ff3ec154411b5ed49cdd8492089e0bc09bfc57e80d61e4259d7ca10ee)
|
<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl-2014.12.14.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.14/youtube-dl-2014.12.14.tar.gz.sig">sig</a> - 13e102f641b3714e8c80ac8909a44c8ef49bb3708728fa2495f34c6b4b795082)
|
||||||
</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.13.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.14/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.13.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.14/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.13.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/2014.12.14/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.13.1
|
2014.12.14
|
|
@ -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-13T23:55:03.975546Z</updated>
|
<updated>2014-12-14T00:21:58.727054Z</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>
|
||||||
|
@ -6845,4 +6845,19 @@
|
||||||
<updated>2014-12-13T00:00:01Z</updated>
|
<updated>2014-12-13T00:00:01Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.14</id>
|
||||||
|
<title>New version 2014.12.14</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.14/">https://yt-dl.org/downloads/2014.12.14/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-12-14T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.12.13.1",
|
"latest": "2014.12.14",
|
||||||
"signature": "42d07e5542954915c02b7fba2a8ae31b504351b03789605fe7593cf1f081f64887165995b0b6234477737816bf9f96c0b4b1b93cd4b81e262edb297591d397458d38c5568eb95de5b64fc65ee9449987bc6b994405cf1d17fc1c1c8986ef8f560328ffe0ba890b6a274e5ae638ac69a7bacaa19ae9abf03dc608d95fcb4be2b9",
|
"signature": "87deb31e0c56c6820333a4033657fde62c9b8b74d9a290e2910a34964e020aa11440e33f26a6ac8e6205b141df5f8f653c1120d81f6b30f85c1f45d0890c1abbcf4fb4937904393e0f189a26d7e9184534377d26094c634ed064d8a1db3b99bfb085a0e34bea6e9d5d9534f39fe2374dc751be2711d5ecce46ce8ddbd69ea608",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -6391,6 +6391,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.12.13.1/youtube-dl-2014.12.13.1.tar.gz",
|
"https://yt-dl.org/downloads/2014.12.13.1/youtube-dl-2014.12.13.1.tar.gz",
|
||||||
"36b51e7ff3ec154411b5ed49cdd8492089e0bc09bfc57e80d61e4259d7ca10ee"
|
"36b51e7ff3ec154411b5ed49cdd8492089e0bc09bfc57e80d61e4259d7ca10ee"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.12.14": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.14/youtube-dl",
|
||||||
|
"1d326f67fd672579c85ed84e1513d09c4d0cf0cba35ed16046373af86e14b584"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.14/youtube-dl.exe",
|
||||||
|
"5bbc72697105b232c29fa85e2c85b7abebf1ccbc8054049f201cdcba5efc3542"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.14/youtube-dl-2014.12.14.tar.gz",
|
||||||
|
"13e102f641b3714e8c80ac8909a44c8ef49bb3708728fa2495f34c6b4b795082"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue