release 2013.09.24

This commit is contained in:
Philipp Hagemeister 2013-09-24 21:36:22 +02:00
parent da6ae4d37a
commit 8186c26b07
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.09.20.1/youtube-dl">2013.09.20.1</a> (<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl">2013.09.24</a> (<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 9345a10874b627bd91d1676d5881b419</li>
<li><strong>SHA1</strong>: ace4664639cc21ee90c025115ab5aa12ad06426d</li>
<li><strong>SHA256</strong>: eab81b94a28a6b928c1f45726242c9fae36b1a4cec320e699f19332d040b78a0</li>
<li><strong>MD5</strong>: c1ec4cc617862e635b98b7624d66df78</li>
<li><strong>SHA1</strong>: 8731d5f05287455fe93cf4f3e65f32c5d0be9fb3</li>
<li><strong>SHA256</strong>: 90ce11b4eb0dedd590b4d524a25bd15cea162c3e3ee5d5bf2fad74bf78dd2e20</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl.exe.sig">sig</a> - 1ecfef16f544b88ba0ccc5c044799dd57836d4217abd64ac7eca2de49041e7e4)<br>
<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl-2013.09.20.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.20.1/youtube-dl-2013.09.20.1.tar.gz.sig">sig</a> - c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e)
<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl.exe.sig">sig</a> - ebba59c7b2e1c4a623aafcf59fa5f5f07b7c89bdff8985ee2299cfc7b6640e78)<br>
<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl-2013.09.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.09.24/youtube-dl-2013.09.24.tar.gz.sig">sig</a> - 8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917)
</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.09.20.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.09.24/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.09.20.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.09.24/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.09.20.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.09.24/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

@ -40,7 +40,8 @@
<li><b>Criterion</b></li>
<li><b>CSpan</b></li>
<li><b>dailymotion</b></li>
<li><b>DailymotionPlaylist</b></li>
<li><b>dailymotion:playlist</b></li>
<li><b>dailymotion:user</b></li>
<li><b>daum.net</b></li>
<li><b>DefenseGouvFr</b></li>
<li><b>DepositFiles</b></li>
@ -53,6 +54,7 @@
<li><b>fernsehkritik.tv</b></li>
<li><b>fernsehkritik.tv:postecke</b></li>
<li><b>Flickr</b></li>
<li><b>france2.fr</b></li>
<li><b>francetvinfo.fr</b></li>
<li><b>Freesound</b></li>
<li><b>FunnyOrDie</b></li>
@ -62,6 +64,7 @@
<li><b>Hark</b></li>
<li><b>HotNewHipHop</b></li>
<li><b>Howcast</b></li>
<li><b>http://generation-quoi.france2.fr</b></li>
<li><b>Hypem</b></li>
<li><b>ign.com</b></li>
<li><b>Ina</b></li>

View file

@ -1 +1 @@
2013.09.20.1
2013.09.24

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-09-20T23:02:38.406409</atom:updated>
<atom:updated>2013-09-24T21:36:15.169146</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -1369,6 +1369,21 @@
<atom:updated>2013-09-20-1</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.09.24</atom:id>
<atom:title>New version 2013.09.24</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.09.24/">https://yt-dl.org/downloads/2013.09.24/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-09-24</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.11.09</atom:id>
<atom:title>New version 2013.11.09</atom:title>

View file

@ -1,6 +1,6 @@
{
"latest": "2013.09.20.1",
"signature": "116ae9d1a50919de47eb8e9a1415c5dcffbe51c6730bf3838116dbe5e127a1ab1297062cf8a436ee580b29669049f28a6086d0c3ed46bafefe2b6bdc58a420f25ad689b30510b9781f9f1f717a5141c8f387a46bab99a7a590d2b7c000393c24336d38e348075e2b18cf57219864d25783d2369e511397b7aa10bfec4f6b000d",
"latest": "2013.09.24",
"signature": "4a7312a6f4954c8f665e074f6c437687e6cfd4c311b383f355d912cd90ad60224ae354df078688ffaebc8c5aed871e49a0e32c1c134fe8393b1128342b263c38f988532e45b3c461f5f61c0a9ba5b1b4190b2d609ff6c2c9b8075ae327d81b9c665b7ac1521fffe524e339c796a9fe6ca2d28d4177b4b78d3a5c087fd685982a",
"versions": {
"2012.02.22": {
"bin": [
@ -1282,6 +1282,20 @@
"c6ac3e6d3f42c70441603cda4831c915315d6ee3e2d6071b11950901bd6e4d0e"
]
},
"2013.09.24": {
"bin": [
"https://yt-dl.org/downloads/2013.09.24/youtube-dl",
"90ce11b4eb0dedd590b4d524a25bd15cea162c3e3ee5d5bf2fad74bf78dd2e20"
],
"exe": [
"https://yt-dl.org/downloads/2013.09.24/youtube-dl.exe",
"ebba59c7b2e1c4a623aafcf59fa5f5f07b7c89bdff8985ee2299cfc7b6640e78"
],
"tar": [
"https://yt-dl.org/downloads/2013.09.24/youtube-dl-2013.09.24.tar.gz",
"8360456d1c22569de2528a6e372103e0cc23171f9c97f6633d4fcea693dc3917"
]
},
"2013.11.09": {
"bin": [
"https://yt-dl.org/downloads/2013.11.09/youtube-dl",