release 2014.09.15
This commit is contained in:
parent
97c9abd4b0
commit
c837fc59b8
|
@ -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.09.14.3/youtube-dl">2014.09.14.3</a> (<a href="https://yt-dl.org/downloads/2014.09.14.3/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.09.15/youtube-dl">2014.09.15</a> (<a href="https://yt-dl.org/downloads/2014.09.15/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 4784ba6968ad73fb05cd072ea35f850e</li>
|
<li><strong>MD5</strong>: 929970c726666d442d4ff0d17a843173</li>
|
||||||
<li><strong>SHA1</strong>: 4c60c04a61742ac2201d0078e11c87fe4177b442</li>
|
<li><strong>SHA1</strong>: ee2239cd4ab8518eb4ed85b2a5a1b9f7ddae6db8</li>
|
||||||
<li><strong>SHA256</strong>: ebd804b2324c3b27f93b2590a53699eae97202512ff7a5c2094d23e71df05f14</li>
|
<li><strong>SHA256</strong>: aeaf40d5b32185a90f5c609d2ee696a6c175afd594404ed89077d2295604f55d</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.09.14.3/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.14.3/youtube-dl.exe.sig">sig</a> - ad4b104d4b965296aec74505c598b0640ab2d702261223517d33447e25841f6a)<br>
|
<a href="https://yt-dl.org/downloads/2014.09.15/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.15/youtube-dl.exe.sig">sig</a> - c66fe97185d6a59010a6b5b1e6d14d4a5b3931c88c88c16fb9b62f45c929efcf)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.09.14.3/youtube-dl-2014.09.14.3.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.14.3/youtube-dl-2014.09.14.3.tar.gz.sig">sig</a> - 4859fd4dc9b1c6dbac277cb379420056cccf01fca6c1d85dab92f6347942f46b)
|
<a href="https://yt-dl.org/downloads/2014.09.15/youtube-dl-2014.09.15.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.15/youtube-dl-2014.09.15.tar.gz.sig">sig</a> - f3434b00587955151c9ed06936580e51172a304f091b5ec37096694cef790a88)
|
||||||
</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.09.14.3/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.09.15/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.09.14.3/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.15/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.09.14.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.09.15/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.09.14.3
|
2014.09.15
|
|
@ -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-09-14T16:56:03.874527Z</updated>
|
<updated>2014-09-15T15:16:33.475653Z</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>
|
||||||
|
@ -5720,4 +5720,19 @@
|
||||||
<updated>2014-09-14T00:00:03Z</updated>
|
<updated>2014-09-14T00:00:03Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.15</id>
|
||||||
|
<title>New version 2014.09.15</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.09.15/">https://yt-dl.org/downloads/2014.09.15/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-09-15T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.09.14.3",
|
"latest": "2014.09.15",
|
||||||
"signature": "32087a2012512827cbe7d9647c7560930cccf25ae8d91a84e115eb10987a7ca219653c1d1ef452721ff3ecc0d49a59c914db3d6b1eb6c88a73120989f54fc7be2bc544a4d003150327edea80cf83dfe32c897a67587604dab833f329af6c2b185a4af16f1254211b92b0886af8e8e2ce2c38003dd706cd02e5c2bf844fb42b25",
|
"signature": "91ad90ae495b272d47232798af00998c25c7341f523791db6fdf857b442886e511a7b2d2bdc2fb4888288f4617b719ebad8ae53dfa8359d2a1f10d1b31579e473f033da57cd0971b5c1eec63cff83d6f7decb63f510720f066be8ceb390962e86808dd1778f064fe099143d65cd0e8ac88bc0d71e35816f90715e19a4c38afda",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -5341,6 +5341,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.09.14.3/youtube-dl-2014.09.14.3.tar.gz",
|
"https://yt-dl.org/downloads/2014.09.14.3/youtube-dl-2014.09.14.3.tar.gz",
|
||||||
"4859fd4dc9b1c6dbac277cb379420056cccf01fca6c1d85dab92f6347942f46b"
|
"4859fd4dc9b1c6dbac277cb379420056cccf01fca6c1d85dab92f6347942f46b"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.09.15": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.09.15/youtube-dl",
|
||||||
|
"aeaf40d5b32185a90f5c609d2ee696a6c175afd594404ed89077d2295604f55d"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.09.15/youtube-dl.exe",
|
||||||
|
"c66fe97185d6a59010a6b5b1e6d14d4a5b3931c88c88c16fb9b62f45c929efcf"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.09.15/youtube-dl-2014.09.15.tar.gz",
|
||||||
|
"f3434b00587955151c9ed06936580e51172a304f091b5ec37096694cef790a88"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue