release 2013.12.03

This commit is contained in:
Philipp Hagemeister 2013-12-03 13:18:19 +01:00
parent a1ce6f914d
commit 09f355f73b
5 changed files with 46 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.12.02/youtube-dl">2013.12.02</a> (<a href="https://yt-dl.org/downloads/2013.12.02/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl">2013.12.03</a> (<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 011debd7ffebeaf7db57a2433ae7755c</li>
<li><strong>SHA1</strong>: 803ae4be53110a882d279988ff4863e5a5117247</li>
<li><strong>SHA256</strong>: a1064866a0597539eebd4e0786d9ae90d77c655914c299a459f26a54a76bd98f</li>
<li><strong>MD5</strong>: 0b43fe6f53c95c9a993f58ac81ce3331</li>
<li><strong>SHA1</strong>: a38a057fe26f9ab582c9bb87e231581ac3057187</li>
<li><strong>SHA256</strong>: 1c2728cdcfbdd16ccd1b4f8f90f2105b9f8d85351d399265ebaf288bfa89f758</li>
</ul>
<p>
<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)
<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe.sig">sig</a> - a6769ab158a76d5393e52f85fb3f8a31d9e85d05dc9bc314508423fe284e50d5)<br>
<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz.sig">sig</a> - 0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf)
</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.02/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.12.03/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.02/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.03/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.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>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.12.03/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

@ -135,6 +135,9 @@
<li><b>Sina</b></li>
<li><b>Slashdot</b></li>
<li><b>Slideshare</b></li>
<li><b>smotri</b>: Smotri.com</li>
<li><b>smotri:community</b>: Smotri.com community videos</li>
<li><b>smotri:user</b>: Smotri.com user videos</li>
<li><b>Sohu</b></li>
<li><b>soundcloud</b></li>
<li><b>soundcloud:set</b></li>
@ -203,8 +206,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</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>

View file

@ -1 +1 @@
2013.12.02
2013.12.03

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-12-02T15:01:30.314729</atom:updated>
<atom:updated>2013-12-03T13:18:17.698944</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -2149,4 +2149,19 @@
<atom:updated>2013-12-02</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.12.03</atom:id>
<atom:title>New version 2013.12.03</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.03/">https://yt-dl.org/downloads/2013.12.03/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-12-03</atom:updated>
</atom:entry>
</atom:feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2013.12.02",
"signature": "11480fbb09e3655eab41211837fc83e7029f8e63575869fb5eea7ea5b6a66f74be41ca8ccea3a654047737dba37f68b098022e97c37330e97b80e17cac278f848412ffd05072c2987634c9196a730d92d7566ffb2168c2b9cefd593e9ca417ef7cb91262fdf4af1d4af2d0a6c16e87403c571d7dfb969dfe439b59278bb78083",
"latest": "2013.12.03",
"signature": "5d27b2dd2abdf74c06e9b5e906b7e3a43f8233de8870d03144fce3cb6103dc36d0e83cf8003a7146ab8b9ecb25c5dd85f7f0c35de744820dcd1d7dc96cf50e0363ab036ec36b69b7bb0026493fe7256be20eeb5c9ed9c426889e6e2e91744ff95101535d2c399bae17212f907ad71a40de8d90022d4fed3e735e510a39068206",
"versions": {
"2012.02.22": {
"bin": [
@ -2009,6 +2009,20 @@
"https://yt-dl.org/downloads/2013.12.02/youtube-dl-2013.12.02.tar.gz",
"09661aae5b2c56c5fe4e6d24241553bc9fa46f0d6f9797d94c12fb330fee321d"
]
},
"2013.12.03": {
"bin": [
"https://yt-dl.org/downloads/2013.12.03/youtube-dl",
"1c2728cdcfbdd16ccd1b4f8f90f2105b9f8d85351d399265ebaf288bfa89f758"
],
"exe": [
"https://yt-dl.org/downloads/2013.12.03/youtube-dl.exe",
"a6769ab158a76d5393e52f85fb3f8a31d9e85d05dc9bc314508423fe284e50d5"
],
"tar": [
"https://yt-dl.org/downloads/2013.12.03/youtube-dl-2013.12.03.tar.gz",
"0d8a4e66971949645aedfdef8c9a1b3010aa6abea19875571040eca228fabecf"
]
}
}
}