release 2015.09.09

This commit is contained in:
Philipp Hagemeister 2015-09-09 21:28:28 +02:00
parent 9caabdca83
commit fa420d115d
5 changed files with 44 additions and 15 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.2+ to work.</p>
<h2><a href="https://yt-dl.org/downloads/2015.09.03/youtube-dl">2015.09.03</a> (<a href="https://yt-dl.org/downloads/2015.09.03/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2015.09.09/youtube-dl">2015.09.09</a> (<a href="https://yt-dl.org/downloads/2015.09.09/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 350a5b95e63a53b2d916ae2dddc89282</li>
<li><strong>SHA1</strong>: e41f0f3012a6888b1aa90fb35749f485b10ef08f</li>
<li><strong>SHA256</strong>: 4e54e23b6a8d9e7cca6d2db572068527debd2d3119046806e9cb0a7b7ac070ce</li>
<li><strong>MD5</strong>: 0e0eb059302dccd972db8c688b8133b0</li>
<li><strong>SHA1</strong>: 7fd31ffec87fba7c208235387192fc48072d45c3</li>
<li><strong>SHA256</strong>: 74200fd2e9ded64472c2e5f3a11b1f84be7d1fb604b72e07ce50ae617b1e1ccb</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2015.09.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.09.03/youtube-dl.exe.sig">sig</a> - 2e7a618771bc7039fdec3f8ed25a3af8aa71956c9943f57ba02f2ca64891ac69)<br>
<a href="https://yt-dl.org/downloads/2015.09.03/youtube-dl-2015.09.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.09.03/youtube-dl-2015.09.03.tar.gz.sig">sig</a> - dfa0efc89412eb58d1cdf641a7747ad95dcd31d8d08b006334a2e603325eb273)
<a href="https://yt-dl.org/downloads/2015.09.09/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.09.09/youtube-dl.exe.sig">sig</a> - 5db16a5288440cbdb9c66cbfedba70992dc6c9c3e634bc187987f037d0d28038)<br>
<a href="https://yt-dl.org/downloads/2015.09.09/youtube-dl-2015.09.09.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.09.09/youtube-dl-2015.09.09.tar.gz.sig">sig</a> - fa2419fc47d0108b800c52dbe292fe1edf40259163035b57efb3b981e517511b)
</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/2015.09.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.09.09/youtube-dl -o /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /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/2015.09.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.09.09/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /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/2015.09.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/2015.09.09/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

@ -210,7 +210,7 @@
<li><b>GodTube</b></li>
<li><b>GoldenMoustache</b></li>
<li><b>Golem</b></li>
<li><b>GorillaVid</b>: GorillaVid.in, daclips.in, movpod.in, fastvideo.in and realvid.net</li>
<li><b>GorillaVid</b>: GorillaVid.in, daclips.in, movpod.in, fastvideo.in, realvid.net and filehoot.com</li>
<li><b>Goshgay</b></li>
<li><b>Groupon</b></li>
<li><b>Hark</b></li>
@ -324,7 +324,6 @@
<li><b>mtvservices:embedded</b></li>
<li><b>MuenchenTV</b>: münchen.tv</li>
<li><b>MusicPlayOn</b></li>
<li><b>MusicVault</b></li>
<li><b>muzu.tv</b></li>
<li><b>Mwave</b></li>
<li><b>MySpace</b></li>
@ -648,6 +647,7 @@
<li><b>vine:user</b></li>
<li><b>vk</b>: VK</li>
<li><b>vk:uservideos</b>: VK - User's Videos</li>
<li><b>vlive</b></li>
<li><b>Vodlocker</b></li>
<li><b>VoiceRepublic</b></li>
<li><b>Vporn</b></li>

View file

@ -1 +1 @@
2015.09.03
2015.09.09

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>2015-09-03T12:35:50.211975Z</updated>
<updated>2015-09-09T21:28:26.765238Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -8480,4 +8480,19 @@
<updated>2015-09-03T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.09.09</id>
<title>New version 2015.09.09</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/2015.09.09/">https://yt-dl.org/downloads/2015.09.09/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2015-09-09T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2015.09.03",
"signature": "9805989564b4d0432a558f383fd66c5308bd0d81d2de0d8583260776c7354d1af2c713fe2ecbbefbc939064653164a0cfdb3f64d51ca8344ba3ec71ce258094740178f59ffa00c37158f4a6af39577332bbca928257d8ea11f7c96b15b8a774771b2a82d442bc599dca0627d1dba934a8cca8a29a31f2ec403607d3907da5930",
"latest": "2015.09.09",
"signature": "72d72252bfb6dc52590e79cf7ca989b58cb32f8232b9fbb36ea9f2e174c6962fe8dca80b7999c113263b2e3e51f55fa9bcc3bb554ada8e5406092fbf8c22b9bd3fb4a06088d11aea35c17cf6e3a8d83f97fe26cb1dba009deadac3f4f95f83a2b93264e3890a45f16342eaa8755c46ec9a3fc2090eaca6a704cb5f3f45a8005f",
"versions": {
"2012.02.22": {
"bin": [
@ -7917,6 +7917,20 @@
"https://yt-dl.org/downloads/2015.09.03/youtube-dl-2015.09.03.tar.gz",
"dfa0efc89412eb58d1cdf641a7747ad95dcd31d8d08b006334a2e603325eb273"
]
},
"2015.09.09": {
"bin": [
"https://yt-dl.org/downloads/2015.09.09/youtube-dl",
"74200fd2e9ded64472c2e5f3a11b1f84be7d1fb604b72e07ce50ae617b1e1ccb"
],
"exe": [
"https://yt-dl.org/downloads/2015.09.09/youtube-dl.exe",
"5db16a5288440cbdb9c66cbfedba70992dc6c9c3e634bc187987f037d0d28038"
],
"tar": [
"https://yt-dl.org/downloads/2015.09.09/youtube-dl-2015.09.09.tar.gz",
"fa2419fc47d0108b800c52dbe292fe1edf40259163035b57efb3b981e517511b"
]
}
}
}