release 2014.10.26.1

gh-pages-ytdl-org
Philipp Hagemeister 10 years ago
parent da3fad69c5
commit e86358349a

@ -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.26/youtube-dl">2014.10.26</a> (<a href="https://yt-dl.org/downloads/2014.10.26/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.10.26.1/youtube-dl">2014.10.26.1</a> (<a href="https://yt-dl.org/downloads/2014.10.26.1/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 850c9a96c6aba3b349f78a975d66658d</li>
<li><strong>SHA1</strong>: 0fa3721347cc9cafe161d1c19e958f4b8e265449</li>
<li><strong>SHA256</strong>: cb78ba219959adfc950da4ae6feddbb489e29433afb299f0459e72709f2a0fab</li>
<li><strong>MD5</strong>: fa948dbd3e8f22cf29ef511ae8b86b76</li>
<li><strong>SHA1</strong>: aa29b5194d92ab7b8ac821cc209a1c7da7666951</li>
<li><strong>SHA256</strong>: df37f324a4ca707b46ee7aae7cca9a19be4efc31b6f0f9771501a22b1ad8b5d5</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.10.26/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.26/youtube-dl.exe.sig">sig</a> - 0949da2ffcb365eb3f07455a0717e329212b28bfa5cff42b6dd79eef6e2fb0b2)<br>
<a href="https://yt-dl.org/downloads/2014.10.26/youtube-dl-2014.10.26.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.26/youtube-dl-2014.10.26.tar.gz.sig">sig</a> - 4d0a9dc59878f3cd5ffa7a7182a599ed91c0e64599088ccc8b05ce52b8dbe265)
<a href="https://yt-dl.org/downloads/2014.10.26.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.10.26.1/youtube-dl.exe.sig">sig</a> - c604e36ca1697f52aff28ae99f2fe9a31c19da8168dc41b6b435fd7c625b71aa)<br>
<a href="https://yt-dl.org/downloads/2014.10.26.1/youtube-dl-2014.10.26.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.10.26.1/youtube-dl-2014.10.26.1.tar.gz.sig">sig</a> - dc44550aecd8d5326dca784d0fd7e5b93b0cebdc58d641bd27e674e26d059e26)
</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.26/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.10.26.1/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.26/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.10.26.1/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.26/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.26.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>The following GPG keys will be used to sign the binaries and the git tags:</p>

@ -1 +1 @@
2014.10.26
2014.10.26.1

@ -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-26T17:37:08.364004Z</updated>
<updated>2014-10-26T21:07:43.911295Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -6095,4 +6095,19 @@
<updated>2014-10-26T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.10.26.1</id>
<title>New version 2014.10.26.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.10.26.1/">https://yt-dl.org/downloads/2014.10.26.1/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-10-26T00:00:01Z</updated>
</entry>
</feed>

@ -1,6 +1,6 @@
{
"latest": "2014.10.26",
"signature": "0e7364eb44d1e99d46ad2e88556700dbbaa16dd4f9aed01353125169872503309bffd8d88d231e4b10edf3880d8646285cb817f9d0326cfb68ec7fd37ba9f31e83163646902210aedcee4e1db13bdb7e6a66eb5bf2cbfc5ece2c52f3d2449f07a329536cdf01a2b3c0d8a9c1780b4916bd176dbe5f8fd245b0704928a1d7863f",
"latest": "2014.10.26.1",
"signature": "002c8030066a1558266ff6e2de8ff306dd21d2479a1c263c8662dd2bf3ac26e5c055da11ddf0889fea1338d60514b244d0e2e17dfffce69de5c5ae59a7b4c61f0976b2f8898611b2e34251102402e466c85bd515186d83477e6687638641bc32ba7e44e4fbcafc68247991e82516c0aa3a53be627d78928c9459a312b7aa51b6",
"versions": {
"2012.02.22": {
"bin": [
@ -5691,6 +5691,20 @@
"https://yt-dl.org/downloads/2014.10.26/youtube-dl-2014.10.26.tar.gz",
"4d0a9dc59878f3cd5ffa7a7182a599ed91c0e64599088ccc8b05ce52b8dbe265"
]
},
"2014.10.26.1": {
"bin": [
"https://yt-dl.org/downloads/2014.10.26.1/youtube-dl",
"df37f324a4ca707b46ee7aae7cca9a19be4efc31b6f0f9771501a22b1ad8b5d5"
],
"exe": [
"https://yt-dl.org/downloads/2014.10.26.1/youtube-dl.exe",
"c604e36ca1697f52aff28ae99f2fe9a31c19da8168dc41b6b435fd7c625b71aa"
],
"tar": [
"https://yt-dl.org/downloads/2014.10.26.1/youtube-dl-2014.10.26.1.tar.gz",
"dc44550aecd8d5326dca784d0fd7e5b93b0cebdc58d641bd27e674e26d059e26"
]
}
}
}
Loading…
Cancel
Save