release 2014.12.16.2
This commit is contained in:
parent
37d868f0f4
commit
fa3d853f77
|
@ -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.16.1/youtube-dl">2014.12.16.1</a> (<a href="https://yt-dl.org/downloads/2014.12.16.1/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.12.16.2/youtube-dl">2014.12.16.2</a> (<a href="https://yt-dl.org/downloads/2014.12.16.2/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: c336df95ec2b06f47f092ad098d07494</li>
|
<li><strong>MD5</strong>: e4de129cfb53270cabbd20799bce4b3f</li>
|
||||||
<li><strong>SHA1</strong>: e9a0cbce096855c207de0126023c83a6e73445be</li>
|
<li><strong>SHA1</strong>: 322787f5fc612b161fa82c95c4a5c05509962b80</li>
|
||||||
<li><strong>SHA256</strong>: 27ece941485af74e3ddff24c1394512081d14701b4c1b552798acd6c89439888</li>
|
<li><strong>SHA256</strong>: 399c255fea5505044f02c71b49b7faa5ef8c3ed772b438322f07040a68f44097</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.12.16.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.16.1/youtube-dl.exe.sig">sig</a> - 49fa706519ee6ffe7b9cbc1842f0108f1e7fb07663317f9fb173b64df9a9be7b)<br>
|
<a href="https://yt-dl.org/downloads/2014.12.16.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.12.16.2/youtube-dl.exe.sig">sig</a> - d3fbb6732d30238979b3e4beb9c6fd21cd7d88e0458625826017e14725c108e1)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.12.16.1/youtube-dl-2014.12.16.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.16.1/youtube-dl-2014.12.16.1.tar.gz.sig">sig</a> - 287a4b7ce6faf00e5619c7dbf84a2410533b7fd462d4e79bdafeb2ae704fa603)
|
<a href="https://yt-dl.org/downloads/2014.12.16.2/youtube-dl-2014.12.16.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.12.16.2/youtube-dl-2014.12.16.2.tar.gz.sig">sig</a> - 14d69f01bc3b1d22cbd2452d5d13caa1f67341494aba1338e8817052249901df)
|
||||||
</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.16.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.12.16.2/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.16.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.16.2/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.16.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>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.12.16.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>
|
||||||
</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.16.1
|
2014.12.16.2
|
|
@ -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-16T16:08:06.370838Z</updated>
|
<updated>2014-12-16T16:53:10.985225Z</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>
|
||||||
|
@ -6905,4 +6905,19 @@
|
||||||
<updated>2014-12-16T00:00:01Z</updated>
|
<updated>2014-12-16T00:00:01Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.12.16.2</id>
|
||||||
|
<title>New version 2014.12.16.2</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.16.2/">https://yt-dl.org/downloads/2014.12.16.2/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-12-16T00:00:02Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.12.16.1",
|
"latest": "2014.12.16.2",
|
||||||
"signature": "75940945ae2d1a1f4c7824764d183e927d63685e3571d30dacfafdc1dda65702b285020d8114f1808576012ea2781ee1d1b0c89a6a9b4a87c21634882c8674b0b7d12606e7f4715aefbeb37eb302bf62b77cb06fefaaa173fc0aa445a92ae00f6bce179bc46a41ef21095baee28c911cf24e27d4649d7ed21f85a670c0831d79",
|
"signature": "20d3c09e673599a8125df39667110492aea29bdbb3460992df7836309cdac04e9d6a4bcf7cc0f9a2d6e25bb4dde3bfb1101bedca866130e7578ff204e99eae9c77adf3565a1fa7a67b49d19a8320062fc96290792d0001d68a0de471b5bba2bfa4c43ee6023e4c492cad55634297236c4ca6fdd014f9995f10a209d2fe8329bd",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -6447,6 +6447,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.12.16.1/youtube-dl-2014.12.16.1.tar.gz",
|
"https://yt-dl.org/downloads/2014.12.16.1/youtube-dl-2014.12.16.1.tar.gz",
|
||||||
"287a4b7ce6faf00e5619c7dbf84a2410533b7fd462d4e79bdafeb2ae704fa603"
|
"287a4b7ce6faf00e5619c7dbf84a2410533b7fd462d4e79bdafeb2ae704fa603"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.12.16.2": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.16.2/youtube-dl",
|
||||||
|
"399c255fea5505044f02c71b49b7faa5ef8c3ed772b438322f07040a68f44097"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.16.2/youtube-dl.exe",
|
||||||
|
"d3fbb6732d30238979b3e4beb9c6fd21cd7d88e0458625826017e14725c108e1"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.12.16.2/youtube-dl-2014.12.16.2.tar.gz",
|
||||||
|
"14d69f01bc3b1d22cbd2452d5d13caa1f67341494aba1338e8817052249901df"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue