1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 09:59:28 +00:00

release 2015.12.09

This commit is contained in:
Philipp Hagemeister 2015-12-09 15:45:26 +01:00
parent 71e67c54d3
commit aaf061ce5e
5 changed files with 43 additions and 14 deletions

View file

@ -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>
<h2><a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl">2015.12.06</a> (<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl">2015.12.09</a> (<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 5d96d37dfa0cb24b66c07aa8ba9d4246</li>
<li><strong>SHA1</strong>: 5e58b704ece3ca058488aee6396f9a205c3641a5</li>
<li><strong>SHA256</strong>: 74a684a7ff48fe2c3a706b3c1f04fd016c1835c4d8f96409d5ee82d459c64034</li>
<li><strong>MD5</strong>: 8bf1788e2688f3bc8ea9b477f92327e1</li>
<li><strong>SHA1</strong>: 3e667e6f6c93e1e0792648e7afbfd25ff7d67480</li>
<li><strong>SHA256</strong>: 1c9bc5688dad9f3cea7a2449891fe4951772cf6a969429e9e386386599fd0334</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl.exe.sig">sig</a> - 93f238caa96eea297a6188babf7abf8333b448dbe35fbe1f434676b41f6d860d)<br>
<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl-2015.12.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.12.06/youtube-dl-2015.12.06.tar.gz.sig">sig</a> - 130be9fe481ce17a8d716e58324c837179099c5bb0789194e8e51b79b7c7b279)
<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl.exe.sig">sig</a> - dbea6845b0f89e984b062b266196f5a79b3e2ba6c1057ac41aae71463e7048c9)<br>
<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl-2015.12.09.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.12.09/youtube-dl-2015.12.09.tar.gz.sig">sig</a> - 93530a17c527cbf4e2c9e90dd98f3f43ef5a46b5daae9307a1549119c1583f87)
</p>
<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.12.06/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.12.09/youtube-dl -o /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
<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.12.06/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.12.09/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
</p>
<p>To check the signature, type:
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.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/2015.12.09/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>The following GPG keys will be used to sign the binaries and the git tags:</p>

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
2015.12.06
2015.12.09

View file

@ -3,7 +3,7 @@
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
<title>youtube-dl releases</title>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
<updated>2015-12-06T18:52:10.155316Z</updated>
<updated>2015-12-09T15:45:23.987492Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -8870,4 +8870,19 @@
<updated>2015-12-06T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.12.09</id>
<title>New version 2015.12.09</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.12.09/">https://yt-dl.org/downloads/2015.12.09/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2015-12-09T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2015.12.06",
"signature": "19c56c648d18695064c6a3b91d7b2ad007d49ae3f6a267dedfaa5938829cac33e92d513d9c429c6a499ebbfeba05941e6870ecbbecc7b278effb7f13e49079302510b646e40c0e4dedf3355d018129d7ea410cb3b274ad8cf4073f53ace984457e13e6614a1c18f2137b86ddfa8c710a7d69f44aa292ae8a9637217597795f1f",
"latest": "2015.12.09",
"signature": "7792001eda92f0db8c273539200b6fef6fceac9e44c7aafc9bd3784ab658383224c2509151fe6db275dd9efcfa323a5500607a2e43d82898456333c19435704c6628c4aa8d690044853fae55752e2c4b997d57a2fa6d4fad245d4e737fa5970d8417b93eed3e854bdb5c8036c7b05b06275bc0edbcf55f4fc28c4287ff734460",
"versions": {
"2012.02.22": {
"bin": [
@ -8281,6 +8281,20 @@
"https://yt-dl.org/downloads/2015.12.06/youtube-dl-2015.12.06.tar.gz",
"130be9fe481ce17a8d716e58324c837179099c5bb0789194e8e51b79b7c7b279"
]
},
"2015.12.09": {
"bin": [
"https://yt-dl.org/downloads/2015.12.09/youtube-dl",
"1c9bc5688dad9f3cea7a2449891fe4951772cf6a969429e9e386386599fd0334"
],
"exe": [
"https://yt-dl.org/downloads/2015.12.09/youtube-dl.exe",
"dbea6845b0f89e984b062b266196f5a79b3e2ba6c1057ac41aae71463e7048c9"
],
"tar": [
"https://yt-dl.org/downloads/2015.12.09/youtube-dl-2015.12.09.tar.gz",
"93530a17c527cbf4e2c9e90dd98f3f43ef5a46b5daae9307a1549119c1583f87"
]
}
}
}