release 2013.11.11
This commit is contained in:
parent
757e64afc6
commit
c4e7461ac4
|
@ -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.07/youtube-dl">2013.11.07</a> (<a href="https://yt-dl.org/downloads/2013.11.07/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl">2013.11.11</a> (<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: 88cde290724e468ea77376e4829c8354</li>
|
||||
<li><strong>SHA1</strong>: f488caa53f25c1b5beaae3ebd5111db8ec3c5ea8</li>
|
||||
<li><strong>SHA256</strong>: b044b9460bd23b858d4007c979ae706380bd359771d5fb05ecc06660c730cf66</li>
|
||||
<li><strong>MD5</strong>: e1a9ed8c4f856ed99c110abffa186f08</li>
|
||||
<li><strong>SHA1</strong>: 13e00bff763736a0ff9b4d68dda8a280803998e7</li>
|
||||
<li><strong>SHA256</strong>: fa512f08c395e18ad8fe453d28c7b73d4ed7d252ad8cb2a300208391204db994</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<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)
|
||||
<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl.exe.sig">sig</a> - a6eed02daa0fa81f6d5ef43cd14e96257dd2c75b27571f2128902d92153b5337)<br>
|
||||
<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz.sig">sig</a> - a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584)
|
||||
</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.07/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.11/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.07/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.11/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.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>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.11/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>
|
||||
|
|
|
@ -184,8 +184,8 @@
|
|||
<li><b>youtube:favorites</b>: YouTube.com favourite videos, "ytfav" keyword (requires authentication)</li>
|
||||
<li><b>youtube:playlist</b>: YouTube.com playlists</li>
|
||||
<li><b>youtube:recommended</b>: YouTube.com recommended videos, "ytrec" keyword (requires authentication)</li>
|
||||
<li><b>youtube:search</b>: YouTube.com searches</li>
|
||||
<li><b>youtube:search</b>: YouTube.com searches, newest videos first</li>
|
||||
<li><b>youtube:search</b>: YouTube.com searches</li>
|
||||
<li><b>youtube:show</b>: YouTube.com (multi-season) shows</li>
|
||||
<li><b>youtube:subscriptions</b>: YouTube.com subscriptions feed, "ytsubs" keyword(requires authentication)</li>
|
||||
<li><b>youtube:user</b>: YouTube.com user videos (URL or "ytuser" keyword)</li>
|
||||
|
|
|
@ -1 +1 @@
|
|||
2013.11.07
|
||||
2013.11.11
|
|
@ -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-07T11:09:15.764176</atom:updated>
|
||||
<atom:updated>2013-11-11T18:39:20.117776</atom:updated>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2012.02.22</atom:id>
|
||||
|
@ -1789,4 +1789,19 @@
|
|||
<atom:updated>2013-11-09</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2013.11.11</atom:id>
|
||||
<atom:title>New version 2013.11.11</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.11/">https://yt-dl.org/downloads/2013.11.11/</a>
|
||||
</div>
|
||||
</atom:content>
|
||||
<atom:author>
|
||||
<atom:name>The youtube-dl maintainers</atom:name>
|
||||
</atom:author>
|
||||
<atom:updated>2013-11-11</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
</atom:feed>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"latest": "2013.11.07",
|
||||
"signature": "0bf1e9954a4368dbf7857e5c860e4f81c7445c87297ae95ba30a8a1977517535af22edfbc1395643ce61c0052eaafd67762338e55710a9fbad00b771f43cb1e55e9d5bd6236b22d2111679db2c1c90a2fa2c6c0de2d0125e721ad5198859b21ed241ee3aaa0962c3c4b9e1b6a8b52b295d882dedf41076eb5ccd0cfba9e2a9fa",
|
||||
"latest": "2013.11.11",
|
||||
"signature": "66588056814446440f922df333547fc0e8412fdb51996f7c2456d2f968f169ef4981e0efa002b3f879e0adc716c9e19e14d8108c9f5048663db80d0af9c819948ef9af15d082f0202227e2f518d13f390ff2b06ebda8a96817c9a5db27d5ef573f2d96c080f4f1cda7d8e04f670c3c91c9558719d637c3dd5643168534cd1d01",
|
||||
"versions": {
|
||||
"2012.02.22": {
|
||||
"bin": [
|
||||
|
@ -1673,6 +1673,20 @@
|
|||
"https://yt-dl.org/downloads/2013.11.09/youtube-dl-2013.11.09.tar.gz",
|
||||
"1704dbec3492c55ae68d2bf59dca60aafa51461da164438bed90ad835d41f8b3"
|
||||
]
|
||||
},
|
||||
"2013.11.11": {
|
||||
"bin": [
|
||||
"https://yt-dl.org/downloads/2013.11.11/youtube-dl",
|
||||
"fa512f08c395e18ad8fe453d28c7b73d4ed7d252ad8cb2a300208391204db994"
|
||||
],
|
||||
"exe": [
|
||||
"https://yt-dl.org/downloads/2013.11.11/youtube-dl.exe",
|
||||
"a6eed02daa0fa81f6d5ef43cd14e96257dd2c75b27571f2128902d92153b5337"
|
||||
],
|
||||
"tar": [
|
||||
"https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz",
|
||||
"a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue