release 2014.01.07

This commit is contained in:
Philipp Hagemeister 2014-01-07 05:37:53 +01:00
parent 1af2a670f8
commit 7cdf324189
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.01.06.1/youtube-dl">2014.01.06.1</a> (<a href="https://yt-dl.org/downloads/2014.01.06.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.01.07/youtube-dl">2014.01.07</a> (<a href="https://yt-dl.org/downloads/2014.01.07/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 171d174366b43aa8fbab7aba37c64eb1</li>
<li><strong>SHA1</strong>: 0822ab9cd794f43dc81d55ce7078f83842ce597b</li>
<li><strong>SHA256</strong>: a4efb33d0e9f8a8cbaaae7654e866f420308b4c390a7f31fa55e2c338fe3eca9</li>
<li><strong>MD5</strong>: 03bd06dadfaf120259fc767249b08590</li>
<li><strong>SHA1</strong>: cd0547cf46efdb14e311cbdd8119f441ff78a8d2</li>
<li><strong>SHA256</strong>: 9b73bd3e428386193f8c11339937a3dd87b951d512f0673871b2eca5215da8c8</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.01.06.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.06.1/youtube-dl.exe.sig">sig</a> - 88535f3cd174a8fb74fbaee6fe5cb671f86152703ed7486a7573b8e36bcf8e94)<br>
<a href="https://yt-dl.org/downloads/2014.01.06.1/youtube-dl-2014.01.06.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.06.1/youtube-dl-2014.01.06.1.tar.gz.sig">sig</a> - 96c707d32bd95de83cba5f8abdac9b6e642070758d32a1a09aac3a96e43ee05c)
<a href="https://yt-dl.org/downloads/2014.01.07/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.07/youtube-dl.exe.sig">sig</a> - e0f52c960e811857599520c0fab8a9831061e5b0278710b6504b72f8e2b4c221)<br>
<a href="https://yt-dl.org/downloads/2014.01.07/youtube-dl-2014.01.07.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.07/youtube-dl-2014.01.07.tar.gz.sig">sig</a> - 8becb11ef4f8359bc4e2a9df02bd10d4d6903c9566558710217bb5b7c1b4728f)
</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.01.06.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.07/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.01.06.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.07/youtube-dl -O /usr/local/bin/youtube-dl<br/>
sudo chmod a+x /usr/local/bin/youtube-dl</code>
</p>
@ -49,7 +49,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.01.06.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.01.07/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.01.06.1
2014.01.07

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-01-06T19:29:37.912904Z</updated>
<updated>2014-01-07T05:37:52.495848Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -2705,4 +2705,19 @@
<updated>2014-01-06T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.07</id>
<title>New version 2014.01.07</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.01.07/">https://yt-dl.org/downloads/2014.01.07/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-01-07T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.01.06.1",
"signature": "5be5e1b339a26c36a6a72effb8ae7c36c586f77c9b72a74eade370353da82706224e4045b09d8badab5a23c3902dcb3c9371cf9738fd52a0b256444655b4a1bbee4896313be66dbbb58a83c8cae722b4dbdcad0de2cb4c91e8741c776d1984c34b1010a0046d827527f2e07beed3a8e544ae7201e8a359e0b3e42bbfb3910e38",
"latest": "2014.01.07",
"signature": "88fdc4dfa074c64a8d2470306836c5341a2683fe79144c1c916a41d4f413dce8e5b65a469b70619a6ab1a80f62a19cff8333f5961549b14a1c157fe26a8c6120ad8e0d02592e6c0563ca24e3bc89e80c0ed47b345f71967faa825e65573393c6eaf4ae5c6358ebac76beb4cd3fdf51a83292598c72d930772ac6ab95259ebcea",
"versions": {
"2012.02.22": {
"bin": [
@ -2527,6 +2527,20 @@
"https://yt-dl.org/downloads/2014.01.06.1/youtube-dl-2014.01.06.1.tar.gz",
"96c707d32bd95de83cba5f8abdac9b6e642070758d32a1a09aac3a96e43ee05c"
]
},
"2014.01.07": {
"bin": [
"https://yt-dl.org/downloads/2014.01.07/youtube-dl",
"9b73bd3e428386193f8c11339937a3dd87b951d512f0673871b2eca5215da8c8"
],
"exe": [
"https://yt-dl.org/downloads/2014.01.07/youtube-dl.exe",
"e0f52c960e811857599520c0fab8a9831061e5b0278710b6504b72f8e2b4c221"
],
"tar": [
"https://yt-dl.org/downloads/2014.01.07/youtube-dl-2014.01.07.tar.gz",
"8becb11ef4f8359bc4e2a9df02bd10d4d6903c9566558710217bb5b7c1b4728f"
]
}
}
}