mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
release 2013.12.16
This commit is contained in:
parent
3f0efb919a
commit
3f60bdf21c
5 changed files with 43 additions and 13 deletions
|
@ -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.12.11.2/youtube-dl">2013.12.11.2</a> (<a href="https://yt-dl.org/downloads/2013.12.11.2/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl">2013.12.16</a> (<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: e3af15d585280971be96157e52a13dcd</li>
|
||||
<li><strong>SHA1</strong>: e8d756e7b30f7d911ceb3c777feb566a91a2f40a</li>
|
||||
<li><strong>SHA256</strong>: d2c5acc06cfed3b13bd76233cf6dd0a4fc97d916f22fed1b51815428a1c558c6</li>
|
||||
<li><strong>MD5</strong>: ca37e29c05ca53f9ec8da43ce04275e1</li>
|
||||
<li><strong>SHA1</strong>: 4e64551fa9e92fee7f8764a318fbf8eaaf51f037</li>
|
||||
<li><strong>SHA256</strong>: 1464e8eef05444067fb75e46213da9de581caac351e9f192b26017abe0891321</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<a href="https://yt-dl.org/downloads/2013.12.11.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.11.2/youtube-dl.exe.sig">sig</a> - 98b5b42cabe57e00ffee7f785db36ad5aaf949aba8f00af4839589029188e919)<br>
|
||||
<a href="https://yt-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz.sig">sig</a> - 785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab)
|
||||
<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl.exe.sig">sig</a> - 4931827086e1ca00d929ad4fcb599956bef9c70c0915ce42909e8cc8c5089037)<br>
|
||||
<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz.sig">sig</a> - faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78)
|
||||
</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.12.11.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.16/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.12.11.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.16/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.12.11.2/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.12.16/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>
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
<li><b>Brightcove</b></li>
|
||||
<li><b>canalc2.tv</b></li>
|
||||
<li><b>canalplus.fr</b></li>
|
||||
<li><b>CBS</b></li>
|
||||
<li><b>Cinemassacre</b></li>
|
||||
<li><b>clipfish</b></li>
|
||||
<li><b>Clipsyndicate</b></li>
|
||||
|
|
|
@ -1 +1 @@
|
|||
2013.12.11.2
|
||||
2013.12.16
|
|
@ -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-12-11T09:28:48.376090</atom:updated>
|
||||
<atom:updated>2013-12-16T04:48:43.215837</atom:updated>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2012.02.22</atom:id>
|
||||
|
@ -2329,4 +2329,19 @@
|
|||
<atom:updated>2013-12-11-2</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2013.12.16</atom:id>
|
||||
<atom:title>New version 2013.12.16</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.12.16/">https://yt-dl.org/downloads/2013.12.16/</a>
|
||||
</div>
|
||||
</atom:content>
|
||||
<atom:author>
|
||||
<atom:name>The youtube-dl maintainers</atom:name>
|
||||
</atom:author>
|
||||
<atom:updated>2013-12-16</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
</atom:feed>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"latest": "2013.12.11.2",
|
||||
"signature": "1a2dae06ad237d1c7fda76feeaa977117b52970e5de4c1a1584d473564e28042bb66aa9ed0388d2343b93957899d75047b4cb98f42fd711ef5dec697370e4f0000732767c08c5514934fa31177da25eec7370ee070a34559256ccd66d90c622cf4546735ff59eb1f76abf132a6a0c75921a97bffc320cb1b009b5760e42d6c4c",
|
||||
"latest": "2013.12.16",
|
||||
"signature": "13dd6fae00aba371e741b55e43c849121196fb02beff62f07fea1b4b27f5a521c135bdbe959d2c8468152dfe99648bac2ba1aa95b305d98c4db19e87d817f7763f98e0fd11bb8f391a0756597ea2d9fc30b3ea0cece0ec3dc79181824aa6b71932928584ac4c71a59ec41def32d848ea8cb65de8ee56b6bb195f18f0032471eb",
|
||||
"versions": {
|
||||
"2012.02.22": {
|
||||
"bin": [
|
||||
|
@ -2177,6 +2177,20 @@
|
|||
"https://yt-dl.org/downloads/2013.12.11.2/youtube-dl-2013.12.11.2.tar.gz",
|
||||
"785a08acb19bfac41efcc4a54146dd63b6b357687da27f06b6ae093117d420ab"
|
||||
]
|
||||
},
|
||||
"2013.12.16": {
|
||||
"bin": [
|
||||
"https://yt-dl.org/downloads/2013.12.16/youtube-dl",
|
||||
"1464e8eef05444067fb75e46213da9de581caac351e9f192b26017abe0891321"
|
||||
],
|
||||
"exe": [
|
||||
"https://yt-dl.org/downloads/2013.12.16/youtube-dl.exe",
|
||||
"4931827086e1ca00d929ad4fcb599956bef9c70c0915ce42909e8cc8c5089037"
|
||||
],
|
||||
"tar": [
|
||||
"https://yt-dl.org/downloads/2013.12.16/youtube-dl-2013.12.16.tar.gz",
|
||||
"faccc9f73fb5d94d80d0a74328b00f4498f68ef81c85c2f58a47b472b6ab8e78"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue