mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-24 12:04:58 +01:00
release 2014.02.27
This commit is contained in:
parent
d5b8d93710
commit
b7403001f3
|
@ -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.02.26/youtube-dl">2014.02.26</a> (<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl">2014.02.27</a> (<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 2b459a653971f8fcbf735603b70139e6</li>
|
<li><strong>MD5</strong>: a7645e439af843d4d47fccd3e1469c6a</li>
|
||||||
<li><strong>SHA1</strong>: 3008dff74c45cbe527132f3101592d24319a83e7</li>
|
<li><strong>SHA1</strong>: 6f0690f79c4c1ec408d6a1bc955eac7b7b6bc3bb</li>
|
||||||
<li><strong>SHA256</strong>: 5be0e031ac6686842188bea1de3e1fc9b04ff5179e06cf718f4778f21d854feb</li>
|
<li><strong>SHA256</strong>: 24eeca8081427c284be89327de567bbd170816cd9f8c416e9bf0c0863f3c3690</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl.exe.sig">sig</a> - 0ea0732c8119d8739f6d9936d64e2a4b3ae8ece6b90f63dfe40a928e81f5cece)<br>
|
<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe.sig">sig</a> - e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz.sig">sig</a> - f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719)
|
<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz.sig">sig</a> - 9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11)
|
||||||
</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.02.26/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.02.27/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.02.26/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.27/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.02.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>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.02.27/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.02.26
|
2014.02.27
|
|
@ -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-02-26T00:39:21.007095Z</updated>
|
<updated>2014-02-27T07:28:25.293961Z</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>
|
||||||
|
@ -3545,4 +3545,19 @@
|
||||||
<updated>2014-02-26T00:00:00Z</updated>
|
<updated>2014-02-26T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.02.27</id>
|
||||||
|
<title>New version 2014.02.27</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.02.27/">https://yt-dl.org/downloads/2014.02.27/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-02-27T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.02.26",
|
"latest": "2014.02.27",
|
||||||
"signature": "17b12800ed4dbee090bf8d19b28d35b248d771f231b95de99a57f6b524227af2b09f38c79e6791b01c9c30d23a719b96deb91dc2410cdb581481f6c1b4333c84078c8be8263ea54b47f937689a94f1d2a1cd36d75d34dae7737d553910db833f02e76962209ebd583ba46c04d08d13fa5c818c1db98794b9d854eef1e7c48b85",
|
"signature": "0c5d49968c08d910196fd21e79346f56f16b68af959324549faff289a466d2bc824858bdd312e95ae24bbfc6bdc9b1fd8b4d5bd84fc78165a65a2f9c521629b8d30f0f24b642e4cb925004ea43f8637ccf6e145f1db1b0696eb9fe9e8009cfc2cfbf66386f675fa987d083340bfcb0e82728888b06ae825a0b3f712c1eefa1ae",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -3311,6 +3311,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz",
|
"https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz",
|
||||||
"f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719"
|
"f22cc8f7b58e4a78bff7c27b681f6926225c75d984fe1e933fac9b047d1c3719"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.02.27": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.02.27/youtube-dl",
|
||||||
|
"24eeca8081427c284be89327de567bbd170816cd9f8c416e9bf0c0863f3c3690"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.02.27/youtube-dl.exe",
|
||||||
|
"e8aec72488c457b3d3bfd4b5a67c2fd724feb68427a9980b99a5f2c40afe6e56"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.02.27/youtube-dl-2014.02.27.tar.gz",
|
||||||
|
"9eb5cf9dad372ee5146df94c0b94a4be5ace40d79b0d94deac317c1a24f53a11"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user