release 2016.05.30

This commit is contained in:
Sergey M․ 2016-05-30 01:19:32 +07:00
parent d761e8a499
commit 1ab2908c7a
5 changed files with 57 additions and 19 deletions

View File

@ -14,29 +14,31 @@
<p>Note that if you directly click on these hyperlinks, your web browser will most likely display the program contents. It's usually better to right-click on it and choose the appropriate option, normally called <em>Save Target As</em> or <em>Save Link As</em>, depending on the web browser you are using.</p>
<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>
<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>
<h2><a href="https://yt-dl.org/downloads/2016.05.21.2/youtube-dl">2016.05.21.2</a> (<a href="https://yt-dl.org/downloads/2016.05.21.2/youtube-dl.sig">sig</a>)</h2>
<p><a href="https://yt-dl.org/downloads/2016.05.30/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.05.30/youtube-dl">2016.05.30</a> (<a href="https://yt-dl.org/downloads/2016.05.30/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 19b7965dd05b525b60e37dab2ecf2b35</li>
<li><strong>SHA1</strong>: a0af42b1b4793364de102075f8732f77f90d0399</li>
<li><strong>SHA256</strong>: d943aac0510b6c6252023eb902cfffb1b20ce6587c26d478b6632af6201309c0</li>
<li><strong>MD5</strong>: 3ad70c3ea2c00d30e96d578c225c834f</li>
<li><strong>SHA1</strong>: e7c11212896ba4c2e6b4e48fc28378813f3c2d85</li>
<li><strong>SHA256</strong>: e65832ab39576716e242d248cf9cf7cf92e15cb776048b73dbe58f35dab6190c</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2016.05.21.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.05.21.2/youtube-dl.exe.sig">sig</a> - fa3d62243800a8301790c457a45a5493486d3c72d1d841c2915ef44a9607cc68)<br>
<a href="https://yt-dl.org/downloads/2016.05.21.2/youtube-dl-2016.05.21.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.05.21.2/youtube-dl-2016.05.21.2.tar.gz.sig">sig</a> - 66f94fc97012c4c7a6338dc4df6ec62af66dcfc144c5e8c8cd8b5519756f1a98)
<a href="https://yt-dl.org/downloads/2016.05.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.05.30/youtube-dl.exe.sig">sig</a> - 27811c67c80729155114582df44b9e76ed473f4903c3aef28c6e93d9ba1e2c41)<br>
<a href="https://yt-dl.org/downloads/2016.05.30/youtube-dl-2016.05.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.05.30/youtube-dl-2016.05.30.tar.gz.sig">sig</a> - 13d0fa99938b46cd25c919fb72f715c863f2374c43a611166721bcbf6c98227f)
</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/2016.05.21.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2016.05.30/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.05.21.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2016.05.30/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
@ -53,13 +55,14 @@ 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.05.21.2/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.05.30/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>
<ul>
<li><strong>4096R/A4826A18</strong> Philipp Hagemeister <code>Key fingerprint = 7D33 D762 FD6C 3513 0481 347F DB4B 54CB A482 6A18</code></li>
<li><strong>4096R/BCF05F6B</strong> Filippo Valsorda <code>Key fingerprint = 428D F5D6 3EF0 7494 BB45 5AC0 EBF0 1804 BCF0 5F6B</code></li>
<li><strong>4096R/18A9236D</strong> Sergey M. <code>Key fingerprint = ED7F 5BF4 6B3B BED8 1C87 368E 2C39 3E0F 18A9 236D</code></li>
</ul>
<p>Older releases are also signed with one of:

View File

@ -58,8 +58,8 @@
<li><b>appletrailers:section</b></li>
<li><b>archive.org</b>: archive.org videos</li>
<li><b>ARD</b></li>
<li><b>ARD:mediathek</b></li>
<li><b>ARD:mediathek</b>: Saarländischer Rundfunk</li>
<li><b>ARD:mediathek</b></li>
<li><b>arte.tv</b></li>
<li><b>arte.tv:+7</b></li>
<li><b>arte.tv:cinema</b></li>
@ -151,6 +151,7 @@
<li><b>ComedyCentral</b></li>
<li><b>ComedyCentralShows</b>: The Daily Show / The Colbert Report</li>
<li><b>CondeNast</b>: Condé Nast media group: Allure, Architectural Digest, Ars Technica, Bon Appétit, Brides, Condé Nast, Condé Nast Traveler, Details, Epicurious, GQ, Glamour, Golf Digest, SELF, Teen Vogue, The New Yorker, Vanity Fair, Vogue, W Magazine, WIRED</li>
<li><b>Coub</b></li>
<li><b>Cracked</b></li>
<li><b>Crackle</b></li>
<li><b>Criterion</b></li>
@ -220,6 +221,7 @@
<li><b>exfm</b>: ex.fm</li>
<li><b>ExpoTV</b></li>
<li><b>ExtremeTube</b></li>
<li><b>EyedoTV</b></li>
<li><b>facebook</b></li>
<li><b>faz.net</b></li>
<li><b>fc2</b></li>
@ -341,8 +343,8 @@
<li><b>LePlaylist</b></li>
<li><b>LetvCloud</b>: 乐视云</li>
<li><b>Libsyn</b></li>
<li><b>life</b>: Life.ru</li>
<li><b>life:embed</b></li>
<li><b>lifenews</b>: LIFE | NEWS</li>
<li><b>limelight</b></li>
<li><b>limelight:channel</b></li>
<li><b>limelight:channel_list</b></li>
@ -527,6 +529,8 @@
<li><b>R7</b></li>
<li><b>radio.de</b></li>
<li><b>radiobremen</b></li>
<li><b>radiocanada</b></li>
<li><b>RadioCanadaAudioVideo</b></li>
<li><b>radiofrance</b></li>
<li><b>RadioJavan</b></li>
<li><b>Rai</b></li>
@ -536,6 +540,7 @@
<li><b>RedTube</b></li>
<li><b>RegioTV</b></li>
<li><b>Restudy</b></li>
<li><b>Reuters</b></li>
<li><b>ReverbNation</b></li>
<li><b>Revision3</b></li>
<li><b>RICE</b></li>
@ -697,8 +702,8 @@
<li><b>TVCArticle</b></li>
<li><b>tvigle</b>: Интернет-телевидение Tvigle.ru</li>
<li><b>tvland.com</b></li>
<li><b>tvp.pl</b></li>
<li><b>tvp.pl:Series</b></li>
<li><b>tvp</b>: Telewizja Polska</li>
<li><b>tvp:series</b></li>
<li><b>TVPlay</b>: TV3Play and related services</li>
<li><b>Tweakers</b></li>
<li><b>twitch:chapter</b></li>
@ -781,7 +786,8 @@
<li><b>VuClip</b></li>
<li><b>vulture.com</b></li>
<li><b>Walla</b></li>
<li><b>WashingtonPost</b></li>
<li><b>washingtonpost</b></li>
<li><b>washingtonpost:article</b></li>
<li><b>wat.tv</b></li>
<li><b>WatchIndianPorn</b>: Watch Indian Porn</li>
<li><b>WDR</b></li>

View File

@ -1 +1 @@
2016.05.21.2
2016.05.30

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-05-21T21:50:46.878968Z</updated>
<updated>2016-05-30T01:19:30.190598Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -9515,4 +9515,19 @@
<updated>2016-05-21T00:00:02Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.05.30</id>
<title>New version 2016.05.30</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.05.30/">https://yt-dl.org/downloads/2016.05.30/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2016-05-30T00:00:00Z</updated>
</entry>
</feed>

View File

@ -1,6 +1,6 @@
{
"latest": "2016.05.21.2",
"signature": "54a0778869fe4504e54c3587c288225290e2a52a71f73e8079ecd099c113858d59182d0767d4b69111047e9a6eda5190e091588fa54e3047a7bbb30afac96811764fab298d6dce7bb16e89b42967d2fbe8f65a082497a80fc2d570047192cd5329ba81ebc25eae86a28bd0f89c622d0437c09fb7326a8f125c80cae9ca57f559",
"latest": "2016.05.30",
"signature": "9b3cfce5b95552b01c604576432dee092fb9e37e5e8bbf2522016afc81894ee24969f02e488a179c65eb26caf8f4521737dfc7a69b57740d41f1bf2653a63666ce513fe9cb602f9c5b4ff2bb944a7733fd82907f5145dbcd24fdfd35de418b43faf2737c24d46bd34f847704b5d5a8623765e9bf6202fca53a0f8b73ddd6cb12",
"versions": {
"2012.02.22": {
"bin": [
@ -8883,6 +8883,20 @@
"https://yt-dl.org/downloads/2016.05.21.2/youtube-dl-2016.05.21.2.tar.gz",
"66f94fc97012c4c7a6338dc4df6ec62af66dcfc144c5e8c8cd8b5519756f1a98"
]
},
"2016.05.30": {
"bin": [
"https://yt-dl.org/downloads/2016.05.30/youtube-dl",
"e65832ab39576716e242d248cf9cf7cf92e15cb776048b73dbe58f35dab6190c"
],
"exe": [
"https://yt-dl.org/downloads/2016.05.30/youtube-dl.exe",
"27811c67c80729155114582df44b9e76ed473f4903c3aef28c6e93d9ba1e2c41"
],
"tar": [
"https://yt-dl.org/downloads/2016.05.30/youtube-dl-2016.05.30.tar.gz",
"13d0fa99938b46cd25c919fb72f715c863f2374c43a611166721bcbf6c98227f"
]
}
}
}