release 2015.02.09.2
This commit is contained in:
		@@ -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.2+ to work.</p>
 | 
			
		||||
 | 
			
		||||
<h2><a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl">2015.02.09.1</a> (<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl.sig">sig</a>)</h2>
 | 
			
		||||
<h2><a href="https://yt-dl.org/downloads/2015.02.09.2/youtube-dl">2015.02.09.2</a> (<a href="https://yt-dl.org/downloads/2015.02.09.2/youtube-dl.sig">sig</a>)</h2>
 | 
			
		||||
 | 
			
		||||
<ul>
 | 
			
		||||
<li><strong>MD5</strong>: ec93077588f322851e07302c0199c99a</li>
 | 
			
		||||
<li><strong>SHA1</strong>: 8945e1f1c2d7ccae3923f1d81067211fbf305b1b</li>
 | 
			
		||||
<li><strong>SHA256</strong>: 46e2d14da0a42f5c2f96ce536e0f3e4aff72014af25115c6990d5668d4d11c8d</li>
 | 
			
		||||
<li><strong>MD5</strong>: d94dbd2cde8bf65057d4d50db7e11b48</li>
 | 
			
		||||
<li><strong>SHA1</strong>: 0dc2d44549e153e88491cc38cd1ef85c6e5dcd08</li>
 | 
			
		||||
<li><strong>SHA256</strong>: 9f7743db7213ad970bedbb6822d89f2c6f3fc79138ffcdc7b3d2e92e2ef2c107</li>
 | 
			
		||||
</ul>
 | 
			
		||||
 | 
			
		||||
<p>
 | 
			
		||||
	<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl.exe.sig">sig</a> - d6640f1af0fd87f44a451d1872b4c7651684dd129c376fe5d9fc779c38db6ea6)<br>
 | 
			
		||||
	<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl-2015.02.09.1.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.09.1/youtube-dl-2015.02.09.1.tar.gz.sig">sig</a> - 524ba00d82fee5ea66b37ebf4de694a21126b3bf1c701c55da9c1e24c5004ceb)
 | 
			
		||||
	<a href="https://yt-dl.org/downloads/2015.02.09.2/youtube-dl.exe">Windows exe</a> (<a href="https://yt-dl.org/downloads/2015.02.09.2/youtube-dl.exe.sig">sig</a> - 060a4e8aa642dfcf412c0312ae0ed34dadde75b090dd546ecb2684226e2f8e8c)<br>
 | 
			
		||||
	<a href="https://yt-dl.org/downloads/2015.02.09.2/youtube-dl-2015.02.09.2.tar.gz">Full source + docs + binary tarball</a> (<a href="https://yt-dl.org/downloads/2015.02.09.2/youtube-dl-2015.02.09.2.tar.gz.sig">sig</a> - 532b28e354bc2408b5e08cb582c69e1ce2dec0a9cf1f3efa55571532a637b362)
 | 
			
		||||
</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/2015.02.09.1/youtube-dl -o /usr/local/bin/youtube-dl<br/>
 | 
			
		||||
<code class="commands">sudo curl https://yt-dl.org/downloads/2015.02.09.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/2015.02.09.1/youtube-dl -O /usr/local/bin/youtube-dl<br/>
 | 
			
		||||
<code class="commands">sudo wget https://yt-dl.org/downloads/2015.02.09.2/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/2015.02.09.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/2015.02.09.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>
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +1 @@
 | 
			
		||||
2015.02.09.1
 | 
			
		||||
2015.02.09.2
 | 
			
		||||
@@ -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>2015-02-09T10:54:58.456785Z</updated>
 | 
			
		||||
    <updated>2015-02-09T14:51:04.317490Z</updated>
 | 
			
		||||
    
 | 
			
		||||
	<entry>
 | 
			
		||||
	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2012.02.22</id>
 | 
			
		||||
@@ -7535,4 +7535,19 @@
 | 
			
		||||
	    <updated>2015-02-09T00:00:01Z</updated>
 | 
			
		||||
	</entry>
 | 
			
		||||
 | 
			
		||||
	<entry>
 | 
			
		||||
	    <id>https://yt-dl.org/feed/youtube-dl-updates-feed/youtube-dl-2015.02.09.2</id>
 | 
			
		||||
	    <title>New version 2015.02.09.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/2015.02.09.2/">https://yt-dl.org/downloads/2015.02.09.2/</a>
 | 
			
		||||
	        </div>
 | 
			
		||||
	    </content>
 | 
			
		||||
	    <author>
 | 
			
		||||
	        <name>The youtube-dl maintainers</name>
 | 
			
		||||
	    </author>
 | 
			
		||||
	    <updated>2015-02-09T00:00:02Z</updated>
 | 
			
		||||
	</entry>
 | 
			
		||||
 | 
			
		||||
</feed>
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "latest": "2015.02.09.1",
 | 
			
		||||
    "signature": "5c32782a58dfb9534456528fc32976325663a5cc76ee32fbf4a95515145ab1c26e582d4daac27aec18f67dca58bb205768838d4d9b97cce3a59218ffeb69aacfb370e178471115ab0fabb0ef762dd27f5e5bff42d80e1bb62ce2b4b8727786b3c9b6f544bef696d4b56d971e3b63ade9d5e44e9888fead953712b14e5044df3b",
 | 
			
		||||
    "latest": "2015.02.09.2",
 | 
			
		||||
    "signature": "344c94059148c00aea14c1b5d932df05815cc4d805c04177dbaed0ba8242f92f109ed59d85ce7c5a7c571729185931e08cf6d51093ebb35bc0baea060d1399a9ee355977d77bb49959c6dce6c2e76a11b8f8e080f2c6be4f1f91827a540118371557853eed8245ffaf8492b7a3ef9568735f7a61ffc5211ac3aacb755be78559",
 | 
			
		||||
    "versions": {
 | 
			
		||||
        "2012.02.22": {
 | 
			
		||||
            "bin": [
 | 
			
		||||
@@ -7035,6 +7035,20 @@
 | 
			
		||||
                "https://yt-dl.org/downloads/2015.02.09.1/youtube-dl-2015.02.09.1.tar.gz",
 | 
			
		||||
                "524ba00d82fee5ea66b37ebf4de694a21126b3bf1c701c55da9c1e24c5004ceb"
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        "2015.02.09.2": {
 | 
			
		||||
            "bin": [
 | 
			
		||||
                "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl",
 | 
			
		||||
                "9f7743db7213ad970bedbb6822d89f2c6f3fc79138ffcdc7b3d2e92e2ef2c107"
 | 
			
		||||
            ],
 | 
			
		||||
            "exe": [
 | 
			
		||||
                "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl.exe",
 | 
			
		||||
                "060a4e8aa642dfcf412c0312ae0ed34dadde75b090dd546ecb2684226e2f8e8c"
 | 
			
		||||
            ],
 | 
			
		||||
            "tar": [
 | 
			
		||||
                "https://yt-dl.org/downloads/2015.02.09.2/youtube-dl-2015.02.09.2.tar.gz",
 | 
			
		||||
                "532b28e354bc2408b5e08cb582c69e1ce2dec0a9cf1f3efa55571532a637b362"
 | 
			
		||||
            ]
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user