mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
release 2014.06.26
This commit is contained in:
parent
44caf6a435
commit
b94fac1143
|
@ -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>
|
||||
|
||||
<h2><a href="https://yt-dl.org/downloads/2014.06.25/youtube-dl">2014.06.25</a> (<a href="https://yt-dl.org/downloads/2014.06.25/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="https://yt-dl.org/downloads/2014.06.26/youtube-dl">2014.06.26</a> (<a href="https://yt-dl.org/downloads/2014.06.26/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: a2982a46b1606f763e0c4f6c4683e956</li>
|
||||
<li><strong>SHA1</strong>: 20a181cc9fe5a39c56ecb0c8b3f8e4df42d0e4a0</li>
|
||||
<li><strong>SHA256</strong>: 0598745e42828a5e1a791cd7d524567d97d5a6677b99e2120634c7179b5dcf04</li>
|
||||
<li><strong>MD5</strong>: 7efad00a6a2e3289bd393140dbe60c36</li>
|
||||
<li><strong>SHA1</strong>: b3d6fa44c4d6ca9a614d807a9fd12eba9f20f73e</li>
|
||||
<li><strong>SHA256</strong>: 2f02d824fe2c8e56c971bd640add86f30a094070a9df261938ff65f0ce519ece</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<a href="https://yt-dl.org/downloads/2014.06.25/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.06.25/youtube-dl.exe.sig">sig</a> - 04e10139e9dc544a78a6d266e7e5ccc6fc77a46721f75fb2527faa1a48ae8e78)<br>
|
||||
<a href="https://yt-dl.org/downloads/2014.06.25/youtube-dl-2014.06.25.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.06.25/youtube-dl-2014.06.25.tar.gz.sig">sig</a> - 23296fc6399ffba1fb469447f28e767766525632dd2371d65f957028523ecaa0)
|
||||
<a href="https://yt-dl.org/downloads/2014.06.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.06.26/youtube-dl.exe.sig">sig</a> - 71079b6b7ba96e85c128992dd6d0155bc9de974165e67e749750295c549d61f9)<br>
|
||||
<a href="https://yt-dl.org/downloads/2014.06.26/youtube-dl-2014.06.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.06.26/youtube-dl-2014.06.26.tar.gz.sig">sig</a> - 8d953d3d9ed55fb409e90c745fc788fc5ae251512908c822afe4d7f4e805894a)
|
||||
</p>
|
||||
|
||||
<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.06.25/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.06.26/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||
</p>
|
||||
|
||||
<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.06.25/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.06.26/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||
</p>
|
||||
|
||||
|
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
|
|||
</p>
|
||||
|
||||
<p>To check the signature, type:
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.06.25/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.06.26/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>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
||||
|
|
|
@ -251,6 +251,7 @@
|
|||
<li><b>soundcloud:playlist</b></li>
|
||||
<li><b>soundcloud:set</b></li>
|
||||
<li><b>soundcloud:user</b></li>
|
||||
<li><b>Soundgasm</b></li>
|
||||
<li><b>southpark.de</b></li>
|
||||
<li><b>southparkstudios.com</b></li>
|
||||
<li><b>Space</b></li>
|
||||
|
|
|
@ -1 +1 @@
|
|||
2014.06.25
|
||||
2014.06.26
|
|
@ -3,7 +3,7 @@
|
|||
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
|
||||
<title>youtube-dl releases</title>
|
||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
|
||||
<updated>2014-06-25T21:36:20.567743Z</updated>
|
||||
<updated>2014-06-26T17:34:07.630451Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
|
||||
|
@ -4850,4 +4850,19 @@
|
|||
<updated>2014-06-25T00:00:00Z</updated>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.06.26</id>
|
||||
<title>New version 2014.06.26</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.06.26/">https://yt-dl.org/downloads/2014.06.26/</a>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>The youtube-dl maintainers</name>
|
||||
</author>
|
||||
<updated>2014-06-26T00:00:00Z</updated>
|
||||
</entry>
|
||||
|
||||
</feed>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"latest": "2014.06.25",
|
||||
"signature": "722075f8ac9544e05e398ba5b55c1a0e141324c66c9e1cef31e29490a5ded1fcfc3621229731102a06482e7dde3d928b8c50a3cf3369a01b925ee99811714558b2fef642fd62c9c8eec6c9b000acd50cc0ebe67fb93fd1f931f374eadd1c370eb185b18f9c2185080a86b99511251e337461508a7dec5f1f13478a3046211165",
|
||||
"latest": "2014.06.26",
|
||||
"signature": "0fb8e8d8bc0b0b8d7c57ee6cf130efc8a42f7fb0d23d74d4d6f91b7a494f5c6174dc709a9b33792b857fa18c2dabd6518dbe0f274ab59464ea8d857140b1343158da8ddb81c7680026181a96a82eb39abd3f43ab5b8176634ea50e6f0ebb58ea7cdda0bf940d4dbb5107bb909d6c1c5321ab0f856c9493f981b801253a009ade",
|
||||
"versions": {
|
||||
"2012.02.22": {
|
||||
"bin": [
|
||||
|
@ -4529,6 +4529,20 @@
|
|||
"https://yt-dl.org/downloads/2014.06.25/youtube-dl-2014.06.25.tar.gz",
|
||||
"23296fc6399ffba1fb469447f28e767766525632dd2371d65f957028523ecaa0"
|
||||
]
|
||||
},
|
||||
"2014.06.26": {
|
||||
"bin": [
|
||||
"https://yt-dl.org/downloads/2014.06.26/youtube-dl",
|
||||
"2f02d824fe2c8e56c971bd640add86f30a094070a9df261938ff65f0ce519ece"
|
||||
],
|
||||
"exe": [
|
||||
"https://yt-dl.org/downloads/2014.06.26/youtube-dl.exe",
|
||||
"71079b6b7ba96e85c128992dd6d0155bc9de974165e67e749750295c549d61f9"
|
||||
],
|
||||
"tar": [
|
||||
"https://yt-dl.org/downloads/2014.06.26/youtube-dl-2014.06.26.tar.gz",
|
||||
"8d953d3d9ed55fb409e90c745fc788fc5ae251512908c822afe4d7f4e805894a"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue