release 2013.12.23.2
This commit is contained in:
parent
bfacf9503c
commit
c817e24689
|
@ -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.23.1/youtube-dl">2013.12.23.1</a> (<a href="https://yt-dl.org/downloads/2013.12.23.1/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl">2013.12.23.2</a> (<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: 526c6302d5c8d2da99a64c431d3981dd</li>
|
||||
<li><strong>SHA1</strong>: 646d088746c73622eefec5bae3143358639205a7</li>
|
||||
<li><strong>SHA256</strong>: 1f1fa9afb24b73bc4d26242d82f30f9da37b0d47b70822275158534f44625bdc</li>
|
||||
<li><strong>MD5</strong>: a555dfe1eb589c2b2d5ef85cf3f67816</li>
|
||||
<li><strong>SHA1</strong>: c6a62bd984c6fffa30eb17bb0fa1bd687b81c0c7</li>
|
||||
<li><strong>SHA256</strong>: 303990cd53a363d93c49bb509e2c668c56859984809f794bf74567f83523ceea</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<a href="https://yt-dl.org/downloads/2013.12.23.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.23.1/youtube-dl.exe.sig">sig</a> - 76ea1f1bc7e64d098ede02aa60dca23c3fbff066f8a32cf25311302f10e45f63)<br>
|
||||
<a href="https://yt-dl.org/downloads/2013.12.23.1/youtube-dl-2013.12.23.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.23.1/youtube-dl-2013.12.23.1.tar.gz.sig">sig</a> - 5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e)
|
||||
<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.exe.sig">sig</a> - 44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203)<br>
|
||||
<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz.sig">sig</a> - f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe)
|
||||
</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.23.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.23.2/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.23.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.23.2/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.23.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.12.23.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>
|
||||
</p>
|
||||
|
||||
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
||||
|
|
|
@ -1 +1 @@
|
|||
2013.12.23.1
|
||||
2013.12.23.2
|
|
@ -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-23T04:22:40.946090</atom:updated>
|
||||
<atom:updated>2013-12-23T04:33:42.201884</atom:updated>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2012.02.22</atom:id>
|
||||
|
@ -2524,4 +2524,19 @@
|
|||
<atom:updated>2013-12-23-1</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
<atom:entry>
|
||||
<atom:id>youtube-dl-2013.12.23.2</atom:id>
|
||||
<atom:title>New version 2013.12.23.2</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.23.2/">https://yt-dl.org/downloads/2013.12.23.2/</a>
|
||||
</div>
|
||||
</atom:content>
|
||||
<atom:author>
|
||||
<atom:name>The youtube-dl maintainers</atom:name>
|
||||
</atom:author>
|
||||
<atom:updated>2013-12-23-2</atom:updated>
|
||||
</atom:entry>
|
||||
|
||||
</atom:feed>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"latest": "2013.12.23.1",
|
||||
"signature": "67df858b11b19a01bab8f286cf09500dd4825321566d855767a610e1f73e74a284638d14458eecdcc548b3823bd06d064ac752271a200fbd961043e9cbd8c4a5344edba512cb6e91d821d75f4b9a15c75d06856bbea54b0265687e7cae546d129fbd8179fc9f373cc6e78e417ad80d2de2a9b7f65c5ad25ad648da20d88893a6",
|
||||
"latest": "2013.12.23.2",
|
||||
"signature": "7e94768960837143104654f0cb201bb4611ecccf5bd8cc86d7bfa640a3f97a1400165c5ef064c49b8ef07d8fe3aa413a48d719f20176f35d57c29cf6312c20c86f329fad97d4b7f8f94cc41e5ce3fa43f9dd204f6a4f16c3a5f8526e835bcb96016fdf8c4e6514f516798e78bbcee24b946f8c069458206e80e577667e7b9df7",
|
||||
"versions": {
|
||||
"2012.02.22": {
|
||||
"bin": [
|
||||
|
@ -2359,6 +2359,20 @@
|
|||
"https://yt-dl.org/downloads/2013.12.23.1/youtube-dl-2013.12.23.1.tar.gz",
|
||||
"5378686245918cc6101f8d446c8b9380fdf4f746d23765ddf7a0ae9fc9c3d74e"
|
||||
]
|
||||
},
|
||||
"2013.12.23.2": {
|
||||
"bin": [
|
||||
"https://yt-dl.org/downloads/2013.12.23.2/youtube-dl",
|
||||
"303990cd53a363d93c49bb509e2c668c56859984809f794bf74567f83523ceea"
|
||||
],
|
||||
"exe": [
|
||||
"https://yt-dl.org/downloads/2013.12.23.2/youtube-dl.exe",
|
||||
"44c3893d5865fe4c033f8d7107be5e52fc971b7d940f196df0e117a452d1d203"
|
||||
],
|
||||
"tar": [
|
||||
"https://yt-dl.org/downloads/2013.12.23.2/youtube-dl-2013.12.23.2.tar.gz",
|
||||
"f281b257f3cf5acf6e5b1089e4c31840944f7188a864b4961aacdfc6194ad9fe"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue