release 2014.07.20.1
This commit is contained in:
parent
25bb51bca3
commit
c8855ec895
|
@ -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.07.20/youtube-dl">2014.07.20</a> (<a href="https://yt-dl.org/downloads/2014.07.20/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl">2014.07.20.1</a> (<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: fb8735cddf97bafb29b1d69e9fe189c0</li>
|
<li><strong>MD5</strong>: 83b020dd785e1e72649b98b916a67b29</li>
|
||||||
<li><strong>SHA1</strong>: 657cfabdfda70aa3a3bdf491fae23850f9fa1823</li>
|
<li><strong>SHA1</strong>: 4fb97fde393ba1355fbd67909561f49cca722457</li>
|
||||||
<li><strong>SHA256</strong>: 31636ee91a88f89b7f7aad2aac253a38e99406180c7f57b94ef8e031cbebb9a1</li>
|
<li><strong>SHA256</strong>: 3f6cd8aaaaa79f8946287a93a71311c4256c8f69875ec48e0f2840c0639ab01a</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.07.20/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.20/youtube-dl.exe.sig">sig</a> - 2e928b9fb70937bb1495e85da6f99e68d4f5f8b6d618d6ff086f3c5097c6f1e8)<br>
|
<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl.exe.sig">sig</a> - 020ff0c18e23518723f1e4c5a120a86e3570521309bb05e6ad8d58c62729d584)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.07.20/youtube-dl-2014.07.20.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.20/youtube-dl-2014.07.20.tar.gz.sig">sig</a> - 98e7902d05cdc5562d0d6fbb029e3151eea7e8c49cf477113259203e3e600aea)
|
<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl-2014.07.20.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl-2014.07.20.1.tar.gz.sig">sig</a> - 3c0a4708095ab9b184986b835ef0a23cf700302000feabba4d29ffe4b7de5668)
|
||||||
</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.07.20/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.07.20.1/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.07.20/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.20.1/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.07.20/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.07.20.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>
|
||||||
</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.07.20
|
2014.07.20.1
|
|
@ -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-07-20T18:55:35.903900Z</updated>
|
<updated>2014-07-20T22:00:08.410300Z</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>
|
||||||
|
@ -4970,4 +4970,19 @@
|
||||||
<updated>2014-07-20T00:00:00Z</updated>
|
<updated>2014-07-20T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.20.1</id>
|
||||||
|
<title>New version 2014.07.20.1</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.07.20.1/">https://yt-dl.org/downloads/2014.07.20.1/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-07-20T00:00:01Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.07.20",
|
"latest": "2014.07.20.1",
|
||||||
"signature": "74c2be5652cf0b252750b7789aa0b19cd1348f35084daf90e8bc7994b43e9308a53415801aa92d34b398b2db820e8ca430ae1636a51fffbbaa3f004b847a9c74fb895a6c89c0da20fb3db6d579d5f3a9ede356a3877be93095231026d998140ba26fc156e845c4447392b50683875018cac6ac31a1a93672825dd22a9dae887d",
|
"signature": "27da0227ea07637c6818e4df4660ededa25e88fd43bfd6bfeae453bac6b841818e6def03154fab0c7d2b1282ca675df52b4cbec0f2647190eedb868ba55035661b83dbacb59e124d8c129328aff748f17d8b70a5094c7a7577943038d1f4902165702abf6b658a7d48eb5dec7f16290fc26de0574a7af55e911feb8758442e4e",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -4641,6 +4641,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.07.20/youtube-dl-2014.07.20.tar.gz",
|
"https://yt-dl.org/downloads/2014.07.20/youtube-dl-2014.07.20.tar.gz",
|
||||||
"98e7902d05cdc5562d0d6fbb029e3151eea7e8c49cf477113259203e3e600aea"
|
"98e7902d05cdc5562d0d6fbb029e3151eea7e8c49cf477113259203e3e600aea"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.07.20.1": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.07.20.1/youtube-dl",
|
||||||
|
"3f6cd8aaaaa79f8946287a93a71311c4256c8f69875ec48e0f2840c0639ab01a"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.07.20.1/youtube-dl.exe",
|
||||||
|
"020ff0c18e23518723f1e4c5a120a86e3570521309bb05e6ad8d58c62729d584"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.07.20.1/youtube-dl-2014.07.20.1.tar.gz",
|
||||||
|
"3c0a4708095ab9b184986b835ef0a23cf700302000feabba4d29ffe4b7de5668"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue