mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-27 10:54:34 +01:00
release 2013.06.30
This commit is contained in:
parent
e6e5130471
commit
1deaa4f150
@ -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>
|
<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.29/youtube-dl">2013.06.29</a> (<a href="http://youtube-dl.org/downloads/2013.06.29/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="http://youtube-dl.org/downloads/2013.06.30/youtube-dl">2013.06.30</a> (<a href="http://youtube-dl.org/downloads/2013.06.30/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: c1b83e09d46e6af6c8afcaa26f1d6fcd</li>
|
<li><strong>MD5</strong>: 04264337c6fd21b6adf78c78de5b203f</li>
|
||||||
<li><strong>SHA1</strong>: 52f5d31242cfd0c6a6c806d209c534397c9a5cb8</li>
|
<li><strong>SHA1</strong>: 4d4b1b1c69b0b940c62785bab00c0b121678c56a</li>
|
||||||
<li><strong>SHA256</strong>: f3b89448f2112ec098db2fa7d92490273972ec187bfcd02ba1817209c889d637</li>
|
<li><strong>SHA256</strong>: 20f85100bb7df32bed6994770517a2901dea862ef78b47643089ea9e86d3f693</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="http://youtube-dl.org/downloads/2013.06.29/youtube-dl.exe">Windows exe</a> (<a href="http://youtube-dl.org/downloads/2013.06.29/youtube-dl.exe.sig">sig</a> - b52d04672c071c9322a2b58fab5e37b9d71dcaac860b570d12c142917113a886)<br>
|
<a href="http://youtube-dl.org/downloads/2013.06.30/youtube-dl.exe">Windows exe</a> (<a href="http://youtube-dl.org/downloads/2013.06.30/youtube-dl.exe.sig">sig</a> - d7ab163b346822b8b3f653ae96fba25b01664d11c0fa1f4d785ff6dfee3719b2)<br>
|
||||||
<a href="http://youtube-dl.org/downloads/2013.06.29/youtube-dl-2013.06.29.tar.gz">Full source + docs + binary tarball</a> (<a href="http://youtube-dl.org/downloads/2013.06.29/youtube-dl-2013.06.29.tar.gz.sig">sig</a> - 0ee0e1b0146aacfca6182597a2e4236efdf6c55a3e4f066836176171d8fac655)
|
<a href="http://youtube-dl.org/downloads/2013.06.30/youtube-dl-2013.06.30.tar.gz">Full source + docs + binary tarball</a> (<a href="http://youtube-dl.org/downloads/2013.06.30/youtube-dl-2013.06.30.tar.gz.sig">sig</a> - 4b925a355287bb77076cff4f46798194067ae75a517aefc438e60bb5423eab1a)
|
||||||
</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 wget http://youtube-dl.org/downloads/2013.06.29/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.30/youtube-dl -O /usr/local/bin/youtube-dl<br/>sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>You can also use pip:
|
<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>
|
||||||
|
|
||||||
<p>To check the signature, type:
|
<p>To check the signature, type:
|
||||||
<code class="commands">sudo wget http://youtube-dl.org/downloads/2013.06.29/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.30/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 @@
|
|||||||
2013.06.29
|
2013.06.30
|
@ -2,7 +2,7 @@
|
|||||||
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
|
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
<atom:title>youtube-dl releases</atom:title>
|
<atom:title>youtube-dl releases</atom:title>
|
||||||
<atom:id>youtube-dl-updates-feed</atom:id>
|
<atom:id>youtube-dl-updates-feed</atom:id>
|
||||||
<atom:updated>2013-06-24T14:59:54.017205</atom:updated>
|
<atom:updated>2013-06-25T12:31:15.875359</atom:updated>
|
||||||
|
|
||||||
<atom:entry>
|
<atom:entry>
|
||||||
<atom:id>youtube-dl-2012.02.22</atom:id>
|
<atom:id>youtube-dl-2012.02.22</atom:id>
|
||||||
@ -574,4 +574,19 @@
|
|||||||
<atom:updated>2013-06-29</atom:updated>
|
<atom:updated>2013-06-29</atom:updated>
|
||||||
</atom:entry>
|
</atom:entry>
|
||||||
|
|
||||||
|
<atom:entry>
|
||||||
|
<atom:id>youtube-dl-2013.06.30</atom:id>
|
||||||
|
<atom:title>New version 2013.06.30</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.30/">http://youtube-dl.org/downloads/2013.06.30/</a>
|
||||||
|
</div>
|
||||||
|
</atom:content>
|
||||||
|
<atom:author>
|
||||||
|
<atom:name>The youtube-dl maintainers</atom:name>
|
||||||
|
</atom:author>
|
||||||
|
<atom:updated>2013-06-30</atom:updated>
|
||||||
|
</atom:entry>
|
||||||
|
|
||||||
</atom:feed>
|
</atom:feed>
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"latest": "2013.06.29",
|
"latest": "2013.06.30",
|
||||||
"signature": "4f6cc2b94137d2c9a8b59f09ef090e6497d1297f1380e1a204a29ea6e57ab18b08c65513fa648dbcfb9dfcd127d49aef1d73d071effc716a0926ca25e8d886f35ef2f6f2bf698279b5eeafdc4c4ffa95fd3fc104ecd7e244a04915abc755f553668738ae8f7b739551cf9e65d29c3249b0b95c5fd1498312063c1c3dcceefc22",
|
"signature": "7826f164a6688395cd3b25f5e7492e6b07cfd306f3136d27b03f8b84f280ff2aecb39cfb3c32a688205e5ac04e7e5255aab6e0c63b6fd2b4ec8d0a6721fc372888df36bc2eb7fc22f1806a8e9cdde52059c9eb15b673f4c7d85abf97d310228ed1b696d48e8610e58a261e4471a9b73e3997cb4b6ea0590f776a358c9e474643",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -539,6 +539,20 @@
|
|||||||
"http://youtube-dl.org/downloads/2013.06.29/youtube-dl-2013.06.29.tar.gz",
|
"http://youtube-dl.org/downloads/2013.06.29/youtube-dl-2013.06.29.tar.gz",
|
||||||
"0ee0e1b0146aacfca6182597a2e4236efdf6c55a3e4f066836176171d8fac655"
|
"0ee0e1b0146aacfca6182597a2e4236efdf6c55a3e4f066836176171d8fac655"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2013.06.30": {
|
||||||
|
"bin": [
|
||||||
|
"http://youtube-dl.org/downloads/2013.06.30/youtube-dl",
|
||||||
|
"20f85100bb7df32bed6994770517a2901dea862ef78b47643089ea9e86d3f693"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"http://youtube-dl.org/downloads/2013.06.30/youtube-dl.exe",
|
||||||
|
"d7ab163b346822b8b3f653ae96fba25b01664d11c0fa1f4d785ff6dfee3719b2"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"http://youtube-dl.org/downloads/2013.06.30/youtube-dl-2013.06.30.tar.gz",
|
||||||
|
"4b925a355287bb77076cff4f46798194067ae75a517aefc438e60bb5423eab1a"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user