release 2014.05.16
This commit is contained in:
parent
a67fe93cd6
commit
3081d368bc
|
@ -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.05.13/youtube-dl">2014.05.13</a> (<a href="https://yt-dl.org/downloads/2014.05.13/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.05.16/youtube-dl">2014.05.16</a> (<a href="https://yt-dl.org/downloads/2014.05.16/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 9601512203612ae8ef3a114429168ab3</li>
|
<li><strong>MD5</strong>: 61ea2793d50aafc1f081d69ee043ce47</li>
|
||||||
<li><strong>SHA1</strong>: 22081d1883cab447224815f98032a42a466f4d12</li>
|
<li><strong>SHA1</strong>: a3c10c17c8052baefe0bfb4a528789194c34f41a</li>
|
||||||
<li><strong>SHA256</strong>: 4f469c4ebca0b37581ca6aecf3a6b057e1c385281d0823cfbb3490022cfc6e3d</li>
|
<li><strong>SHA256</strong>: 2393b545567a103a5c5c8c04819bc471d335c0ff4c7fcfae807331d60264a247</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.05.13/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.13/youtube-dl.exe.sig">sig</a> - 3f2fa981b8300274c5beb0cb8aa2fa12b9eb5ec7e9bf2da82d7f1842b386e978)<br>
|
<a href="https://yt-dl.org/downloads/2014.05.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.16/youtube-dl.exe.sig">sig</a> - 21af0dba685ee2ab3346d99730c07eaac0676e2fdffb0470c6f74740d0e75622)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz.sig">sig</a> - 7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db)
|
<a href="https://yt-dl.org/downloads/2014.05.16/youtube-dl-2014.05.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.16/youtube-dl-2014.05.16.tar.gz.sig">sig</a> - 40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2)
|
||||||
</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.05.13/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.05.16/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.05.13/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.05.16/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/2014.05.13/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.05.16/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.05.13
|
2014.05.16
|
|
@ -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-05-13T10:25:10.350678Z</updated>
|
<updated>2014-05-16T12:20:28.000662Z</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>
|
||||||
|
@ -4670,4 +4670,19 @@
|
||||||
<updated>2014-05-13T00:00:00Z</updated>
|
<updated>2014-05-13T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.16</id>
|
||||||
|
<title>New version 2014.05.16</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.05.16/">https://yt-dl.org/downloads/2014.05.16/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-05-16T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.05.13",
|
"latest": "2014.05.16",
|
||||||
"signature": "28bb65be33cdf368fa626ad200fa09328c3a88d582a431897d0faf6688485a8226285b376cf056d4040e975293c97680ade811ff145c793ec3c2e0211141b2ccbea5cabeb44271a908b167cc185124ad34b00f793d8c6c8f3dc6a1c3d75519688ae03ccebd5be0c3622d7c9956f9450a8bd2563c17c5f2b75e935d28ff6fa413",
|
"signature": "9c693597f55ef7f4932a4992e83d4b50432828b32719dc69ebbe5fadd17d0c9fb3d4384d901abae183f88a5a65a7168a0f443ada7a1cbcb655ee08a22a4ede0701002e877f9b83cedf17b75c3c3f829be824ff51ad69690c5fefcb9d9fff271b8acc71d5fb4d4060a5469aaac0916e98b97e2947e3b73ad62eaa80018dd2d25f",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -4361,6 +4361,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz",
|
"https://yt-dl.org/downloads/2014.05.13/youtube-dl-2014.05.13.tar.gz",
|
||||||
"7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db"
|
"7fb1b52fa25b942c197c55b99c05992ac10aeb7402f6559d62a1d108028d18db"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.05.16": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.05.16/youtube-dl",
|
||||||
|
"2393b545567a103a5c5c8c04819bc471d335c0ff4c7fcfae807331d60264a247"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.05.16/youtube-dl.exe",
|
||||||
|
"21af0dba685ee2ab3346d99730c07eaac0676e2fdffb0470c6f74740d0e75622"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.05.16/youtube-dl-2014.05.16.tar.gz",
|
||||||
|
"40b78abec2d30064f28a4dca112dc3d52f2a61c9ea1709416a0935d8272a4cc2"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue