release 2014.10.24
This commit is contained in:
parent
23c6d465ad
commit
31d51aa70f
|
@ -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.10.23/youtube-dl">2014.10.23</a> (<a href="https://yt-dl.org/downloads/2014.10.23/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl">2014.10.24</a> (<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: ed2229f7dad8ebb848f271097e5cbcf0</li>
|
<li><strong>MD5</strong>: 056c64c0bccd68e310d36eafe4958e80</li>
|
||||||
<li><strong>SHA1</strong>: 2fc88c94981ada596d13458dc87d1607e9eca53a</li>
|
<li><strong>SHA1</strong>: c1c6769bc6955849eea7b4e19656757e8f35200b</li>
|
||||||
<li><strong>SHA256</strong>: 169a83a667fb68f3da2b5469b6596da4cec1a5d0e4436c33d90317af330655da</li>
|
<li><strong>SHA256</strong>: d089a6c9af307cff8eaeeb253595b62ee96181e2f3ba66c701815285b140025a</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.10.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.23/youtube-dl.exe.sig">sig</a> - 73453fcc68a310341246afef9313efd9f95af51f9b7f94dc7b7a6baed3ae3d93)<br>
|
<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl.exe.sig">sig</a> - c8e287fe74bb630daa71200af60ff3a5781cc99901aaedb60e9a50834f5c223b)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.10.23/youtube-dl-2014.10.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.23/youtube-dl-2014.10.23.tar.gz.sig">sig</a> - 9f76c53be4744c9b73c3f148553617953db6539a9c57b2bdd33ae3232717508d)
|
<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl-2014.10.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.24/youtube-dl-2014.10.24.tar.gz.sig">sig</a> - bcaa25b86d893b0280f21ad84979d4234206b7a04b19acf9cc9bad1f5223593a)
|
||||||
</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.10.23/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.10.24/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.10.23/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.24/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.10.23/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.10.24/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.10.23
|
2014.10.24
|
|
@ -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-10-23T20:24:39.021104Z</updated>
|
<updated>2014-10-24T14:57:39.399251Z</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>
|
||||||
|
@ -6050,4 +6050,19 @@
|
||||||
<updated>2014-10-23T00:00:00Z</updated>
|
<updated>2014-10-23T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.24</id>
|
||||||
|
<title>New version 2014.10.24</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.10.24/">https://yt-dl.org/downloads/2014.10.24/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-10-24T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.10.23",
|
"latest": "2014.10.24",
|
||||||
"signature": "9bb35a460e40c4e8d7d4826aed0f6ada3dc3600114e85358630f00a6f450f8ebfb8b8f3cea304b046edfb3bc59f167aef488c47269453cfca92eeddcb548f9345dffd4052e4d9ada713ec3b8e0db86810e01f091a90936ae5e23e9bf8b048ac4f57fcb124b7e956094752ad0e93e55ea219df67b751d79bcb137c1d849fbfeb8",
|
"signature": "98fdc53a1b4ebdd6f881365feddc2506acd72bcf4843477c23570e712294c8a2a12103c22b5695cd320ec8201df20ec0275e9d8ff5f6bef68358ae7d769c6a0c7fffb84c139a16a92ae99e8f55884a4c339711b02de9217db33ad98b2a46611a2efd41932e650eec24491a42df4f0cc3e4475079ae2158d9ed72118d789c7083",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -5649,6 +5649,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.10.23/youtube-dl-2014.10.23.tar.gz",
|
"https://yt-dl.org/downloads/2014.10.23/youtube-dl-2014.10.23.tar.gz",
|
||||||
"9f76c53be4744c9b73c3f148553617953db6539a9c57b2bdd33ae3232717508d"
|
"9f76c53be4744c9b73c3f148553617953db6539a9c57b2bdd33ae3232717508d"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.10.24": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.10.24/youtube-dl",
|
||||||
|
"d089a6c9af307cff8eaeeb253595b62ee96181e2f3ba66c701815285b140025a"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.10.24/youtube-dl.exe",
|
||||||
|
"c8e287fe74bb630daa71200af60ff3a5781cc99901aaedb60e9a50834f5c223b"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.10.24/youtube-dl-2014.10.24.tar.gz",
|
||||||
|
"bcaa25b86d893b0280f21ad84979d4234206b7a04b19acf9cc9bad1f5223593a"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue