1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-01 09:59:28 +00:00

release 2014.07.23.2

This commit is contained in:
Philipp Hagemeister 2014-07-23 02:29:07 +02:00
parent 71bd78a193
commit d504be6d68
4 changed files with 42 additions and 13 deletions

View file

@ -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>
<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>
<h2><a href="https://yt-dl.org/downloads/2014.07.23.2/youtube-dl">2014.07.23.2</a> (<a href="https://yt-dl.org/downloads/2014.07.23.2/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 81c38eb95b17727a62bb24472bfbab58</li>
<li><strong>SHA1</strong>: 761e39f5de00fbc2841b9ada5bde20aa44cac738</li>
<li><strong>SHA256</strong>: eeb1e92ecfb0ac626041ca0a51dc19997508820a4a4a0361ab3c9a149969b27c</li>
<li><strong>MD5</strong>: 474184ed10ebe0bab952b974308758db</li>
<li><strong>SHA1</strong>: b80cc70f129e9a4afa56a4b8299475714798ed51</li>
<li><strong>SHA256</strong>: 7b5c050168b94e0a74b599007549fe9569595a1fa1f0089e01380e09608a57fe</li>
</ul>
<p>
<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.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)
<a href="https://yt-dl.org/downloads/2014.07.23.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.23.2/youtube-dl.exe.sig">sig</a> - 48a51c88325fbc1759f119a4e8960f986b042dafe6028b9cf68b6524ca9c1b21)<br>
<a href="https://yt-dl.org/downloads/2014.07.23.2/youtube-dl-2014.07.23.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.23.2/youtube-dl-2014.07.23.2.tar.gz.sig">sig</a> - 2247e3de94ddc0796473569ea3dc79163c77b4c29dfa10c186e343c670bdfb80)
</p>
<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.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.07.23.2/youtube-dl -o /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
<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.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.23.2/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
@ -53,7 +53,7 @@ See the <a href="https://pypi.python.org/pypi/youtube_dl">pypi page</a> for more
</p>
<p>To check the signature, type:
<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>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.23.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>The following GPG keys will be used to sign the binaries and the git tags:</p>

View file

@ -1 +1 @@
2014.07.23.1
2014.07.23.2

View file

@ -3,7 +3,7 @@
<link rel="self" href="http://rg3.github.io/youtube-dl/update/releases.atom" />
<title>youtube-dl releases</title>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed</id>
<updated>2014-07-23T01:33:39.191127Z</updated>
<updated>2014-07-23T02:29:04.258618Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -5060,4 +5060,19 @@
<updated>2014-07-23T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.23.2</id>
<title>New version 2014.07.23.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.07.23.2/">https://yt-dl.org/downloads/2014.07.23.2/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-07-23T00:00:02Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.07.23.1",
"signature": "3eaaaec903004572617a8f0985159ae9c556708d0ce024fd98eb72ac1c246af72198a03caa9c06d08e997bbf787c8e89d2fe143f37c0272a0fce9ab0d25e0ac9e5fafb9d85bcf037d9a9d90d87d9d4326a4d9c148251ea99190bef3dd1055087fe604826a527a3c5f47e607b6adcffe46956254ebbe22b42fc8c21e87090bb8a",
"latest": "2014.07.23.2",
"signature": "0b0262e74ce42de63c514b445e4f349f67057de52de854f67e1b4bede568ef3f70279c73a7982d9258d4a6bcca0425b8516303d6986dc2015639dfe8e7fb3661c261bdf7bf7bfcb1588b4c1c92b39187ff05785c2a6b9bcd7a058005261f110204de632d2e3e02502670fdc294e2afa1d747ee5fd903a638701366c1294d4f18",
"versions": {
"2012.02.22": {
"bin": [
@ -4725,6 +4725,20 @@
"https://yt-dl.org/downloads/2014.07.23.1/youtube-dl-2014.07.23.1.tar.gz",
"8854b31e3cb10176e3284206ef96d56b2bc647f99a970953198340a094965d4a"
]
},
"2014.07.23.2": {
"bin": [
"https://yt-dl.org/downloads/2014.07.23.2/youtube-dl",
"7b5c050168b94e0a74b599007549fe9569595a1fa1f0089e01380e09608a57fe"
],
"exe": [
"https://yt-dl.org/downloads/2014.07.23.2/youtube-dl.exe",
"48a51c88325fbc1759f119a4e8960f986b042dafe6028b9cf68b6524ca9c1b21"
],
"tar": [
"https://yt-dl.org/downloads/2014.07.23.2/youtube-dl-2014.07.23.2.tar.gz",
"2247e3de94ddc0796473569ea3dc79163c77b4c29dfa10c186e343c670bdfb80"
]
}
}
}