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

release 2014.10.18

This commit is contained in:
Philipp Hagemeister 2014-10-18 20:25:57 +02:00
parent e906eeae09
commit 20af98619c
5 changed files with 44 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/2014.10.15/youtube-dl">2014.10.15</a> (<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.10.18/youtube-dl">2014.10.18</a> (<a href="https://yt-dl.org/downloads/2014.10.18/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 6d9f2ac9d7258e69b40d1b166c79ee29</li>
<li><strong>SHA1</strong>: 76db6db53ccc7a5031027b81ccda711e537e84e5</li>
<li><strong>SHA256</strong>: fdffc336620ad487fee67dd71a148386aadf9a393b1b90aea079903a106afe89</li>
<li><strong>MD5</strong>: 1d752dd8ddd057975dc8d632c1ab836c</li>
<li><strong>SHA1</strong>: 41e95818d647612045943abcd7a58366c107be4d</li>
<li><strong>SHA256</strong>: a97d2cf10430446b850ce8585142519b4742cd312901420fa1bc330ec310fd9d</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl.exe.sig">sig</a> - 55aaffbec53b0ddb90156e28fffabdd99e9f130d838c8a07f2d3c759dbfa3282)<br>
<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl-2014.10.15.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.15/youtube-dl-2014.10.15.tar.gz.sig">sig</a> - f17e0a0ebae95120906c0c866caabb76ba5bf2abc8ae5cb939f8d584b1a511a8)
<a href="https://yt-dl.org/downloads/2014.10.18/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.18/youtube-dl.exe.sig">sig</a> - 53351557189c50a2776be517f7e417b0e03f3f78db290b7673b79ac3b2c43f48)<br>
<a href="https://yt-dl.org/downloads/2014.10.18/youtube-dl-2014.10.18.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.18/youtube-dl-2014.10.18.tar.gz.sig">sig</a> - ef9c85ed1a0a375ce6d0367aff9163b409758b399cc9c6cb2042270ddbe5c0ad)
</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/2014.10.15/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.10.18/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/2014.10.15/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.18/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
@ -53,7 +53,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/2014.10.15/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/2014.10.18/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

@ -176,7 +176,6 @@
<li><b>Jove</b></li>
<li><b>jpopsuki.tv</b></li>
<li><b>Jukebox</b></li>
<li><b>justin.tv</b>: justin.tv and twitch.tv</li>
<li><b>Kankan</b></li>
<li><b>keek</b></li>
<li><b>KeezMovies</b></li>
@ -304,6 +303,7 @@
<li><b>screen.yahoo:search</b>: Yahoo screen search</li>
<li><b>Screencast</b></li>
<li><b>ServingSys</b></li>
<li><b>SexyKarma</b></li>
<li><b>Shared</b></li>
<li><b>ShareSix</b></li>
<li><b>Sina</b></li>
@ -378,6 +378,7 @@
<li><b>tvigle</b>: Интернет-телевидение Tvigle.ru</li>
<li><b>tvp.pl</b></li>
<li><b>TVPlay</b>: TV3Play and related services</li>
<li><b>Twitch</b></li>
<li><b>Ubu</b></li>
<li><b>udemy</b></li>
<li><b>udemy:course</b></li>

View file

@ -1 +1 @@
2014.10.15
2014.10.18

View file

@ -3,7 +3,7 @@
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
<title>youtube-dl releases</title>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
<updated>2014-10-15T12:42:44.121226Z</updated>
<updated>2014-10-18T20:25:56.111473Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -6020,4 +6020,19 @@
<updated>2014-10-15T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.18</id>
<title>New version 2014.10.18</title>
<link href="http://rg3.github.io/youtube-dl" />
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
Downloads available at <a href="https://yt-dl.org/downloads/2014.10.18/">https://yt-dl.org/downloads/2014.10.18/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-10-18T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.10.15",
"signature": "758ccf534d5f33cecb7b2804fad64c80363a270a328a69c103f930c95311c608b681052097543fbed54232266499b94d43d5d1b1c043f6333b1f676dcdadcccf3726fb1e9376de311343abfa4f55d311b4d163ea644c7fe7e47be3fb8432633fbdea54b4471d488b9ed287d1cf8819b58b6550b515d281f95230f5dc63ebeab4",
"latest": "2014.10.18",
"signature": "2f89545c07b1bf674d83ee36cda380c65625eed8252273a9ab8ce26ec7611e8bfd2c8b915091c37564c791343aab20e93a98803de18526032d54f54d802de6f7bcdf23617bf2a179723010d5a2da0e9ab5d8e336386a6516f113d64f4059c462b2e816a3a1b5ac713f66945a659e884037997e2aeda779946eb94083d3cd447a",
"versions": {
"2012.02.22": {
"bin": [
@ -5621,6 +5621,20 @@
"https://yt-dl.org/downloads/2014.10.15/youtube-dl-2014.10.15.tar.gz",
"f17e0a0ebae95120906c0c866caabb76ba5bf2abc8ae5cb939f8d584b1a511a8"
]
},
"2014.10.18": {
"bin": [
"https://yt-dl.org/downloads/2014.10.18/youtube-dl",
"a97d2cf10430446b850ce8585142519b4742cd312901420fa1bc330ec310fd9d"
],
"exe": [
"https://yt-dl.org/downloads/2014.10.18/youtube-dl.exe",
"53351557189c50a2776be517f7e417b0e03f3f78db290b7673b79ac3b2c43f48"
],
"tar": [
"https://yt-dl.org/downloads/2014.10.18/youtube-dl-2014.10.18.tar.gz",
"ef9c85ed1a0a375ce6d0367aff9163b409758b399cc9c6cb2042270ddbe5c0ad"
]
}
}
}