release 2014.01.27.2

This commit is contained in:
Philipp Hagemeister 2014-01-27 19:25:32 +01:00
parent 58efc4e3a8
commit 30d89fba3a
5 changed files with 45 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.27.1/youtube-dl">2014.01.27.1</a> (<a href="https://yt-dl.org/downloads/2014.01.27.1/youtube-dl.sig">sig</a>)</h2>
<h2><a href="https://yt-dl.org/downloads/2014.01.27.2/youtube-dl">2014.01.27.2</a> (<a href="https://yt-dl.org/downloads/2014.01.27.2/youtube-dl.sig">sig</a>)</h2>
<ul>
<li><strong>MD5</strong>: bca965af2d3ee72a91f6bf9e8483f2ce</li>
<li><strong>SHA1</strong>: c1f372edfd4e15b75da00f5c21e75bf2219c04a9</li>
<li><strong>SHA256</strong>: edfaa0bbe6d4a00dfe2631d7ecf21157b17dcb2e33f3e4c722b4c5d2b0409b48</li>
<li><strong>MD5</strong>: 6f68faee87a2733fb399c9aa7a1fd72a</li>
<li><strong>SHA1</strong>: a6933b4992c5a97f848d004b2a24a52051f048ff</li>
<li><strong>SHA256</strong>: b817b232d9397105531bcd5bd364a26ac1a2e82d827356a485047f9d8dfbb9c6</li>
</ul>
<p>
<a href="https://yt-dl.org/downloads/2014.01.27.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.27.1/youtube-dl.exe.sig">sig</a> - df500c8fd1a46738a713413259790b98a36b20f30be6dfda20b903ed1ab34001)<br>
<a href="https://yt-dl.org/downloads/2014.01.27.1/youtube-dl-2014.01.27.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.27.1/youtube-dl-2014.01.27.1.tar.gz.sig">sig</a> - d52812b635eaa8f3f42a6d75c6ef68fe9694a298afbee3e585e1d2b8c279e9a4)
<a href="https://yt-dl.org/downloads/2014.01.27.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2014.01.27.2/youtube-dl.exe.sig">sig</a> - c6c6c65fa0499b065594a230b295ab297a7b1cd3a2a99d4924da52a8138414cd)<br>
<a href="https://yt-dl.org/downloads/2014.01.27.2/youtube-dl-2014.01.27.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2014.01.27.2/youtube-dl-2014.01.27.2.tar.gz.sig">sig</a> - b1aa8fbfe6ad08ca906b87914901f1c2dbeb6948cef17af921bcadb4be1ac307)
</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.27.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo curl https://yt-dl.org/downloads/2014.01.27.2/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.27.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
<code class="commands">sudo wget https://yt-dl.org/downloads/2014.01.27.2/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.27.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.27.2/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

@ -49,6 +49,7 @@
<li><b>channel9</b>: Channel 9</li>
<li><b>Cinemassacre</b></li>
<li><b>clipfish</b></li>
<li><b>cliphunter</b></li>
<li><b>Clipsyndicate</b></li>
<li><b>cmt.com</b></li>
<li><b>CNN</b></li>
@ -67,6 +68,7 @@
<li><b>daum.net</b></li>
<li><b>defense.gouv.fr</b></li>
<li><b>DepositFiles</b></li>
<li><b>Discovery</b></li>
<li><b>Dotsub</b></li>
<li><b>Dropbox</b></li>
<li><b>EbaumsWorld</b></li>
@ -122,6 +124,7 @@
<li><b>lynda</b>: lynda.com videos</li>
<li><b>lynda:course</b>: lynda.com online courses</li>
<li><b>macgamestore</b>: MacGameStore trailers</li>
<li><b>Malemotion</b></li>
<li><b>MDR</b></li>
<li><b>metacafe</b></li>
<li><b>Metacritic</b></li>

View file

@ -1 +1 @@
2014.01.27.1
2014.01.27.2

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-27T07:12:50.158272Z</updated>
<updated>2014-01-27T19:25:30.888589Z</updated>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
@ -3065,4 +3065,19 @@
<updated>2014-01-27T00:00:01Z</updated>
</entry>
<entry>
<id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2014.01.27.2</id>
<title>New version 2014.01.27.2</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.27.2/">https://yt-dl.org/downloads/2014.01.27.2/</a>
</div>
</content>
<author>
<name>The youtube-dl maintainers</name>
</author>
<updated>2014-01-27T00:00:02Z</updated>
</entry>
</feed>

View file

@ -1,6 +1,6 @@
{
"latest": "2014.01.27.1",
"signature": "22389d3087c3942bd05c457e7aacc0444427ed1f91fb92165543f10ac61f98ae86860a13950eac59aabbe8d2efdfa9223e4f720a409dbc490b547265f2c6313235df698285d9ddc80790bcb7132909f7378c72ea7df462c1bfb0133072e2b8646d54f4fba8da98de809d6e6330f3f9ee00905c914836016af517a7d852c7449a",
"latest": "2014.01.27.2",
"signature": "46bd445499c6812fa6578419de9ffbaf8df3c8214bf864e7db03190664ef03f97c74030da7b47245b530267619aa4d6a948bd592a1c09afa8935dec63006ae60775eba124783b45a5e101263ea054695943ad8b5943b3d6c50ebc17ec01fc1866e77be2da28bc13e52a837a9734d3b104e8f904023efce2d6ff8bcfa869ff7eb",
"versions": {
"2012.02.22": {
"bin": [
@ -2863,6 +2863,20 @@
"https://yt-dl.org/downloads/2014.01.27.1/youtube-dl-2014.01.27.1.tar.gz",
"d52812b635eaa8f3f42a6d75c6ef68fe9694a298afbee3e585e1d2b8c279e9a4"
]
},
"2014.01.27.2": {
"bin": [
"https://yt-dl.org/downloads/2014.01.27.2/youtube-dl",
"b817b232d9397105531bcd5bd364a26ac1a2e82d827356a485047f9d8dfbb9c6"
],
"exe": [
"https://yt-dl.org/downloads/2014.01.27.2/youtube-dl.exe",
"c6c6c65fa0499b065594a230b295ab297a7b1cd3a2a99d4924da52a8138414cd"
],
"tar": [
"https://yt-dl.org/downloads/2014.01.27.2/youtube-dl-2014.01.27.2.tar.gz",
"b1aa8fbfe6ad08ca906b87914901f1c2dbeb6948cef17af921bcadb4be1ac307"
]
}
}
}