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.13

This commit is contained in:
Philipp Hagemeister 2013-11-13 11:12:44 +01:00
parent c4e7461ac4
commit a429266549
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.11/youtube-dl">2013.11.11</a> (<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl">2013.11.13</a> (<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: e1a9ed8c4f856ed99c110abffa186f08</li>
<li><strong>SHA1</strong>: 13e00bff763736a0ff9b4d68dda8a280803998e7</li>
<li><strong>SHA256</strong>: fa512f08c395e18ad8fe453d28c7b73d4ed7d252ad8cb2a300208391204db994</li>
<li><strong>MD5</strong>: 61c6630588439937279f790211107b36</li>
<li><strong>SHA1</strong>: 1c65e50db8ed92b7a851e76f5e18632cbda57cd1</li>
<li><strong>SHA256</strong>: 2ad45d0535de2d1e0b987748762305369a605096d07eff3a3fb2afe1587476e7</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl.exe.sig">sig</a> - a6eed02daa0fa81f6d5ef43cd14e96257dd2c75b27571f2128902d92153b5337)<br>
<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz.sig">sig</a> - a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584)
<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl.exe.sig">sig</a> - 3b7d19d34dc65273214833cccf6b29dcab9d5bb779f59c323cbab70c1691fa6d)<br>
<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz.sig">sig</a> - 0a14c045d4a093f2c06d80596b34060043bdcebd4099ec0163fc02d2c45ac249)
</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.11/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2013.11.13/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.11/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2013.11.13/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.11/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.13/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

@ -68,6 +68,7 @@
<li><b>francetvinfo.fr</b></li>
<li><b>Freesound</b></li>
<li><b>FunnyOrDie</b></li>
<li><b>Gamekings</b></li>
<li><b>GameSpot</b></li>
<li><b>Gametrailers</b></li>
<li><b>generic</b>: Generic downloader that works on some sites</li>
@ -148,6 +149,7 @@
<li><b>Tudou</b></li>
<li><b>Tumblr</b></li>
<li><b>Tutv</b></li>
<li><b>tvp.pl</b></li>
<li><b>Unistra</b></li>
<li><b>ustream</b></li>
<li><b>ustream:channel</b></li>
@ -184,8 +186,8 @@
<li><b>youtube:favorites</b>: YouTube.com favourite videos, "ytfav" 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.11
2013.11.13

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-11T18:39:20.117776</atom:updated>
<atom:updated>2013-11-13T11:12:43.756758</atom:updated>
<atom:entry>
<atom:id>youtube-dl-2012.02.22</atom:id>
@ -1804,4 +1804,19 @@
<atom:updated>2013-11-11</atom:updated>
</atom:entry>
<atom:entry>
<atom:id>youtube-dl-2013.11.13</atom:id>
<atom:title>New version 2013.11.13</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.13/">https://yt-dl.org/downloads/2013.11.13/</a>
</div>
</atom:content>
<atom:author>
<atom:name>The youtube-dl maintainers</atom:name>
</atom:author>
<atom:updated>2013-11-13</atom:updated>
</atom:entry>
</atom:feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2013.11.11",
"signature": "66588056814446440f922df333547fc0e8412fdb51996f7c2456d2f968f169ef4981e0efa002b3f879e0adc716c9e19e14d8108c9f5048663db80d0af9c819948ef9af15d082f0202227e2f518d13f390ff2b06ebda8a96817c9a5db27d5ef573f2d96c080f4f1cda7d8e04f670c3c91c9558719d637c3dd5643168534cd1d01",
"latest": "2013.11.13",
"signature": "59c052f0f18fbb302da8e3a839ee6a13e2ad904cc7f7c158a03b70994483cb3b08e580a7fdaf057f599a618780bd81bfaca9baa5d56bfb990b66f211be08a6f5c33acdf59e5a54869d81f3b7fe5cf581f1867c09e95f114e007262f1bcda242b3221bc7d50395d7803cb1b62e0938df63281519794508e23918c6c5dc6c651ec",
"versions": {
"2012.02.22": {
"bin": [
@ -1687,6 +1687,20 @@
"https://yt-dl.org/downloads/2013.11.11/youtube-dl-2013.11.11.tar.gz",
"a1e3d6ca134abe02fa2e27be184e6dd932554f81d933d8baaa80740d51fd2584"
]
},
"2013.11.13": {
"bin": [
"https://yt-dl.org/downloads/2013.11.13/youtube-dl",
"2ad45d0535de2d1e0b987748762305369a605096d07eff3a3fb2afe1587476e7"
],
"exe": [
"https://yt-dl.org/downloads/2013.11.13/youtube-dl.exe",
"3b7d19d34dc65273214833cccf6b29dcab9d5bb779f59c323cbab70c1691fa6d"
],
"tar": [
"https://yt-dl.org/downloads/2013.11.13/youtube-dl-2013.11.13.tar.gz",
"0a14c045d4a093f2c06d80596b34060043bdcebd4099ec0163fc02d2c45ac249"
]
}
}
}