mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-23 08:54:33 +01:00
release 2015.05.04
This commit is contained in:
parent
e75db9e70d
commit
996790ebf8
@ -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.2+ 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.2+ to work.</p>
|
||||||
|
|
||||||
<h2><a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl">2015.05.03</a> (<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl">2015.05.04</a> (<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 804ab093f818ff43a5780158623be8e6</li>
|
<li><strong>MD5</strong>: 22726b6e354e8e0493cba438e44b888e</li>
|
||||||
<li><strong>SHA1</strong>: 69eee780905c2cca1b51c1e87876c9237c65b080</li>
|
<li><strong>SHA1</strong>: ed0a3aaaa473d0d9a0a93677b89debf9a7c27f43</li>
|
||||||
<li><strong>SHA256</strong>: b39fbe3c53a58f31d8cb38b45ee9e1b25ed25a91bd31723dbd395d8d21308680</li>
|
<li><strong>SHA256</strong>: af7840079063c168fe31ba0b0b1b1f00055a4958b66012892f18207747694811</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl.exe.sig">sig</a> - e764127da9006752308044dd1851abc50a711ee3e7f9a6d8ddaa9ca3a3273d22)<br>
|
<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl.exe.sig">sig</a> - 672a9d03d64491bac5e9d7d1b8700b7db79f538b5f8e7aa652104f09ed51bacb)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz.sig">sig</a> - 9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32)
|
<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl-2015.05.04.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.05.04/youtube-dl-2015.05.04.tar.gz.sig">sig</a> - 3ebafe6257bfd8a9feb1e16f44c92258b038de07e8754560f05bd9909f9e113b)
|
||||||
</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/2015.05.03/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.05.04/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/2015.05.03/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.05.04/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/2015.05.03/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/2015.05.04/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 @@
|
|||||||
2015.05.03
|
2015.05.04
|
@ -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>2015-05-03T22:44:45.759902Z</updated>
|
<updated>2015-05-04T15:16:14.914847Z</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>
|
||||||
@ -8180,4 +8180,19 @@
|
|||||||
<updated>2015-05-03T00:00:00Z</updated>
|
<updated>2015-05-03T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.05.04</id>
|
||||||
|
<title>New version 2015.05.04</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/2015.05.04/">https://yt-dl.org/downloads/2015.05.04/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2015-05-04T00:00:00Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"latest": "2015.05.03",
|
"latest": "2015.05.04",
|
||||||
"signature": "016520ea724df73d05b220d1d5d9a0cdfcc32e04484e04bb46c4a9eab4c3cb04ce081d1bd70031bbaea8d93a3fb0a5334a50300d9d93fce08335c8170a82fbfb14aebef46e228d397e185cffd6c53e64f0f098115b4e95ecaaf9312941d3a7e2940dd76dcd23203d28e5777aa6e198cb42e05b014b48a20a0da7aedee0e4822e",
|
"signature": "539c01256ed3fd4da3881a781c0eb1b321bcd88cf48fe386f40995b0a9fdfe034228ecd3f9088e0f5de0f2fbdc44f8d30065e7c2eb3ed770d94ed0150305d5318002bb0354b8ad172aec64a80b18c4f582556bb34c7a5082fd04f932cf513b1f380e601b43b2e75d11cbbf29a36e676a60933452a7eeea1bfc9b061d292a46d0",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -7637,6 +7637,20 @@
|
|||||||
"https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz",
|
"https://yt-dl.org/downloads/2015.05.03/youtube-dl-2015.05.03.tar.gz",
|
||||||
"9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32"
|
"9736fbd7de909f99d75e7a828d4b2828ba7d08b174159e73f096a09f54a59d32"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2015.05.04": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2015.05.04/youtube-dl",
|
||||||
|
"af7840079063c168fe31ba0b0b1b1f00055a4958b66012892f18207747694811"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2015.05.04/youtube-dl.exe",
|
||||||
|
"672a9d03d64491bac5e9d7d1b8700b7db79f538b5f8e7aa652104f09ed51bacb"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2015.05.04/youtube-dl-2015.05.04.tar.gz",
|
||||||
|
"3ebafe6257bfd8a9feb1e16f44c92258b038de07e8754560f05bd9909f9e113b"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user