release 2014.05.12
This commit is contained in:
parent
ee5d951160
commit
9190a734e6
|
@ -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.3+ to work.</p>
|
||||
|
||||
<h2><a href="https://yt-dl.org/downloads/2014.05.05/youtube-dl">2014.05.05</a> (<a href="https://yt-dl.org/downloads/2014.05.05/youtube-dl.sig">sig</a>)</h2>
|
||||
<h2><a href="https://yt-dl.org/downloads/2014.05.12/youtube-dl">2014.05.12</a> (<a href="https://yt-dl.org/downloads/2014.05.12/youtube-dl.sig">sig</a>)</h2>
|
||||
|
||||
<ul>
|
||||
<li><strong>MD5</strong>: 66661dd532ec5d799cec8d7b5554ae52</li>
|
||||
<li><strong>SHA1</strong>: 8ec9454f889c66a6995848c5a67eb21126384669</li>
|
||||
<li><strong>SHA256</strong>: 308277f96ec259375d563de11a1ba337db0b66c4b74e1b3f1014fdbb37c7dc57</li>
|
||||
<li><strong>MD5</strong>: 7ca8d59e513b4464365e645338c49bd9</li>
|
||||
<li><strong>SHA1</strong>: 9210f08a1e3b31bbbb4c222d533c08a3d9508e32</li>
|
||||
<li><strong>SHA256</strong>: d89b3d08abb91b1e79000909c101d0decb2390f17aa7f377ee8875d23e737a5b</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<a href="https://yt-dl.org/downloads/2014.05.05/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.05/youtube-dl.exe.sig">sig</a> - df39c410231d200481673b47ca7cf9df9eb0ddf39fa7c32670a1aa5b70268041)<br>
|
||||
<a href="https://yt-dl.org/downloads/2014.05.05/youtube-dl-2014.05.05.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.05/youtube-dl-2014.05.05.tar.gz.sig">sig</a> - 6f02362cfa618d78f55f18d13baea4ebfa1ad15f1e3fef2e93a9d2a652e23d0f)
|
||||
<a href="https://yt-dl.org/downloads/2014.05.12/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.05.12/youtube-dl.exe.sig">sig</a> - 21166bdf249c601ed7b01c461e248b62bbe5be721ecd4114538f6e48635c881b)<br>
|
||||
<a href="https://yt-dl.org/downloads/2014.05.12/youtube-dl-2014.05.12.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.05.12/youtube-dl-2014.05.12.tar.gz.sig">sig</a> - 61796e4448a3a030a64298cee64075e508904f0d9dcb98ddf21335c2123349b5)
|
||||
</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/2014.05.05/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.05.12/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||
sudo chmod a+x /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/2014.05.05/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.05.12/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||
</p>
|
||||
|
||||
|
@ -49,7 +49,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/2014.05.05/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/2014.05.12/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>
|
||||
|
|
|
@ -294,6 +294,7 @@
|
|||
<li><b>videofy.me</b></li>
|
||||
<li><b>videolectures.net</b></li>
|
||||
<li><b>VideoPremium</b></li>
|
||||
<li><b>VideoTt</b>: video.tt - Your True Tube</li>
|
||||
<li><b>videoweed</b>: VideoWeed</li>
|
||||
<li><b>viki</b></li>
|
||||
<li><b>vimeo</b></li>
|
||||
|
|
|
@ -1 +1 @@
|
|||
2014.05.05
|
||||
2014.05.12
|
|
@ -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>2014-05-05T03:17:52.467328Z</updated>
|
||||
<updated>2014-05-12T16:42:30.274667Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
|
||||
|
@ -4640,4 +4640,19 @@
|
|||
<updated>2014-05-05T00:00:00Z</updated>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.05.12</id>
|
||||
<title>New version 2014.05.12</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/2014.05.12/">https://yt-dl.org/downloads/2014.05.12/</a>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>The youtube-dl maintainers</name>
|
||||
</author>
|
||||
<updated>2014-05-12T00:00:00Z</updated>
|
||||
</entry>
|
||||
|
||||
</feed>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"latest": "2014.05.05",
|
||||
"signature": "64a514d76827afec80823488f62c593e32810ddde1b114b1c4bbbd4c4131c94c496ab615e1fdda9db2f27030eb57134eaada8b9876183d854648df9a3692ae8696ee67862637fb005ab3d9c30aa99ba7720f2c8ba2923f1a8be710fc0adb2715d50e95c2f53639469c0cda617ac5471564c08847c12350bb4f3da144ea1600b1",
|
||||
"latest": "2014.05.12",
|
||||
"signature": "00024332804506d8defebae78223df4003ecba88afb8bc0f7e0034efc7ed9d1da8452e75fc3e028d737ec90d7fda8c84bc9eae7f467e55a1dea39255e76d7ab61de619b67f73af6ddc79b36ab4de1d5f193f71052deae9f31d039b42740b948dee168e8e53ba6ef5f4be553363b9807bee3d8b131aa35d598c21d9ebc576afad",
|
||||
"versions": {
|
||||
"2012.02.22": {
|
||||
"bin": [
|
||||
|
@ -4333,6 +4333,20 @@
|
|||
"https://yt-dl.org/downloads/2014.05.05/youtube-dl-2014.05.05.tar.gz",
|
||||
"6f02362cfa618d78f55f18d13baea4ebfa1ad15f1e3fef2e93a9d2a652e23d0f"
|
||||
]
|
||||
},
|
||||
"2014.05.12": {
|
||||
"bin": [
|
||||
"https://yt-dl.org/downloads/2014.05.12/youtube-dl",
|
||||
"d89b3d08abb91b1e79000909c101d0decb2390f17aa7f377ee8875d23e737a5b"
|
||||
],
|
||||
"exe": [
|
||||
"https://yt-dl.org/downloads/2014.05.12/youtube-dl.exe",
|
||||
"21166bdf249c601ed7b01c461e248b62bbe5be721ecd4114538f6e48635c881b"
|
||||
],
|
||||
"tar": [
|
||||
"https://yt-dl.org/downloads/2014.05.12/youtube-dl-2014.05.12.tar.gz",
|
||||
"61796e4448a3a030a64298cee64075e508904f0d9dcb98ddf21335c2123349b5"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue