release 2014.08.26
This commit is contained in:
parent
62f1cbb88d
commit
667ef5ede4
|
@ -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.08.25.3/youtube-dl">2014.08.25.3</a> (<a href="https://yt-dl.org/downloads/2014.08.25.3/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.08.26/youtube-dl">2014.08.26</a> (<a href="https://yt-dl.org/downloads/2014.08.26/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 60a04a64e8b331ac5dd6ca3374c700c9</li>
|
<li><strong>MD5</strong>: 6bfbf9890b0164dff6129986fd083700</li>
|
||||||
<li><strong>SHA1</strong>: ece717bec18317839d34fe6408fb85049cf291f7</li>
|
<li><strong>SHA1</strong>: 0141d8f088024a5987be4d324d470e3d618e3a4d</li>
|
||||||
<li><strong>SHA256</strong>: 79853d29504c0a79ec496aca05f82f612efec332e02316713791523adf386e7c</li>
|
<li><strong>SHA256</strong>: 318ddc26fff9ee607fd86fee1e7ef3e874db1fa8a0e80dc5082c854fc3b8c170</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.08.25.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.25.3/youtube-dl.exe.sig">sig</a> - ce64df731077bd74e61ba0936ceaa0b1f98b3affe2a12fb80c4110b6396498da)<br>
|
<a href="https://yt-dl.org/downloads/2014.08.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.08.26/youtube-dl.exe.sig">sig</a> - 1654f2b6e32d42e637970db38f99d59908b9520b2c2f4d6b4ef55db8d70f589c)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.08.25.3/youtube-dl-2014.08.25.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.25.3/youtube-dl-2014.08.25.3.tar.gz.sig">sig</a> - 708847c610a8217527d4fbd68edbe35468bf6009fcad97ec659fcbc47cd9f5a5)
|
<a href="https://yt-dl.org/downloads/2014.08.26/youtube-dl-2014.08.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.08.26/youtube-dl-2014.08.26.tar.gz.sig">sig</a> - 95478818f39be519aef4d175f66266946a68696ef3285cb252fa8632e8c09f44)
|
||||||
</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.08.25.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.08.26/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.08.25.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.08.26/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.08.25.3/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.08.26/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>
|
||||||
|
|
|
@ -299,6 +299,7 @@
|
||||||
<li><b>Spiegel</b></li>
|
<li><b>Spiegel</b></li>
|
||||||
<li><b>Spiegeltv</b></li>
|
<li><b>Spiegeltv</b></li>
|
||||||
<li><b>Spike</b></li>
|
<li><b>Spike</b></li>
|
||||||
|
<li><b>SportDeutschland</b></li>
|
||||||
<li><b>stanfordoc</b>: Stanford Open ClassRoom</li>
|
<li><b>stanfordoc</b>: Stanford Open ClassRoom</li>
|
||||||
<li><b>Steam</b></li>
|
<li><b>Steam</b></li>
|
||||||
<li><b>streamcloud.eu</b></li>
|
<li><b>streamcloud.eu</b></li>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2014.08.25.3
|
2014.08.26
|
|
@ -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-08-25T18:42:50.171623Z</updated>
|
<updated>2014-08-26T21:34:30.101070Z</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>
|
||||||
|
@ -5450,4 +5450,19 @@
|
||||||
<updated>2014-08-25T00:00:03Z</updated>
|
<updated>2014-08-25T00:00:03Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.08.26</id>
|
||||||
|
<title>New version 2014.08.26</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.08.26/">https://yt-dl.org/downloads/2014.08.26/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-08-26T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.08.25.3",
|
"latest": "2014.08.26",
|
||||||
"signature": "8f9df1e433818881a9cb150068744f3e271b622647a4498cffddfeba0d15ee1290a3610928e6ca0e91380dc6b6f40ebfbef24b4258d4862b44ac29c70278652dc9d80e40898e95c684ddcc25fcc8344514d1c17e5b2bac4cebcaab9c540c02e1988c842c0006da0e94e2751043a909b1672bc33dc38c7f2ba8e2667fcb1e99f3",
|
"signature": "736ad8efb0e28e4db0debd50a89486d9a6650351b7b4cc7df22cad504c5fcd813762898cb76b7ca22fec685395cee8a0fbc37bbacb11535ee346c7367d2bbccb80ac8fa655aacaad687efb1b6db7d23cc06b9210abe016b8ef05c141aacb2d958b3e506a65577948c37f42161bd27b1bd31178abb8d8d7bd3eb01bd2138e301d",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -5089,6 +5089,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.08.25.3/youtube-dl-2014.08.25.3.tar.gz",
|
"https://yt-dl.org/downloads/2014.08.25.3/youtube-dl-2014.08.25.3.tar.gz",
|
||||||
"708847c610a8217527d4fbd68edbe35468bf6009fcad97ec659fcbc47cd9f5a5"
|
"708847c610a8217527d4fbd68edbe35468bf6009fcad97ec659fcbc47cd9f5a5"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.08.26": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.08.26/youtube-dl",
|
||||||
|
"318ddc26fff9ee607fd86fee1e7ef3e874db1fa8a0e80dc5082c854fc3b8c170"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.08.26/youtube-dl.exe",
|
||||||
|
"1654f2b6e32d42e637970db38f99d59908b9520b2c2f4d6b4ef55db8d70f589c"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.08.26/youtube-dl-2014.08.26.tar.gz",
|
||||||
|
"95478818f39be519aef4d175f66266946a68696ef3285cb252fa8632e8c09f44"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue