release 2013.10.04
This commit is contained in:
parent
f793d89f34
commit
37b3fc7b06
|
@ -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/2013.10.01.1/youtube-dl">2013.10.01.1</a> (<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2013.10.04/youtube-dl">2013.10.04</a> (<a href="https://yt-dl.org/downloads/2013.10.04/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 6acbd2ca7c70e2f6d7e7b3e76b28a442</li>
|
<li><strong>MD5</strong>: 56a7a54aaa953b40599922e717d5c54c</li>
|
||||||
<li><strong>SHA1</strong>: 9004193a7f6d1e7e26c2269e3ec598b54c3c675e</li>
|
<li><strong>SHA1</strong>: ba9183ddb4afd505cf2c5787c285ecf2ff14628e</li>
|
||||||
<li><strong>SHA256</strong>: 0814eb1a532ffadcd44e95641e69a37e06d7f80d3d20c062eafb5d81a9a06258</li>
|
<li><strong>SHA256</strong>: 778c1cbc96cd9828043cdc3109b669cabfdaec48f148fc04a7a4201da16b9d3c</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl.exe.sig">sig</a> - af397826b7b0770052ffef017bfc98400dcf7e7846681bf52bec515c95d3e2fe)<br>
|
<a href="https://yt-dl.org/downloads/2013.10.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.10.04/youtube-dl.exe.sig">sig</a> - 9d0147e97925cc24bc719604465d8369c6d969570882dc1a43b46526daa12d24)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl-2013.10.01.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.01.1/youtube-dl-2013.10.01.1.tar.gz.sig">sig</a> - 1570bab654b23f3617eccfda30a63257c729353e027cd6228ac9ccc7256602ab)
|
<a href="https://yt-dl.org/downloads/2013.10.04/youtube-dl-2013.10.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.10.04/youtube-dl-2013.10.04.tar.gz.sig">sig</a> - 9a39a5cce59fa457ec7925c4a165c51e38be179437bd26f33735015b5e4a8f03)
|
||||||
</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/2013.10.01.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.10.04/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/2013.10.01.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.10.04/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>
|
||||||
|
|
||||||
|
@ -49,7 +49,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/2013.10.01.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/2013.10.04/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 @@
|
||||||
2013.10.01.1
|
2013.10.04
|
|
@ -2,7 +2,7 @@
|
||||||
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
|
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<atom:title>youtube-dl releases</atom:title>
|
<atom:title>youtube-dl releases</atom:title>
|
||||||
<atom:id>youtube-dl-updates-feed</atom:id>
|
<atom:id>youtube-dl-updates-feed</atom:id>
|
||||||
<atom:updated>2013-10-01T14:47:11.820276</atom:updated>
|
<atom:updated>2013-10-04T00:40:15.048491</atom:updated>
|
||||||
|
|
||||||
<atom:entry>
|
<atom:entry>
|
||||||
<atom:id>youtube-dl-2012.02.22</atom:id>
|
<atom:id>youtube-dl-2012.02.22</atom:id>
|
||||||
|
@ -1459,6 +1459,21 @@
|
||||||
<atom:updated>2013-10-01-1</atom:updated>
|
<atom:updated>2013-10-01-1</atom:updated>
|
||||||
</atom:entry>
|
</atom:entry>
|
||||||
|
|
||||||
|
<atom:entry>
|
||||||
|
<atom:id>youtube-dl-2013.10.04</atom:id>
|
||||||
|
<atom:title>New version 2013.10.04</atom:title>
|
||||||
|
<atom:link href="http://rg3.github.io/youtube-dl" />
|
||||||
|
<atom:content type="xhtml">
|
||||||
|
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
Downloads available at <a href="https://yt-dl.org/downloads/2013.10.04/">https://yt-dl.org/downloads/2013.10.04/</a>
|
||||||
|
</div>
|
||||||
|
</atom:content>
|
||||||
|
<atom:author>
|
||||||
|
<atom:name>The youtube-dl maintainers</atom:name>
|
||||||
|
</atom:author>
|
||||||
|
<atom:updated>2013-10-04</atom:updated>
|
||||||
|
</atom:entry>
|
||||||
|
|
||||||
<atom:entry>
|
<atom:entry>
|
||||||
<atom:id>youtube-dl-2013.11.09</atom:id>
|
<atom:id>youtube-dl-2013.11.09</atom:id>
|
||||||
<atom:title>New version 2013.11.09</atom:title>
|
<atom:title>New version 2013.11.09</atom:title>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2013.10.01.1",
|
"latest": "2013.10.04",
|
||||||
"signature": "06cd7dd17e8b4a9e4a11f660901ec7da54ca3a0cfae7c2ad34c79b3d4af901e9c419d48ecb25634286da575b7bf9984c61f55b7929679385695fd790a607ef3961bce5570badb458c2bbded664794cbc72edf891ac044c6b739e7cc23e0493e48b733565a5a74ee53d4d3a8fa225fdca521f79b33e3126a3c1e39d3ba390494d",
|
"signature": "187691b287471eb33e6cf9b5e18c98f2bd1e491658365951d1de466d6771fa7a1bc59ac2d61398675b4edb4a587a5974f84b14bba8870d1bed5395fd83f12000d286517385640a70136da33d75cf46a36027283016a7636e7e510df686262420940ea0c4c0f609d15588a743f0688a22ec0054ad7564f4b6d4ad9849ade2b764",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -1366,6 +1366,20 @@
|
||||||
"1570bab654b23f3617eccfda30a63257c729353e027cd6228ac9ccc7256602ab"
|
"1570bab654b23f3617eccfda30a63257c729353e027cd6228ac9ccc7256602ab"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"2013.10.04": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2013.10.04/youtube-dl",
|
||||||
|
"778c1cbc96cd9828043cdc3109b669cabfdaec48f148fc04a7a4201da16b9d3c"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2013.10.04/youtube-dl.exe",
|
||||||
|
"9d0147e97925cc24bc719604465d8369c6d969570882dc1a43b46526daa12d24"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2013.10.04/youtube-dl-2013.10.04.tar.gz",
|
||||||
|
"9a39a5cce59fa457ec7925c4a165c51e38be179437bd26f33735015b5e4a8f03"
|
||||||
|
]
|
||||||
|
},
|
||||||
"2013.11.09": {
|
"2013.11.09": {
|
||||||
"bin": [
|
"bin": [
|
||||||
"https://yt-dl.org/downloads/2013.11.09/youtube-dl",
|
"https://yt-dl.org/downloads/2013.11.09/youtube-dl",
|
||||||
|
|
Loading…
Reference in New Issue