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

This commit is contained in:
Philipp Hagemeister 2014-10-30 10:18:45 +01:00
parent 1b7b087361
commit c75740b5da
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.10.29/youtube-dl">2014.10.29</a> (<a href="https://yt-dl.org/downloads/2014.10.29/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.10.30/youtube-dl">2014.10.30</a> (<a href="https://yt-dl.org/downloads/2014.10.30/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 86a06bcb11a86d46e7fc90841d7680bf</li>
<li><strong>SHA1</strong>: 38acc5f7d863ec78cdc4c0d97989f802e7dfcd30</li>
<li><strong>SHA256</strong>: f81a758f660ad37aa8b426be5b6c8d35f17b83273809796f73d6ca4f1b6e426a</li>
<li><strong>MD5</strong>: a6e8aa6fda09a09cddf7586d6f7dac61</li>
<li><strong>SHA1</strong>: 2d6ed335e54a2446a103b9b654add700de2b6478</li>
<li><strong>SHA256</strong>: bea06a1d24d5350daa855497a7bb2ebd1d8a3c45a6c8217f89cdbf7e4c9c6290</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.10.29/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.29/youtube-dl.exe.sig">sig</a> - 5d586ec0cc11a2746b09a2d406a22dc604e0db4c412624064d28769f7a2c6d2d)<br>
<a href="https://yt-dl.org/downloads/2014.10.29/youtube-dl-2014.10.29.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.29/youtube-dl-2014.10.29.tar.gz.sig">sig</a> - 9332f60c9881bb8cb7a56782941034df5215c74acff8f772fb3ffcdb4e6be0e6)
<a href="https://yt-dl.org/downloads/2014.10.30/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.30/youtube-dl.exe.sig">sig</a> - 40274d13f11b2f4f23df131ae4a716507e5726cd6da50b2ad47ddc6137e4d329)<br>
<a href="https://yt-dl.org/downloads/2014.10.30/youtube-dl-2014.10.30.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.30/youtube-dl-2014.10.30.tar.gz.sig">sig</a> - 7eb032deddcf04f8d61e181d6b184c1d04b56b6e3141f8bfc45bbcd690a388ba)
</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.10.29/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.10.30/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.10.29/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.30/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.10.29/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.10.30/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.10.29
2014.10.30

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-10-29T23:36:10.503515Z</updated>
<updated>2014-10-30T10:18:44.337647Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -6155,4 +6155,19 @@
<updated>2014-10-29T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.30</id>
<title>New version 2014.10.30</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.10.30/">https://yt-dl.org/downloads/2014.10.30/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-10-30T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.10.29",
"signature": "61051eb62c64a5a786ae87fa147f656a92ea9c2f8d6e0c2dff3c9ee8de738ec08a88d91c1df363d672bf50b13e9e0da93d0f4a6d1dcc9aac54273bec6342e9418a1e7f2d31bedb68035a9015b7a70f19a8265313444dc5c508ea58494cdb33915731926a7501acf625821bc04525875a36672eabd295dd51770131f68cf1a418",
"latest": "2014.10.30",
"signature": "933c86349ff2af34fc258116e9ef7a74a8f7b05566914680283216c6701b6da5258e2b3788704f61c5ed1cde96e04e6588e9bb727ac6dad481f055b15809b3640b8bb61af3f34d2d059fccdb993b67dfda4879f93369bbb01ff80fe9e7588220996c2f0e0d7b4c6aed0e6cd275617833d51a4871b61cb864f6ea98ca5c0da751",
"versions": {
"2012.02.22": {
"bin": [
@ -5747,6 +5747,20 @@
"https://yt-dl.org/downloads/2014.10.29/youtube-dl-2014.10.29.tar.gz",
"9332f60c9881bb8cb7a56782941034df5215c74acff8f772fb3ffcdb4e6be0e6"
]
},
"2014.10.30": {
"bin": [
"https://yt-dl.org/downloads/2014.10.30/youtube-dl",
"bea06a1d24d5350daa855497a7bb2ebd1d8a3c45a6c8217f89cdbf7e4c9c6290"
],
"exe": [
"https://yt-dl.org/downloads/2014.10.30/youtube-dl.exe",
"40274d13f11b2f4f23df131ae4a716507e5726cd6da50b2ad47ddc6137e4d329"
],
"tar": [
"https://yt-dl.org/downloads/2014.10.30/youtube-dl-2014.10.30.tar.gz",
"7eb032deddcf04f8d61e181d6b184c1d04b56b6e3141f8bfc45bbcd690a388ba"
]
}
}
}