release 2015.07.28

This commit is contained in:
Philipp Hagemeister 2015-07-28 11:36:28 +02:00
parent 416f66a0b8
commit d8196bece3
5 changed files with 45 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.2+ to work.</p>
<h2><a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl">2015.07.21</a> (<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2015.07.28/youtube-dl">2015.07.28</a> (<a href="https://yt-dl.org/downloads/2015.07.28/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: a4728ab730c4553705cd0e0a155a4633</li>
<li><strong>SHA1</strong>: eb9ff0046f3cf55157c3a60e23eb76fabb860adf</li>
<li><strong>SHA256</strong>: 08d939036b4178d967665763c383ebc0194dab5540d46acf5933f0008f63d34f</li>
<li><strong>MD5</strong>: 33897117256ed906bcca7955b4bf9fbb</li>
<li><strong>SHA1</strong>: efae13c4f5bc2bb26eed18597bba61c8067e5821</li>
<li><strong>SHA256</strong>: 55064ab66aced3ea967ef0a7ff00947c379ebf4e9477a4606bbbfb94590c9d04</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl.exe.sig">sig</a> - 33e68832702ed47a62d8d799f792babfedcfc7954d465e765c6062112a549d12)<br>
<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl-2015.07.21.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.07.21/youtube-dl-2015.07.21.tar.gz.sig">sig</a> - 0b4276ce0df1add4081ca01b5d9460ce8ac6b218fb29ec6b4ddc7130a9ff29d9)
<a href="https://yt-dl.org/downloads/2015.07.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.07.28/youtube-dl.exe.sig">sig</a> - 33efd2beefdf88214633bab64e7dce5f5c59ebac613f4a65a498b6c8b70eb8e5)<br>
<a href="https://yt-dl.org/downloads/2015.07.28/youtube-dl-2015.07.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.07.28/youtube-dl-2015.07.28.tar.gz.sig">sig</a> - 61c3acea56cb6127c092fed37ce77c64f14b501faceab54496412d3479685c56)
</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.07.21/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.07.28/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.07.21/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.07.28/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.07.21/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.07.28/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

@ -66,6 +66,7 @@
<li><b>bambuser:channel</b></li>
<li><b>Bandcamp</b></li>
<li><b>Bandcamp:album</b></li>
<li><b>bbc</b>: BBC</li>
<li><b>bbc.co.uk</b>: BBC iPlayer</li>
<li><b>BeatportPro</b></li>
<li><b>Beeg</b></li>
@ -239,6 +240,7 @@
<li><b>InternetVideoArchive</b></li>
<li><b>IPrima</b></li>
<li><b>iqiyi</b>: 爱奇艺</li>
<li><b>Ir90Tv</b></li>
<li><b>ivi</b>: ivi.ru</li>
<li><b>ivi:compilation</b>: ivi.ru compilations</li>
<li><b>Izlesene</b></li>
@ -267,6 +269,7 @@
<li><b>kuwo:song</b>: 酷我音乐</li>
<li><b>la7.tv</b></li>
<li><b>Laola1Tv</b></li>
<li><b>Lecture2Go</b></li>
<li><b>Letv</b>: 乐视网</li>
<li><b>LetvPlaylist</b></li>
<li><b>LetvTv</b></li>

View file

@ -1 +1 @@
2015.07.21
2015.07.28

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-07-21T17:45:36.541283Z</updated>
<updated>2015-07-28T11:36:27.083676Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -8360,4 +8360,19 @@
<updated>2015-07-21T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.07.28</id>
<title>New version 2015.07.28</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.07.28/">https://yt-dl.org/downloads/2015.07.28/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2015-07-28T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2015.07.21",
"signature": "295cfb6fd4103a795ccb79f6fb19f0cf69f32d9b760120a53d619105fe0e51dfc235f9f0d67ccd66d139503dd434069c68cb9115629950c4c2f6f4cf580309cc6acc0e662f4774ebfdc3b43e1b0cbbd45e9c5c2d8d2212b3870dc5bf9f7305ecb16629768c44b095cfb7f65ae2bdfda22c78f9f27920345624a11d1d6f501ce0",
"latest": "2015.07.28",
"signature": "4e967ad9df5352b6a9861cca5efb2a807bb8f9991ec802ba7072e41a0e91167431838546b27c1fb9fd511c19b1621d38bc230f43488bad5d9f546a56029c6ed48df14739300a0ab53e64771d964e00fea4e12862c24a9b7a546702a85563494bea308de47887989f6399c1c9fbcf1dea16d9ddd2644b44cbd4b3efaa4d1ebd2a",
"versions": {
"2012.02.22": {
"bin": [
@ -7805,6 +7805,20 @@
"https://yt-dl.org/downloads/2015.07.21/youtube-dl-2015.07.21.tar.gz",
"0b4276ce0df1add4081ca01b5d9460ce8ac6b218fb29ec6b4ddc7130a9ff29d9"
]
},
"2015.07.28": {
"bin": [
"https://yt-dl.org/downloads/2015.07.28/youtube-dl",
"55064ab66aced3ea967ef0a7ff00947c379ebf4e9477a4606bbbfb94590c9d04"
],
"exe": [
"https://yt-dl.org/downloads/2015.07.28/youtube-dl.exe",
"33efd2beefdf88214633bab64e7dce5f5c59ebac613f4a65a498b6c8b70eb8e5"
],
"tar": [
"https://yt-dl.org/downloads/2015.07.28/youtube-dl-2015.07.28.tar.gz",
"61c3acea56cb6127c092fed37ce77c64f14b501faceab54496412d3479685c56"
]
}
}
}