release 2013.12.02

This commit is contained in:
Philipp Hagemeister 2013-12-02 15:01:38 +01:00
parent abf0865149
commit a1ce6f914d
5 changed files with 45 additions and 14 deletions

View file

@ -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.29/youtube-dl">2013.11.29</a> (<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl">2013.12.02</a> (<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: b298418599caf16bf779f1ffb4037198</li>
<li><strong>SHA1</strong>: 3a8697df1ff98b421c0edaf2f7805beed0cd0156</li>
<li><strong>SHA256</strong>: ecef14a0272ebbccb3782492ace284d09cf7a54e3d999d42ab6e51cac74ee909</li>
<li><strong>MD5</strong>: 011debd7ffebeaf7db57a2433ae7755c</li>
<li><strong>SHA1</strong>: 803ae4be53110a882d279988ff4863e5a5117247</li>
<li><strong>SHA256</strong>: a1064866a0597539eebd4e0786d9ae90d77c655914c299a459f26a54a76bd98f</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl.exe.sig">sig</a> - 7ea0413de468a73f4ea8bba71f8ca0804e7e617ca850fcbe979b988e13a17a68)<br>
<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz.sig">sig</a> - 212c6dcd81c74860f8bab9ec154592bf070478f41451c3da9611da0a794e32bd)
<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl.exe.sig">sig</a> - 0ed01e6fb5034e77818c3ff5aa90f1eecc94548e56d17d2e9e98c23ae4573ffa)<br>
<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz.sig">sig</a> - 09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d)
</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.29/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.02/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.29/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.02/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.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 https://yt-dl.org/downloads/2013.12.02/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>

View file

@ -180,6 +180,7 @@
<li><b>viki</b></li>
<li><b>vimeo</b></li>
<li><b>vimeo:channel</b></li>
<li><b>vimeo:user</b></li>
<li><b>Vine</b></li>
<li><b>vk.com</b></li>
<li><b>wat.tv</b></li>
@ -192,6 +193,7 @@
<li><b>XTube</b></li>
<li><b>XVideos</b></li>
<li><b>Yahoo</b>: Yahoo screen</li>
<li><b>yahoo:news</b>: Yahoo screen</li>
<li><b>YouJizz</b></li>
<li><b>Youku</b></li>
<li><b>YouPorn</b></li>
@ -201,8 +203,8 @@
<li><b>youtube:history</b>: Youtube watch history, "ythistory" 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, newest videos first</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: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>

View file

@ -1 +1 @@
2013.11.29
2013.12.02

View file

@ -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-29T03:38:07.640589</atom:updated>
<atom:updated>2013-12-02T15:01:30.314729</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -2134,4 +2134,19 @@
<atom:updated>2013-11-29</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.12.02</atom:id>
<atom:title>New version 2013.12.02</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.02/">https://yt-dl.org/downloads/2013.12.02/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-12-02</atom:updated>
</atom:entry>
</atom:feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2013.11.29",
"signature": "6e5b751b1ab37565007fefa72ac63ee2d6301e59567569d9881cf5b5e47a2b9ed9ce2e081f1c96656964e0e1c2ee2db77315a78b28a4f353cb2a9ca7ec817aba7f1bf4616019faf746b30d280c924c99e2988e9a21dafc5dc0bf15c28e5257e45334512e484c0130328c33bf31a3e826c9d5af7d49fa5cca054b7ddf8bd00208",
"latest": "2013.12.02",
"signature": "11480fbb09e3655eab41211837fc83e7029f8e63575869fb5eea7ea5b6a66f74be41ca8ccea3a654047737dba37f68b098022e97c37330e97b80e17cac278f848412ffd05072c2987634c9196a730d92d7566ffb2168c2b9cefd593e9ca417ef7cb91262fdf4af1d4af2d0a6c16e87403c571d7dfb969dfe439b59278bb78083",
"versions": {
"2012.02.22": {
"bin": [
@ -1995,6 +1995,20 @@
"https://yt-dl.org/downloads/2013.11.29/youtube-dl-2013.11.29.tar.gz",
"212c6dcd81c74860f8bab9ec154592bf070478f41451c3da9611da0a794e32bd"
]
},
"2013.12.02": {
"bin": [
"https://yt-dl.org/downloads/2013.12.02/youtube-dl",
"a1064866a0597539eebd4e0786d9ae90d77c655914c299a459f26a54a76bd98f"
],
"exe": [
"https://yt-dl.org/downloads/2013.12.02/youtube-dl.exe",
"0ed01e6fb5034e77818c3ff5aa90f1eecc94548e56d17d2e9e98c23ae4573ffa"
],
"tar": [
"https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz",
"09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d"
]
}
}
}