release 2014.03.17

This commit is contained in:
Philipp Hagemeister 2014-03-17 14:52:02 +01:00
parent 02bc59198f
commit bab31e5c21
5 changed files with 46 additions and 14 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.03.12/youtube-dl">2014.03.12</a> (<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.03.17/youtube-dl">2014.03.17</a> (<a href="https://yt-dl.org/downloads/2014.03.17/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: 96d7587529574806e82e494cbd01d26a</li>
<li><strong>SHA1</strong>: 2ae32be8449eb01f8f0c5b92aa442776f6d53ca9</li>
<li><strong>SHA256</strong>: 4086db11f01a0584731399cb53a15fb0c700ea173318fdfdf225e617c2d55702</li>
<li><strong>MD5</strong>: ee740e531ae207bd97233d177ae360b2</li>
<li><strong>SHA1</strong>: f182fc8e26dd42f30844d6ce8481b46d73242915</li>
<li><strong>SHA256</strong>: 0ca1118ad86031aa49e3cb9e4ea8cc12d97026516950ae0fbbede2ebf8676d39</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl.exe.sig">sig</a> - 45e57f9b6acd3f886dcf43927e588e223640d79aa99aa729618ee018839b136d)<br>
<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz.sig">sig</a> - bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9)
<a href="https://yt-dl.org/downloads/2014.03.17/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.03.17/youtube-dl.exe.sig">sig</a> - 9d5b14fca9f22a6ab9e7b6c7483bbcc5c6791c3b6f44e82432f66c34d7d79fce)<br>
<a href="https://yt-dl.org/downloads/2014.03.17/youtube-dl-2014.03.17.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.03.17/youtube-dl-2014.03.17.tar.gz.sig">sig</a> - 3ea4a394e05a5984759dba0a4d834837ebe945304bfc4ecd246d9bc1903dd46b)
</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.03.12/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.03.17/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.03.12/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.03.17/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.03.12/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.17/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

@ -196,6 +196,7 @@
<li><b>rutube:channel</b>: Rutube channels</li>
<li><b>rutube:movie</b>: Rutube movies</li>
<li><b>rutube:person</b>: Rutube person videos</li>
<li><b>RUTV</b>: RUTV.RU</li>
<li><b>savefrom.net</b></li>
<li><b>screen.yahoo:search</b>: Yahoo screen search</li>
<li><b>ServingSys</b></li>
@ -241,14 +242,16 @@
<li><b>Tutv</b></li>
<li><b>tvigle</b>: Интернет-телевидение Tvigle.ru</li>
<li><b>tvp.pl</b></li>
<li><b>udemy</b></li>
<li><b>udemy:course</b></li>
<li><b>Unistra</b></li>
<li><b>ustream</b></li>
<li><b>ustream:channel</b></li>
<li><b>Vbox7</b></li>
<li><b>VeeHD</b></li>
<li><b>Veoh</b></li>
<li><b>Vesti</b>: Вести.Ru</li>
<li><b>Vevo</b></li>
<li><b>VGTRK</b>: ВГТРК</li>
<li><b>Vice</b></li>
<li><b>Viddler</b></li>
<li><b>video.google:search</b>: Google Video search</li>

View file

@ -1 +1 @@
2014.03.12
2014.03.17

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-03-12T14:54:33.468301Z</updated>
<updated>2014-03-17T14:52:01.496806Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -3740,4 +3740,19 @@
<updated>2014-03-12T00:00:00Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.03.17</id>
<title>New version 2014.03.17</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.17/">https://yt-dl.org/downloads/2014.03.17/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-03-17T00:00:00Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.03.12",
"signature": "2a51b5eacb0137d638414083e8364d4b075bd0e184505e0ed834917e8ce7aa5d1ce46557e47a540a047dbcbbf62ed49ff15ce130226e838de5f6e532ba60a329549f88aca54bc8f6a344805683ba3779279fde591d2f41579987866401f413210eb74cb4f7eca83394506cf9c8acac3417371436f3931c23ce45b17466bb483d",
"latest": "2014.03.17",
"signature": "4a93f758aa1d085f6b9cdaba5d8dca1819fd3bc65e6471c2a6108484d89e58030b2f46f552c8266563ae5251ba4b1be0c07466f3b34fef83df0c8234c46122e169793c26efe5ce1f96f97212b94f5af018ac71667a3a1e68681cb7c388320e776a1b7e8e7ac821fb0eeb2ae181338d45d2a648089c838f6811c8730a8c03f23c",
"versions": {
"2012.02.22": {
"bin": [
@ -3493,6 +3493,20 @@
"https://yt-dl.org/downloads/2014.03.12/youtube-dl-2014.03.12.tar.gz",
"bd5c116e4f949162e2430d6b45bfd56a5571289cc2967db60cd9d5257a3d57b9"
]
},
"2014.03.17": {
"bin": [
"https://yt-dl.org/downloads/2014.03.17/youtube-dl",
"0ca1118ad86031aa49e3cb9e4ea8cc12d97026516950ae0fbbede2ebf8676d39"
],
"exe": [
"https://yt-dl.org/downloads/2014.03.17/youtube-dl.exe",
"9d5b14fca9f22a6ab9e7b6c7483bbcc5c6791c3b6f44e82432f66c34d7d79fce"
],
"tar": [
"https://yt-dl.org/downloads/2014.03.17/youtube-dl-2014.03.17.tar.gz",
"3ea4a394e05a5984759dba0a4d834837ebe945304bfc4ecd246d9bc1903dd46b"
]
}
}
}