release 2014.07.23.1
This commit is contained in:
parent
d0e59bf20d
commit
71bd78a193
|
@ -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.07.23/youtube-dl">2014.07.23</a> (<a href="https://yt-dl.org/downloads/2014.07.23/youtube-dl.sig">sig</a>)</h2>
|
<h2><a href="https://yt-dl.org/downloads/2014.07.23.1/youtube-dl">2014.07.23.1</a> (<a href="https://yt-dl.org/downloads/2014.07.23.1/youtube-dl.sig">sig</a>)</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>MD5</strong>: 3093d8c8c6303d1a328dddc9086d0a3d</li>
|
<li><strong>MD5</strong>: 81c38eb95b17727a62bb24472bfbab58</li>
|
||||||
<li><strong>SHA1</strong>: 3869b0141f619035a4d6a2e062b60f9bd0052b1a</li>
|
<li><strong>SHA1</strong>: 761e39f5de00fbc2841b9ada5bde20aa44cac738</li>
|
||||||
<li><strong>SHA256</strong>: 80b0dd6bc719d1fe1126ed4a6fbd0d8269ca03a13efffa0530159ddc236e0995</li>
|
<li><strong>SHA256</strong>: eeb1e92ecfb0ac626041ca0a51dc19997508820a4a4a0361ab3c9a149969b27c</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://yt-dl.org/downloads/2014.07.23/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.23/youtube-dl.exe.sig">sig</a> - ac742db3249896e4686058f9e722b17d13733db25f6652a601d7ab9da46d9def)<br>
|
<a href="https://yt-dl.org/downloads/2014.07.23.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.23.1/youtube-dl.exe.sig">sig</a> - fd66024dd096ada0721ebc56677e7859611f24451d83c7b3f34dd10f5a3ec9a3)<br>
|
||||||
<a href="https://yt-dl.org/downloads/2014.07.23/youtube-dl-2014.07.23.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.23/youtube-dl-2014.07.23.tar.gz.sig">sig</a> - a95741b02ea84204420f944e73bb7a70491babddfda057459f0e659aec3bf175)
|
<a href="https://yt-dl.org/downloads/2014.07.23.1/youtube-dl-2014.07.23.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.23.1/youtube-dl-2014.07.23.1.tar.gz.sig">sig</a> - 8854b31e3cb10176e3284206ef96d56b2bc647f99a970953198340a094965d4a)
|
||||||
</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.07.23/youtube-dl -o /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.07.23.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.07.23/youtube-dl -O /usr/local/bin/youtube-dl<br/>
|
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.23.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.07.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.07.23.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.07.23
|
2014.07.23.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-07-23T01:21:47.245282Z</updated>
|
<updated>2014-07-23T01:33:39.191127Z</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>
|
||||||
|
@ -5045,4 +5045,19 @@
|
||||||
<updated>2014-07-23T00:00:00Z</updated>
|
<updated>2014-07-23T00:00:00Z</updated>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.23.1</id>
|
||||||
|
<title>New version 2014.07.23.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.07.23.1/">https://yt-dl.org/downloads/2014.07.23.1/</a>
|
||||||
|
</div>
|
||||||
|
</content>
|
||||||
|
<author>
|
||||||
|
<name>The youtube-dl maintainers</name>
|
||||||
|
</author>
|
||||||
|
<updated>2014-07-23T00:00:01Z</updated>
|
||||||
|
</entry>
|
||||||
|
|
||||||
</feed>
|
</feed>
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"latest": "2014.07.23",
|
"latest": "2014.07.23.1",
|
||||||
"signature": "1f7ab871cd3f5285f5524e1a4cff60143e9d4f2f3b760f84fab3fb6e89b4bd6554b3208df8389959c9f239d6a500d2c39c778398e9bc07c70a1103339ab22e184950e1fe4ce2be51dcb85de51858316f6ffc28966ca4dbc13be6fccc19d0fc70a13029bb9be2710502f7231edefd5faee97a2f36b5b1f33ca496f878b5d69598",
|
"signature": "3eaaaec903004572617a8f0985159ae9c556708d0ce024fd98eb72ac1c246af72198a03caa9c06d08e997bbf787c8e89d2fe143f37c0272a0fce9ab0d25e0ac9e5fafb9d85bcf037d9a9d90d87d9d4326a4d9c148251ea99190bef3dd1055087fe604826a527a3c5f47e607b6adcffe46956254ebbe22b42fc8c21e87090bb8a",
|
||||||
"versions": {
|
"versions": {
|
||||||
"2012.02.22": {
|
"2012.02.22": {
|
||||||
"bin": [
|
"bin": [
|
||||||
|
@ -4711,6 +4711,20 @@
|
||||||
"https://yt-dl.org/downloads/2014.07.23/youtube-dl-2014.07.23.tar.gz",
|
"https://yt-dl.org/downloads/2014.07.23/youtube-dl-2014.07.23.tar.gz",
|
||||||
"a95741b02ea84204420f944e73bb7a70491babddfda057459f0e659aec3bf175"
|
"a95741b02ea84204420f944e73bb7a70491babddfda057459f0e659aec3bf175"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"2014.07.23.1": {
|
||||||
|
"bin": [
|
||||||
|
"https://yt-dl.org/downloads/2014.07.23.1/youtube-dl",
|
||||||
|
"eeb1e92ecfb0ac626041ca0a51dc19997508820a4a4a0361ab3c9a149969b27c"
|
||||||
|
],
|
||||||
|
"exe": [
|
||||||
|
"https://yt-dl.org/downloads/2014.07.23.1/youtube-dl.exe",
|
||||||
|
"fd66024dd096ada0721ebc56677e7859611f24451d83c7b3f34dd10f5a3ec9a3"
|
||||||
|
],
|
||||||
|
"tar": [
|
||||||
|
"https://yt-dl.org/downloads/2014.07.23.1/youtube-dl-2014.07.23.1.tar.gz",
|
||||||
|
"8854b31e3cb10176e3284206ef96d56b2bc647f99a970953198340a094965d4a"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue