release 2016.07.17

This commit is contained in:
Sergey M․ 2016-07-17 19:07:37 +07:00
parent 3dbb634bf3
commit 9d6f60a694
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
5 changed files with 43 additions and 12 deletions

View file

@ -16,25 +16,25 @@
<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.07.16/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.07.17/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.07.16/youtube-dl">2016.07.16</a> (<a href="https://yt-dl.org/downloads/2016.07.16/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2016.07.17/youtube-dl">2016.07.17</a> (<a href="https://yt-dl.org/downloads/2016.07.17/youtube-dl.sig">sig</a>)</h2>
<p><strong>SHA256</strong>: eda7983755cf80f7e12a9858cb1a62bc87488a3a3de247f70491412010e19795</p>
<p><strong>SHA256</strong>: f90841fbef4970c1edc3943370c5ca4f58ea15936e29c6c7f3f4878271c5ef1b</p>
<p>
<a href="https://yt-dl.org/downloads/2016.07.16/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.07.16/youtube-dl.exe.sig">sig</a> - SHA256 9af31e2bd90eb4c441d4f311249300e66d1856c6a5cdc17895492dca55a24e6f)<br>
<a href="https://yt-dl.org/downloads/2016.07.16/youtube-dl-2016.07.16.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.07.16/youtube-dl-2016.07.16.tar.gz.sig">sig</a> - SHA256 cf6d481239c2d002596ce703dabc53c6271f924b4c255be5f54c2dc13014fd04)
<a href="https://yt-dl.org/downloads/2016.07.17/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2016.07.17/youtube-dl.exe.sig">sig</a> - SHA256 a7438f9f26a963c7e88dade75f930b22a2bb1df4665f15350f5e2cf336343aea)<br>
<a href="https://yt-dl.org/downloads/2016.07.17/youtube-dl-2016.07.17.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2016.07.17/youtube-dl-2016.07.17.tar.gz.sig">sig</a> - SHA256 a87d716b796df153a3561107a935d96c2b049507a09c0a02a4039e751ae63e33)
</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.07.16/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl -L https://yt-dl.org/downloads/latest/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.07.16/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+rx /usr/local/bin/youtube-dl</code>
</p>
@ -51,7 +51,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.07.16/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/latest/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

@ -464,6 +464,7 @@
<li><b>niconico</b>: ニコニコ動画</li>
<li><b>NiconicoPlaylist</b></li>
<li><b>NineCNineMedia</b></li>
<li><b>Nintendo</b></li>
<li><b>njoy</b>: N-JOY</li>
<li><b>njoy:embed</b></li>
<li><b>Noco</b></li>
@ -660,6 +661,7 @@
<li><b>stanfordoc</b>: Stanford Open ClassRoom</li>
<li><b>Steam</b></li>
<li><b>Stitcher</b></li>
<li><b>Streamable</b></li>
<li><b>streamcloud.eu</b></li>
<li><b>StreamCZ</b></li>
<li><b>StreetVoice</b></li>

View file

@ -1 +1 @@
2016.07.16
2016.07.17

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-07-16T02:21:51.423194Z</updated>
<updated>2016-07-17T19:07:29.421456Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -10040,4 +10040,19 @@
<updated>2016-07-16T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2016.07.17</id>
<title>New version 2016.07.17</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.07.17/">https://yt-dl.org/downloads/2016.07.17/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2016-07-17T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2016.07.16",
"signature": "9bf499a9558edf826c205a0190a055cf876eeac281a3bae227090ff5d082423ab2ef89de4f15f74302584f86b4148b9611f63b0116e31ac42a9e7b9fb3b87cc8fbb4d440e8f48cec7b1b49c2a1d1e1c352e62535b566e9a4ffcdc8c94dfd606164fb1d8cced5b6daaa7b50de37435d923885937101fceb38383692e02dc9c7a8",
"latest": "2016.07.17",
"signature": "32f450b11502531bdb05a434502030c57c2939e371bc5e3fbbc4eccbb3b46127b1ec51e451473d3f7d9ce573219d916fb5a759c58cc8e2f8608628d1b6a987b1c00969ed5cd70a9b41ea371e484150171cf98c54f74814dbc6da74140be7cef10b89c57a7d182bf36b075afaff0cd3d8a7f4aa3578c506388e78dbf5ab4a39ea",
"versions": {
"2012.02.22": {
"bin": [
@ -9373,6 +9373,20 @@
"https://yt-dl.org/downloads/2016.07.16/youtube-dl-2016.07.16.tar.gz",
"cf6d481239c2d002596ce703dabc53c6271f924b4c255be5f54c2dc13014fd04"
]
},
"2016.07.17": {
"bin": [
"https://yt-dl.org/downloads/2016.07.17/youtube-dl",
"f90841fbef4970c1edc3943370c5ca4f58ea15936e29c6c7f3f4878271c5ef1b"
],
"exe": [
"https://yt-dl.org/downloads/2016.07.17/youtube-dl.exe",
"a7438f9f26a963c7e88dade75f930b22a2bb1df4665f15350f5e2cf336343aea"
],
"tar": [
"https://yt-dl.org/downloads/2016.07.17/youtube-dl-2016.07.17.tar.gz",
"a87d716b796df153a3561107a935d96c2b049507a09c0a02a4039e751ae63e33"
]
}
}
}