mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-23 22:26:53 +01:00
release 2013.06.27
This commit is contained in:
parent
93dad3d78c
commit
79ce12a211
@ -16,21 +16,21 @@
|
||||
|
||||
<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="http://youtube-dl.org/downloads/2013.06.26/youtube-dl">2013.06.26</a> (<a href="http://youtube-dl.org/downloads/2013.06.26/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="http://youtube-dl.org/downloads/2013.06.27/youtube-dl">2013.06.27</a> (<a href="http://youtube-dl.org/downloads/2013.06.27/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: 0f5041c67c2edf477b097293619d10ec</li>
|
||||
<li><strong>SHA1</strong>: b1fb84a514e44950628e74ca2cfdab71544bd55c</li>
|
||||
<li><strong>SHA256</strong>: 13184ec4f7747dec5813ed35cbff64b0c7edc6a314e2465cad1f698fd0ceaf01</li>
|
||||
<li><strong>MD5</strong>: 87dba8e9b69a392f82d0d070bd1b663e</li>
|
||||
<li><strong>SHA1</strong>: e909c0aa3884cd19b77e498158f48fae8ac50603</li>
|
||||
<li><strong>SHA256</strong>: 942730e0d6152c4a51c98a0f47298b84a31f6528b9dd4c7c994ce18133fc55d3</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<a href="http://youtube-dl.org/downloads/2013.06.26/youtube-dl.exe">Windows exe</a> (<a href="http://youtube-dl.org/downloads/2013.06.26/youtube-dl.exe.sig">sig</a> - 0001454e44069eb35355b3c524f42239299bb650faf5f1c7c37be0036a027dd1)<br>
|
||||
<a href="http://youtube-dl.org/downloads/2013.06.26/youtube-dl-2013.06.26.tar.gz">Full source + docs + binary tarball</a> (<a href="http://youtube-dl.org/downloads/2013.06.26/youtube-dl-2013.06.26.tar.gz.sig">sig</a> - 7692de7a8f4d79ca37754c4bf4a6224c155e2e8ceb6f0cd038fbdb7184f20fd6)
|
||||
<a href="http://youtube-dl.org/downloads/2013.06.27/youtube-dl.exe">Windows exe</a> (<a href="http://youtube-dl.org/downloads/2013.06.27/youtube-dl.exe.sig">sig</a> - 4dafbb4b50de8078c3c4deb0197504be33c090f0053e55a5abb1f9a25526d0f0)<br>
|
||||
<a href="http://youtube-dl.org/downloads/2013.06.27/youtube-dl-2013.06.27.tar.gz">Full source + docs + binary tarball</a> (<a href="http://youtube-dl.org/downloads/2013.06.27/youtube-dl-2013.06.27.tar.gz.sig">sig</a> - 010dced8e17c81232d0e63e0b2e13ec9574d426034bb9e1bdea601b19dfc40e8)
|
||||
</p>
|
||||
|
||||
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
||||
<code class="commands">sudo wget http://youtube-dl.org/downloads/2013.06.26/youtube-dl -O /usr/local/bin/youtube-dl<br/>sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||
<code class="commands">sudo wget http://youtube-dl.org/downloads/2013.06.27/youtube-dl -O /usr/local/bin/youtube-dl<br/>sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||
</p>
|
||||
|
||||
<p>You can also use pip:
|
||||
@ -42,7 +42,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 http://youtube-dl.org/downloads/2013.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>
|
||||
<code class="commands">sudo wget http://youtube-dl.org/downloads/2013.06.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>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
||||
|
@ -1 +1 @@
|
||||
2013.06.26
|
||||
2013.06.27
|
@ -2,7 +2,7 @@
|
||||
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<atom:title>youtube-dl releases</atom:title>
|
||||
<atom:id>youtube-dl-updates-feed</atom:id>
|
||||
<atom:updated>2013-06-24T01:09:02.378936</atom:updated>
|
||||
<atom:updated>2013-06-24T10:42:51.347292</atom:updated>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2012.02.22</atom:id>
|
||||
@ -529,4 +529,19 @@
|
||||
<atom:updated>2013-06-26</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2013.06.27</atom:id>
|
||||
<atom:title>New version 2013.06.27</atom:title>
|
||||
<atom:link href="http://rg3.github.io/youtube-dl" />
|
||||
<atom:content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
||||
Downloads available at <a href="http://youtube-dl.org/downloads/2013.06.27/">http://youtube-dl.org/downloads/2013.06.27/</a>
|
||||
</div>
|
||||
</atom:content>
|
||||
<atom:author>
|
||||
<atom:name>The youtube-dl maintainers</atom:name>
|
||||
</atom:author>
|
||||
<atom:updated>2013-06-27</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
</atom:feed>
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"latest": "2013.06.26",
|
||||
"signature": "75067300ffae5ef94b34cbb66d1b1cb531af9a5bef81d084c36c46c4cbe4c9f53a719e438405aec35b0da7832b893800da05a1c0c82923251cf1714cd00f0069e7a4d9a0d62f58a33bb1e91bb9611d46cedfea658908c10495ee9d02abfee900f908c24dc92ab7675ecb95fdd6b1e78c6a452bb26e7444ddf26874815a123824",
|
||||
"latest": "2013.06.27",
|
||||
"signature": "3d8489934b5654427fe255ee7affe1c0492ec78c90a29c2c7d31782831806faa974a99e7b431b4a078cb92eb8cbce4a1dec0532c9f753a5f04fdd5ee5d153e9ad32a3ac6684606060006e26c4c30ef3b55fc03a9ef6e4728184517358d6925dfee9a757792913c85cc08cf5e80c857772c631eb7503ae8468236292be3fcff70",
|
||||
"versions": {
|
||||
"2012.02.22": {
|
||||
"bin": [
|
||||
@ -497,6 +497,20 @@
|
||||
"http://youtube-dl.org/downloads/2013.06.26/youtube-dl-2013.06.26.tar.gz",
|
||||
"7692de7a8f4d79ca37754c4bf4a6224c155e2e8ceb6f0cd038fbdb7184f20fd6"
|
||||
]
|
||||
},
|
||||
"2013.06.27": {
|
||||
"bin": [
|
||||
"http://youtube-dl.org/downloads/2013.06.27/youtube-dl",
|
||||
"942730e0d6152c4a51c98a0f47298b84a31f6528b9dd4c7c994ce18133fc55d3"
|
||||
],
|
||||
"exe": [
|
||||
"http://youtube-dl.org/downloads/2013.06.27/youtube-dl.exe",
|
||||
"4dafbb4b50de8078c3c4deb0197504be33c090f0053e55a5abb1f9a25526d0f0"
|
||||
],
|
||||
"tar": [
|
||||
"http://youtube-dl.org/downloads/2013.06.27/youtube-dl-2013.06.27.tar.gz",
|
||||
"010dced8e17c81232d0e63e0b2e13ec9574d426034bb9e1bdea601b19dfc40e8"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user