release 2014.09.24.1
This commit is contained in:
parent
babe46018b
commit
3579a6dbe0
|
@ -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.09.24/youtube-dl">2014.09.24</a> (<a href="https://yt-dl.org/downloads/2014.09.24/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.09.24.1/youtube-dl">2014.09.24.1</a> (<a href="https://yt-dl.org/downloads/2014.09.24.1/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 23525f24a3693edecba39bc6671de013</li>
|
<li><strong>MD5</strong>: bc47579c0b1ea2d956f9c7b387770066</li>
|
||||||
<li><strong>SHA1</strong>: 2f0007fab4b64256017adc23a5372d795e13c60b</li>
|
<li><strong>SHA1</strong>: af1860465e5baf2d59e278bf2faa209fae568ffa</li>
|
||||||
<li><strong>SHA256</strong>: 30bcce415f8538ba3a75cf47cacc5e9df0854b08e5362f6aa12380212db9d214</li>
|
<li><strong>SHA256</strong>: e8357aec01bdee7336122dd2f9d504eac28b00a97d0f784fae092c611eb9f826</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.09.24/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.24/youtube-dl.exe.sig">sig</a> - 752fc80cf671ded368b9de5cac80de8bbaa6544d4451a5b480da1f7917cc3772)<br>
|
<a href="https://yt-dl.org/downloads/2014.09.24.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.09.24.1/youtube-dl.exe.sig">sig</a> - 3cb21ce54d447340d816110aa789754a2fb965051677c3f692a9618bd103045e)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.09.24/youtube-dl-2014.09.24.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.24/youtube-dl-2014.09.24.tar.gz.sig">sig</a> - 5e6cb71a2fc3f8bf5455f9915b2666cf86fcd7cae88d5627d3b818908858308f)
|
<a href="https://yt-dl.org/downloads/2014.09.24.1/youtube-dl-2014.09.24.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.09.24.1/youtube-dl-2014.09.24.1.tar.gz.sig">sig</a> - f0f3ab36976a74c8c112c36b01f529e8e4231310f50158e8aab8098dadfbac3c)
|
||||||
</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.09.24/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.09.24.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.09.24/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.24.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.09.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>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.09.24.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.09.24
|
2014.09.24.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-09-24T11:16:43.661420Z</updated>
|
<updated>2014-09-24T14:19:05.085812Z</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>
|
||||||
|
@ -5840,4 +5840,19 @@
|
||||||
<updated>2014-09-24T00:00:00Z</updated>
|
<updated>2014-09-24T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.09.24.1</id>
|
||||||
|
<title>New version 2014.09.24.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.09.24.1/">https://yt-dl.org/downloads/2014.09.24.1/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-09-24T00:00:01Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.09.24",
|
"latest": "2014.09.24.1",
|
||||||
"signature": "2d00ac74b66fa6740b75154f26fe8fbfcdb76eb38e42216ef5f447626a8200b7a2e5dcead5ca996ef74926f7dd9f45dda227a012c0b24c6588c89439bd1848f3df51bf17b73a770ad4b14ad802b3d54fd28751d11c6ea90b948934b3eeb6fa671b9f46de90ca982719ddf477f1bca0ffc3f0ae7a8ffbc1cd3c644c427ab461c9",
|
"signature": "5e262f89d235f1534feed4074a2a586e9435b9da96f9ba3cf988cf38201a179490a34398266c8e690ee2402db143e76c945a204635d08f2364814851351c006526e8f8289d7d87b7abbc89e789df8074d2d49d6321159ecea73178bd9b03f1704d2e8f3d65154fba1c788cdaadb25e087a338f9c7ef8a8f0644bf18cb8ee8f53",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -5453,6 +5453,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.09.24/youtube-dl-2014.09.24.tar.gz",
|
"https://yt-dl.org/downloads/2014.09.24/youtube-dl-2014.09.24.tar.gz",
|
||||||
"5e6cb71a2fc3f8bf5455f9915b2666cf86fcd7cae88d5627d3b818908858308f"
|
"5e6cb71a2fc3f8bf5455f9915b2666cf86fcd7cae88d5627d3b818908858308f"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.09.24.1": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.09.24.1/youtube-dl",
|
||||||
|
"e8357aec01bdee7336122dd2f9d504eac28b00a97d0f784fae092c611eb9f826"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.09.24.1/youtube-dl.exe",
|
||||||
|
"3cb21ce54d447340d816110aa789754a2fb965051677c3f692a9618bd103045e"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.09.24.1/youtube-dl-2014.09.24.1.tar.gz",
|
||||||
|
"f0f3ab36976a74c8c112c36b01f529e8e4231310f50158e8aab8098dadfbac3c"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue