1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-14 15:59:36 +00:00

release 2016.06.22

This commit is contained in:
Sergey M․ 2016-06-22 23:46:10 +07:00
parent 772283aa5f
commit ce64943931
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
5 changed files with 43 additions and 15 deletions

View file

@ -16,29 +16,29 @@
<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 except for Windows exe.</p>
<p><a href="https://yt-dl.org/downloads/2016.06.20/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
<p><a href="https://yt-dl.org/downloads/2016.06.22/youtube-dl.exe">Windows exe</a> requires <a href="https://www.microsoft.com/en-US/download/details.aspx?id=5555">Microsoft Visual C++ 2010 Redistributable Package (x86)</a> and does not require Python that is already embedded into the binary.</p>
<h2><a href="https://yt-dl.org/downloads/2016.06.20/youtube-dl">2016.06.20</a> (<a href="https://yt-dl.org/downloads/2016.06.20/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2016.06.22/youtube-dl">2016.06.22</a> (<a href="https://yt-dl.org/downloads/2016.06.22/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 9c1b8624510c3dda7d848993b25b9172</li>
<li><strong>SHA1</strong>: 96f900517fc09acf28f72938801e054221cb2e9d</li>
<li><strong>SHA256</strong>: e5901e82cdee535da552fc8ee830b81f6889ddb891eeecfa2f242df21fa2e88a</li>
<li><strong>MD5</strong>: 9dbd9bb5885f0c1b3cd2384485163077</li>
<li><strong>SHA1</strong>: b7db574d3468c40c48ad1aeb19aacf90b2cbeb75</li>
<li><strong>SHA256</strong>: d841e7ad3800c605a5db0a5dee01625997a669b84f025af853372d8e749eb665</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2016.06.20/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.20/youtube-dl.exe.sig">sig</a> - f59d1e9f531e24bb8111c2602fa4c824f41086dc7396bd3418fb25eb2465f5b9)<br>
<a href="https://yt-dl.org/downloads/2016.06.20/youtube-dl-2016.06.20.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.20/youtube-dl-2016.06.20.tar.gz.sig">sig</a> - 2b377bf98fb1304f6f33e8365ef3e87e5c4f45e18b10186efd9604c24ac51281)
<a href="https://yt-dl.org/downloads/2016.06.22/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.06.22/youtube-dl.exe.sig">sig</a> - 2ed4b3ab222ddf21dc1005191fd4061a4ad52e35cce36ab15c308a69c05edb34)<br>
<a href="https://yt-dl.org/downloads/2016.06.22/youtube-dl-2016.06.22.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.06.22/youtube-dl-2016.06.22.tar.gz.sig">sig</a> - 3da151f43af541c7faa252ce5bfddc422fc269a1a70964891670dd2a86e74af0)
</p>
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.20/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl -L https://yt-dl.org/downloads/2016.06.22/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/2016.06.20/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.06.22/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
@ -55,7 +55,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/2016.06.20/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/2016.06.22/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

@ -263,7 +263,6 @@
<li><b>Gamersyde</b></li>
<li><b>GameSpot</b></li>
<li><b>GameStar</b></li>
<li><b>Gametrailers</b></li>
<li><b>Gazeta</b></li>
<li><b>GDCVault</b></li>
<li><b>generic</b>: Generic downloader that works on some sites</li>

View file

@ -1 +1 @@
2016.06.20
2016.06.22

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>2016-06-20T20:52:13.434457Z</updated>
<updated>2016-06-22T23:46:02.130849Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -9740,4 +9740,19 @@
<updated>2016-06-20T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.06.22</id>
<title>New version 2016.06.22</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/2016.06.22/">https://yt-dl.org/downloads/2016.06.22/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2016-06-22T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2016.06.20",
"signature": "78f57db32a25ce4c39399d21f3ac841af3bf0cb80b3aa9fabf5aa328cb09138ad163578ca0d3d1fa49889b713a3d013f90907106bbb4f6e2f5f8f3fb00c143048a4d2a9b2953ed3e10136e9e6728fd31c22572204e43115620228e8a25c442d452383b74a3cd097fc4c804bfa6ec25af4db0eec2907ac9cecb7ba0727dcb7045",
"latest": "2016.06.22",
"signature": "22c4dbe21b542f753342ced8845b14189c2564c715fe86d9735755620b1bc78d2cf22e2084f02ee07e7a0b6ed7ec345191481335c05cdf50b63f57daf34260f3c8afe592dae818264dd0a2cb32f6bfad39be18efa3fa7aaf12e374f839b07e606e0dc80ebe562394b44618b9785ce122798eed3cc88dd2ef3f80d8c87ca0cb34",
"versions": {
"2012.02.22": {
"bin": [
@ -9093,6 +9093,20 @@
"https://yt-dl.org/downloads/2016.06.20/youtube-dl-2016.06.20.tar.gz",
"2b377bf98fb1304f6f33e8365ef3e87e5c4f45e18b10186efd9604c24ac51281"
]
},
"2016.06.22": {
"bin": [
"https://yt-dl.org/downloads/2016.06.22/youtube-dl",
"d841e7ad3800c605a5db0a5dee01625997a669b84f025af853372d8e749eb665"
],
"exe": [
"https://yt-dl.org/downloads/2016.06.22/youtube-dl.exe",
"2ed4b3ab222ddf21dc1005191fd4061a4ad52e35cce36ab15c308a69c05edb34"
],
"tar": [
"https://yt-dl.org/downloads/2016.06.22/youtube-dl-2016.06.22.tar.gz",
"3da151f43af541c7faa252ce5bfddc422fc269a1a70964891670dd2a86e74af0"
]
}
}
}