release 2014.12.17.1
This commit is contained in:
parent
01ec54d121
commit
8149c54acf
|
@ -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>
|
<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.12.17/youtube-dl">2014.12.17</a> (<a href="https://yt-dl.org/downloads/2014.12.17/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.12.17.1/youtube-dl">2014.12.17.1</a> (<a href="https://yt-dl.org/downloads/2014.12.17.1/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 34bd754b4e41c173a133bbf86a9be882</li>
|
<li><strong>MD5</strong>: c52a8712ec2f12765fb5582464383508</li>
|
||||||
<li><strong>SHA1</strong>: a42f06739cbc753a41339f4cda8afbfd93f3a6fe</li>
|
<li><strong>SHA1</strong>: 81c8c3e0caf4c44ddd94244a99ee1d33922acce6</li>
|
||||||
<li><strong>SHA256</strong>: 72e86d88cc00044d53840511a3904a03db8d878e111b9ccaa227e2ba22c0a39b</li>
|
<li><strong>SHA256</strong>: 070ee0fde9f9393ee3de71a65792a94c9e19d440ded148df600ad6ac881a80f3</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.12.17/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.17/youtube-dl.exe.sig">sig</a> - 2ab6c6c46e96a980327c47a562f296572831754279a45b9699640ae48f06d260)<br>
|
<a href="https://yt-dl.org/downloads/2014.12.17.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.17.1/youtube-dl.exe.sig">sig</a> - 50a4c10a59ea0d9e11774ee77ea38e474a272f191e1da3e4a576967ddcce8e1a)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.12.17/youtube-dl-2014.12.17.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.17/youtube-dl-2014.12.17.tar.gz.sig">sig</a> - 137eac64ff9bdfc4b639ea31abb0b01414ac83f4b5648b881d5be83fcac59afe)
|
<a href="https://yt-dl.org/downloads/2014.12.17.1/youtube-dl-2014.12.17.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.17.1/youtube-dl-2014.12.17.1.tar.gz.sig">sig</a> - ae9d4e43aaccf59a05044aa2eac328c1e392bb68d8ccaa2edfeedeb6e4ff302e)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>To install it right away for all UNIX users (Linux, OS X, etc.), type:
|
<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.12.17/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.17.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
||||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>If you do not have curl, you can alternatively use a recent wget:
|
<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.12.17/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.17.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
||||||
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
sudo chmod a+x /usr/local/bin/youtube-dl</code>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>To check the signature, type:
|
<p>To check the signature, type:
|
||||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.17/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.12.17.1/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>
|
||||||
|
|
||||||
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
<p>The following GPG keys will be used to sign the binaries and the git tags:</p>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2014.12.17
|
2014.12.17.1
|
|
@ -3,7 +3,7 @@
|
||||||
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
|
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
|
||||||
<title>youtube-dl releases</title>
|
<title>youtube-dl releases</title>
|
||||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
|
||||||
<updated>2014-12-17T10:57:13.317822Z</updated>
|
<updated>2014-12-17T11:32:31.053500Z</updated>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
|
||||||
|
@ -6935,4 +6935,19 @@
|
||||||
<updated>2014-12-17T00:00:00Z</updated>
|
<updated>2014-12-17T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.17.1</id>
|
||||||
|
<title>New version 2014.12.17.1</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.12.17.1/">https://yt-dl.org/downloads/2014.12.17.1/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-12-17T00:00:01Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.12.17",
|
"latest": "2014.12.17.1",
|
||||||
"signature": "4dd8d353b3ccfa269d62bcf836f80e8a0ba92ee9a92d9ce604d0d27abf937e9c4586878f0c5d1081ab3d91fe48397ed5016a6e13d076288229d697b0148978bd04cba328d235f1633797b1b4ec74e75463139be2d78e87038a4ec6edc5c9f92b2b42ffe3330d1bbc951c496b19ec8492d49fb0e9dc17be96ec07af8a61bf762e",
|
"signature": "191f1497309d50d54c757181844ac2a04fcdd4518d6abccf8b0ffcbf91fe1b69d9c36a6666b3db51964af19b9ce876213c51c4a78d1adb8428a296f6535e095443fb7b772791225b4b203771e34e7baf6e6af52afda8f92b024276f7e8b6a2b80b51267cb5d11bc8bf69b7748369f1c1f12872006ee1bcbcd5b62d2258bf53ac",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -6475,6 +6475,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.12.17/youtube-dl-2014.12.17.tar.gz",
|
"https://yt-dl.org/downloads/2014.12.17/youtube-dl-2014.12.17.tar.gz",
|
||||||
"137eac64ff9bdfc4b639ea31abb0b01414ac83f4b5648b881d5be83fcac59afe"
|
"137eac64ff9bdfc4b639ea31abb0b01414ac83f4b5648b881d5be83fcac59afe"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.12.17.1": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.17.1/youtube-dl",
|
||||||
|
"070ee0fde9f9393ee3de71a65792a94c9e19d440ded148df600ad6ac881a80f3"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.17.1/youtube-dl.exe",
|
||||||
|
"50a4c10a59ea0d9e11774ee77ea38e474a272f191e1da3e4a576967ddcce8e1a"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.17.1/youtube-dl-2014.12.17.1.tar.gz",
|
||||||
|
"ae9d4e43aaccf59a05044aa2eac328c1e392bb68d8ccaa2edfeedeb6e4ff302e"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue