mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-15 03:27:46 +01:00
release 2013.11.07
This commit is contained in:
parent
0a7456c6a7
commit
757e64afc6
@ -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/2013.11.06.1/youtube-dl">2013.11.06.1</a> (<a href="https://yt-dl.org/downloads/2013.11.06.1/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="https://yt-dl.org/downloads/2013.11.07/youtube-dl">2013.11.07</a> (<a href="https://yt-dl.org/downloads/2013.11.07/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: 900e765777560cdea925b8c572f65a8a</li>
|
||||
<li><strong>SHA1</strong>: ca80b7aaba1af4c4856c69a70bc7aa99b41a7c0b</li>
|
||||
<li><strong>SHA256</strong>: 65233a39b8ed83d83f68eba2f58ebb2c38f384a940f9ec8fa4670800df4332fe</li>
|
||||
<li><strong>MD5</strong>: 88cde290724e468ea77376e4829c8354</li>
|
||||
<li><strong>SHA1</strong>: f488caa53f25c1b5beaae3ebd5111db8ec3c5ea8</li>
|
||||
<li><strong>SHA256</strong>: b044b9460bd23b858d4007c979ae706380bd359771d5fb05ecc06660c730cf66</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<a href="https://yt-dl.org/downloads/2013.11.06.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.06.1/youtube-dl.exe.sig">sig</a> - 678ce1eb5ab11c75a4ee899fae94bf18c196ababd7b64e4f0831504e28c0f93c)<br>
|
||||
<a href="https://yt-dl.org/downloads/2013.11.06.1/youtube-dl-2013.11.06.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.06.1/youtube-dl-2013.11.06.1.tar.gz.sig">sig</a> - 8c5a9426aa42bbc5311a2934778cfb227a80d6e3021f284417da51ff11ede2fe)
|
||||
<a href="https://yt-dl.org/downloads/2013.11.07/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.07/youtube-dl.exe.sig">sig</a> - acd060d1b1bf8a4fdba6863e837319c84ad53f385fc2596e8e3cfe01dd583703)<br>
|
||||
<a href="https://yt-dl.org/downloads/2013.11.07/youtube-dl-2013.11.07.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.07/youtube-dl-2013.11.07.tar.gz.sig">sig</a> - 11537cf289a0ee9eb555647c7743d3989c5e16759ec526b3b31382a2852c8c4b)
|
||||
</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/2013.11.06.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.07/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/2013.11.06.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.07/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||
</p>
|
||||
|
||||
@ -49,7 +49,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/2013.11.06.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>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.07/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.11.06.1
|
||||
2013.11.07
|
@ -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-11-06T22:15:40.167461</atom:updated>
|
||||
<atom:updated>2013-11-07T11:09:15.764176</atom:updated>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2012.02.22</atom:id>
|
||||
@ -1759,6 +1759,21 @@
|
||||
<atom:updated>2013-11-06-1</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2013.11.07</atom:id>
|
||||
<atom:title>New version 2013.11.07</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="https://yt-dl.org/downloads/2013.11.07/">https://yt-dl.org/downloads/2013.11.07/</a>
|
||||
</div>
|
||||
</atom:content>
|
||||
<atom:author>
|
||||
<atom:name>The youtube-dl maintainers</atom:name>
|
||||
</atom:author>
|
||||
<atom:updated>2013-11-07</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2013.11.09</atom:id>
|
||||
<atom:title>New version 2013.11.09</atom:title>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"latest": "2013.11.06.1",
|
||||
"signature": "69865fe5784c1849f25fdefa637d5ab5cf84a8ea65189eaa2e9364e391b69dc319a6a27cbe9b4cfc6ec2394d046b6281e00021a6b3d00e0404561280d5cab9910dc6f77d88caf701138e16a59fc8a71d47f3e7c351b2ad0c79cd1f75b2ca6191e0570c6591c526e9fb3be3fc949d80bc56fa8252ca058f7bb51fbd662497aa5e",
|
||||
"latest": "2013.11.07",
|
||||
"signature": "0bf1e9954a4368dbf7857e5c860e4f81c7445c87297ae95ba30a8a1977517535af22edfbc1395643ce61c0052eaafd67762338e55710a9fbad00b771f43cb1e55e9d5bd6236b22d2111679db2c1c90a2fa2c6c0de2d0125e721ad5198859b21ed241ee3aaa0962c3c4b9e1b6a8b52b295d882dedf41076eb5ccd0cfba9e2a9fa",
|
||||
"versions": {
|
||||
"2012.02.22": {
|
||||
"bin": [
|
||||
@ -1646,6 +1646,20 @@
|
||||
"8c5a9426aa42bbc5311a2934778cfb227a80d6e3021f284417da51ff11ede2fe"
|
||||
]
|
||||
},
|
||||
"2013.11.07": {
|
||||
"bin": [
|
||||
"https://yt-dl.org/downloads/2013.11.07/youtube-dl",
|
||||
"b044b9460bd23b858d4007c979ae706380bd359771d5fb05ecc06660c730cf66"
|
||||
],
|
||||
"exe": [
|
||||
"https://yt-dl.org/downloads/2013.11.07/youtube-dl.exe",
|
||||
"acd060d1b1bf8a4fdba6863e837319c84ad53f385fc2596e8e3cfe01dd583703"
|
||||
],
|
||||
"tar": [
|
||||
"https://yt-dl.org/downloads/2013.11.07/youtube-dl-2013.11.07.tar.gz",
|
||||
"11537cf289a0ee9eb555647c7743d3989c5e16759ec526b3b31382a2852c8c4b"
|
||||
]
|
||||
},
|
||||
"2013.11.09": {
|
||||
"bin": [
|
||||
"https://yt-dl.org/downloads/2013.11.09/youtube-dl",
|
||||
|
Loading…
Reference in New Issue
Block a user