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.20.2

This commit is contained in:
Philipp Hagemeister 2014-07-20 23:26:41 +02:00
parent c8855ec895
commit f6e1f2630d
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.20.1/youtube-dl">2014.07.20.1</a> (<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl">2014.07.20.2</a> (<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 83b020dd785e1e72649b98b916a67b29</li>
<li><strong>SHA1</strong>: 4fb97fde393ba1355fbd67909561f49cca722457</li>
<li><strong>SHA256</strong>: 3f6cd8aaaaa79f8946287a93a71311c4256c8f69875ec48e0f2840c0639ab01a</li>
<li><strong>MD5</strong>: da34a75d0c680c5e704904aa2c36bbcb</li>
<li><strong>SHA1</strong>: de7e3a7de196206db8fa5b5e925bc7b74831c5cc</li>
<li><strong>SHA256</strong>: 03ff43eb6ad35bf12bc28951db03b9bdc69d76e0ba539dcb17f74881588f7461</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl.exe.sig">sig</a> - 020ff0c18e23518723f1e4c5a120a86e3570521309bb05e6ad8d58c62729d584)<br>
<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl-2014.07.20.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.20.1/youtube-dl-2014.07.20.1.tar.gz.sig">sig</a> - 3c0a4708095ab9b184986b835ef0a23cf700302000feabba4d29ffe4b7de5668)
<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl.exe.sig">sig</a> - 7c0cd7dd60ac1c9eb6cd5a3ed23623779b3c9223d7be784cab53cba886b53d74)<br>
<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl-2014.07.20.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.07.20.2/youtube-dl-2014.07.20.2.tar.gz.sig">sig</a> - e771413c658b2a0d0904d5985eeb04a05b161dd98744ad3c0abb37e8ccb25416)
</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.20.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.07.20.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.20.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.07.20.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.20.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.20.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.20.1
2014.07.20.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-20T22:00:08.410300Z</updated>
<updated>2014-07-20T23:26:36.863667Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -4985,4 +4985,19 @@
<updated>2014-07-20T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.07.20.2</id>
<title>New version 2014.07.20.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.20.2/">https://yt-dl.org/downloads/2014.07.20.2/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-07-20T00:00:02Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.07.20.1",
"signature": "27da0227ea07637c6818e4df4660ededa25e88fd43bfd6bfeae453bac6b841818e6def03154fab0c7d2b1282ca675df52b4cbec0f2647190eedb868ba55035661b83dbacb59e124d8c129328aff748f17d8b70a5094c7a7577943038d1f4902165702abf6b658a7d48eb5dec7f16290fc26de0574a7af55e911feb8758442e4e",
"latest": "2014.07.20.2",
"signature": "4f52fe37c8648880d9eef0f490bade178587bb5dd838f2545b28c4775917a956d391329322e5cce53b9523daf5602b0204ea54288750ac6e032e0be3063ec395ad27c1133c9330a05bfa6592957871f96183e956f66a5c4b49ee4793c025280be72899f784b1b3a3ee8479a4302abd8222988622ea43de4becabd1056456c8ee",
"versions": {
"2012.02.22": {
"bin": [
@ -4655,6 +4655,20 @@
"https://yt-dl.org/downloads/2014.07.20.1/youtube-dl-2014.07.20.1.tar.gz",
"3c0a4708095ab9b184986b835ef0a23cf700302000feabba4d29ffe4b7de5668"
]
},
"2014.07.20.2": {
"bin": [
"https://yt-dl.org/downloads/2014.07.20.2/youtube-dl",
"03ff43eb6ad35bf12bc28951db03b9bdc69d76e0ba539dcb17f74881588f7461"
],
"exe": [
"https://yt-dl.org/downloads/2014.07.20.2/youtube-dl.exe",
"7c0cd7dd60ac1c9eb6cd5a3ed23623779b3c9223d7be784cab53cba886b53d74"
],
"tar": [
"https://yt-dl.org/downloads/2014.07.20.2/youtube-dl-2014.07.20.2.tar.gz",
"e771413c658b2a0d0904d5985eeb04a05b161dd98744ad3c0abb37e8ccb25416"
]
}
}
}