1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 09:59:28 +00:00

release 2013.11.06

This commit is contained in:
Philipp Hagemeister 2013-11-06 14:09:37 +01:00
parent aaa19f7d06
commit 149f358828
5 changed files with 43 additions and 13 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.03/youtube-dl">2013.11.03</a> (<a href="https://yt-dl.org/downloads/2013.11.03/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.11.06/youtube-dl">2013.11.06</a> (<a href="https://yt-dl.org/downloads/2013.11.06/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 34379fd77f4e0da03c5ea3a3594cbdc6</li>
<li><strong>SHA1</strong>: ecbca2ff161eac86fa0e9c350561a79ecf879fb1</li>
<li><strong>SHA256</strong>: ec8d08c680cca47230da4ab8166666ec41947a8a278ecf4d7876476d6570f92a</li>
<li><strong>MD5</strong>: 883a4fda8e8d55a16ea729d7c789942a</li>
<li><strong>SHA1</strong>: cf871398259748c1f2a6e4e39c44a5ad81bea243</li>
<li><strong>SHA256</strong>: 54eb4e7e84be3467970331f280f1606272ab150c56b610611788f67178f222da</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2013.11.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.03/youtube-dl.exe.sig">sig</a> - a0ec173f1daa6c78b7fc3e693b0d5f8e27e22c7abda7241068d6ee1a1270df8c)<br>
<a href="https://yt-dl.org/downloads/2013.11.03/youtube-dl-2013.11.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.03/youtube-dl-2013.11.03.tar.gz.sig">sig</a> - 652726c77ebbccb580dd4180721a0bb83db0dc83e0ccf4c21a61606755c8fd45)
<a href="https://yt-dl.org/downloads/2013.11.06/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.06/youtube-dl.exe.sig">sig</a> - 1bcf12b0a31351c6ff554b8578913a189d9e0c94a2cc66f8d7f05d547002e0ec)<br>
<a href="https://yt-dl.org/downloads/2013.11.06/youtube-dl-2013.11.06.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.06/youtube-dl-2013.11.06.tar.gz.sig">sig</a> - 2cc981d150757272e5d739a098cbdd3165bdbad64832854e955e3ac918aa6631)
</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.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.06/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.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.06/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.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>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.06/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

@ -183,6 +183,7 @@
<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: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.03
2013.11.06

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-03T15:53:19.605105</atom:updated>
<atom:updated>2013-11-06T14:09:23.453686</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -1729,6 +1729,21 @@
<atom:updated>2013-11-03</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.11.06</atom:id>
<atom:title>New version 2013.11.06</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.06/">https://yt-dl.org/downloads/2013.11.06/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-11-06</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.11.03",
"signature": "879b75948bb5ca14d671df0fb756c888b7343cfec66a69571af16f6539f21ffa3d7c2146dc4c7de806061d3a963ef689e70475db29c46c7e8751f9e4149f7f97bb069ed1a664aeb40553a667f5ef6f73b55798ca1b4b5823153973a70047049995c64b1c63ea742dd652eb709e308261544b2e272a28504e1c5f7273e8b0e181",
"latest": "2013.11.06",
"signature": "8ea8c1830690cdc68b8fc126af4fb2e5b92c892a26f4234ff9c18f644ebe7b91dce543ae2858a7b5cda1b425573c16463dc13fe47b6ae6f9dcb8e4c5217695d56b1c5608d7b67378ecdd12746b9b329bb44a115e2da63602db9fcda1d08f05ba48b680f44711d2b80b89a55b7c556921161f1493b140495aabfadd542277066b",
"versions": {
"2012.02.22": {
"bin": [
@ -1618,6 +1618,20 @@
"652726c77ebbccb580dd4180721a0bb83db0dc83e0ccf4c21a61606755c8fd45"
]
},
"2013.11.06": {
"bin": [
"https://yt-dl.org/downloads/2013.11.06/youtube-dl",
"54eb4e7e84be3467970331f280f1606272ab150c56b610611788f67178f222da"
],
"exe": [
"https://yt-dl.org/downloads/2013.11.06/youtube-dl.exe",
"1bcf12b0a31351c6ff554b8578913a189d9e0c94a2cc66f8d7f05d547002e0ec"
],
"tar": [
"https://yt-dl.org/downloads/2013.11.06/youtube-dl-2013.11.06.tar.gz",
"2cc981d150757272e5d739a098cbdd3165bdbad64832854e955e3ac918aa6631"
]
},
"2013.11.09": {
"bin": [
"https://yt-dl.org/downloads/2013.11.09/youtube-dl",