release 2014.03.03

This commit is contained in:
Philipp Hagemeister 2014-03-03 13:55:59 +01:00
parent bcb0eb70e0
commit 47b5a0247f
5 changed files with 46 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.02.28/youtube-dl">2014.02.28</a> (<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl">2014.03.03</a> (<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: f7244b5872f2e911b0a2cf685ec97010</li>
<li><strong>SHA1</strong>: b9bc9d124a46e183d7f80ea437d5de09579d8987</li>
<li><strong>SHA256</strong>: 80f9e98a17ff3015f25bfb3b20da7f4aca44f5cc954fd2a1eac1ef41136d6532</li>
<li><strong>MD5</strong>: 40870f0591f479f4cb5cd8c168d04d49</li>
<li><strong>SHA1</strong>: ef3e85a0722b7dbfc537ca24b59c6da8db0d2ffd</li>
<li><strong>SHA256</strong>: bc359841c9aa9aba8b1a2342c7743a99fb3c424b43355c66e91a93a84322640a</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl.exe.sig">sig</a> - a0dd6e23a4ac372df100ffe6464bb8c9b41e339527586404bb8a2cde87b265a3)<br>
<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz.sig">sig</a> - 23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6)
<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe.sig">sig</a> - ab703b8d401e3b8cd93f47d825818003924e5e27727800fe366dff79929dec1e)<br>
<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz.sig">sig</a> - fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930)
</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.02.28/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.03/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.02.28/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.03/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.02.28/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.03.03/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

@ -46,9 +46,11 @@
<li><b>BR</b>: Bayerischer Rundfunk Mediathek</li>
<li><b>Break</b></li>
<li><b>Brightcove</b></li>
<li><b>Canal13cl</b></li>
<li><b>canalc2.tv</b></li>
<li><b>canalplus.fr</b></li>
<li><b>CBS</b></li>
<li><b>CeskaTelevize</b></li>
<li><b>channel9</b>: Channel 9</li>
<li><b>Chilloutzone</b></li>
<li><b>Cinemassacre</b></li>
@ -139,6 +141,7 @@
<li><b>lynda:course</b>: lynda.com online courses</li>
<li><b>m6</b></li>
<li><b>macgamestore</b>: MacGameStore trailers</li>
<li><b>mailru</b>: Видео@Mail.Ru</li>
<li><b>Malemotion</b></li>
<li><b>MDR</b></li>
<li><b>metacafe</b></li>
@ -235,6 +238,7 @@
<li><b>Tudou</b></li>
<li><b>Tumblr</b></li>
<li><b>Tutv</b></li>
<li><b>tvigle</b>: Интернет-телевидение Tvigle.ru</li>
<li><b>tvp.pl</b></li>
<li><b>Unistra</b></li>
<li><b>ustream</b></li>

View file

@ -1 +1 @@
2014.02.28
2014.03.03

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-02-28T14:57:04.718460Z</updated>
<updated>2014-03-03T13:55:58.164249Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -3590,4 +3590,19 @@
<updated>2014-02-28T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.03</id>
<title>New version 2014.03.03</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.03.03/">https://yt-dl.org/downloads/2014.03.03/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-03-03T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.02.28",
"signature": "91e054539357b07350975a68c4251ae68d8226a9f7630b9b2d92149ef83b3ab0093cf01651fe97decc488f0ad67f6ba89202e2c5f8c915adfc489f207b4e013407de3264b6800e935c3ab419e99ff1bd2ee38c6509fe07f8b9b71aa88aed38d11a7edb4cc272b723ad156779fffa87c513a48c0a4a4cf2d14198334428e9c072",
"latest": "2014.03.03",
"signature": "2f6c46bac5d7d07b30f3caab32d42907fcb8661ded2253fb58cb3360fc2373bac4f847044b687dabe81ee919a6e5a6960018c087cebcdfa39949c0b2cb7980fab5bf1d31da71d66305ab145257725c205581ecc07b376dc467bfa3d907b97d5e0fcdbae3b59632696cb52b9f19be863a382ef7c98903b483baf156cffd98969a",
"versions": {
"2012.02.22": {
"bin": [
@ -3353,6 +3353,20 @@
"https://yt-dl.org/downloads/2014.02.28/youtube-dl-2014.02.28.tar.gz",
"23a0f2d19a1416518c3e9fc0df7a97776cd2ac8a07695cc30b8d0f77c8c43ff6"
]
},
"2014.03.03": {
"bin": [
"https://yt-dl.org/downloads/2014.03.03/youtube-dl",
"bc359841c9aa9aba8b1a2342c7743a99fb3c424b43355c66e91a93a84322640a"
],
"exe": [
"https://yt-dl.org/downloads/2014.03.03/youtube-dl.exe",
"ab703b8d401e3b8cd93f47d825818003924e5e27727800fe366dff79929dec1e"
],
"tar": [
"https://yt-dl.org/downloads/2014.03.03/youtube-dl-2014.03.03.tar.gz",
"fa4dda1dd056f9d0a487777f05c448d3a45fc64f5d1a71f37b6024985b549930"
]
}
}
}