release 2014.04.03.2
This commit is contained in:
parent
7b6e6131ad
commit
693e0ae049
|
@ -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.04.03.1/youtube-dl">2014.04.03.1</a> (<a href="https://yt-dl.org/downloads/2014.04.03.1/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl">2014.04.03.2</a> (<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: e5cac8ffb218b13f751ca4656fc0a996</li>
|
<li><strong>MD5</strong>: c0ee2c218e9219fe73459d74d47f102b</li>
|
||||||
<li><strong>SHA1</strong>: 8c15a89af74a18ce01ae8abbc76f52ce532a7fcb</li>
|
<li><strong>SHA1</strong>: ccc8aa1998e100016350e26bca4b4620432769e3</li>
|
||||||
<li><strong>SHA256</strong>: 7643b1cc180c5331f3cbc3c9e6283b15bf60dfc021e7a714db04b5e2a253cec8</li>
|
<li><strong>SHA256</strong>: b935e4ffc7afdd26ed0f2fdc5bf90898faea695de92db4c1add401249e210475</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.04.03.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.03.1/youtube-dl.exe.sig">sig</a> - 485b481395a76abe35697e7eb1de7e4438fb149a350b656e658a94fe1e764a72)<br>
|
<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe.sig">sig</a> - 9e74f240ce7de9fee4e47c6302291d93e01e5f98b07013591c8e8a291b61e706)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.04.03.1/youtube-dl-2014.04.03.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.03.1/youtube-dl-2014.04.03.1.tar.gz.sig">sig</a> - 3d510362ce6be983438f533d21757c4855c99237082e329f63c5437b34392bbd)
|
<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz.sig">sig</a> - 17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba)
|
||||||
</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.04.03.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.04.03.2/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.04.03.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.04.03.2/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.04.03.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/2014.04.03.2/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.04.03.1
|
2014.04.03.2
|
|
@ -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-04-03T09:06:50.497724Z</updated>
|
<updated>2014-04-03T15:31:13.472066Z</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>
|
||||||
|
@ -4205,4 +4205,19 @@
|
||||||
<updated>2014-04-03T00:00:01Z</updated>
|
<updated>2014-04-03T00:00:01Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.04.03.2</id>
|
||||||
|
<title>New version 2014.04.03.2</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.04.03.2/">https://yt-dl.org/downloads/2014.04.03.2/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-04-03T00:00:02Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.04.03.1",
|
"latest": "2014.04.03.2",
|
||||||
"signature": "45b8ec2bcec8c932c936a527378d96cef686b6e5a5cf38a57e832258ac9b1c7677385bd62b278e62d2b59c3af1c9c7e33e41d17f8674ecdfe35851a87f2287d17321e2a0cb856b9e53704b805224fddee08b901c422daa66d06f1e38a8cf8ba4c3359f528fdc7affb67395ccd9db74921968ce436096dd7d493d9c905f7016eb",
|
"signature": "1646a33fb0cbef6a145e779469004ad57872e3b0b7cd83c9ebbea6996551890c956dfc786a32f4509df73fbbaf4b081cc5f4b6e9dff55744743b1ba42ff8a53cce14b3ff0e397e3b4cd9d1a5fc8f8b2b6cf18df06d57e74220511d037a648b53d6918c7893e17b17f5c57098d711452414981bd3797944b2f1817d3511f73fd1",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -3927,6 +3927,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.04.03.1/youtube-dl-2014.04.03.1.tar.gz",
|
"https://yt-dl.org/downloads/2014.04.03.1/youtube-dl-2014.04.03.1.tar.gz",
|
||||||
"3d510362ce6be983438f533d21757c4855c99237082e329f63c5437b34392bbd"
|
"3d510362ce6be983438f533d21757c4855c99237082e329f63c5437b34392bbd"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.04.03.2": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.04.03.2/youtube-dl",
|
||||||
|
"b935e4ffc7afdd26ed0f2fdc5bf90898faea695de92db4c1add401249e210475"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.04.03.2/youtube-dl.exe",
|
||||||
|
"9e74f240ce7de9fee4e47c6302291d93e01e5f98b07013591c8e8a291b61e706"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.04.03.2/youtube-dl-2014.04.03.2.tar.gz",
|
||||||
|
"17ff14edab3c15612a1d47b058a24123237802c80a880265c9f818d123b528ba"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue